div.menubar{
	color :#000000;
	background-color : transparent;
	width :100%;
	padding :5px;
	text-align : center;
}

a.menu{
	width :24%;
	text-align : center;
	font-family: Verdana;
	font-style : normal ;
	font-size : 9pt;
	font-weight :bold;
	color :#000000;
	text-decoration : none;
	background-color : #D4D4D4;
	padding :3px;
	border-style : outset ;
	border-color : #A3A3A3;
	border-width : medium
}
a.menuselect {
	width :24%;
	text-align : center;
	font-family: Verdana;
	font-style : normal ;
	font-size : 9pt;
	font-weight :bold;
	color :#000000;
	text-decoration : none;
	background-color : #00CCFF;
	padding :3px;
	border-style : outset ;
	border-color : #A3A3A3;
	border-width : medium
}
a.menualert {
	width : 25%;
	text-align : center;
	font-family: Verdana;
	font-style : normal ;
	font-size : larger;
	font-weight :bold;
	color :#FF0000;
	text-decoration : none;
	background-color : #FFCCCC;
	padding : 6px;
	border-style : outset;
	border-color : Red;
	border-width : medium;
}
a.menusplash {
	width : 25%;
	text-align : center;
	font-family: Verdana;
	font-style : normal ;
	font-size : larger;
	font-weight :bold;
	color : Black;
	text-decoration : none;
	background-color : #33CCCC;
	padding : 6px;
	border-style : outset;
	border-color : #A3A3A3;
	border-width : medium;
}
a.menuhilite {
	width : 15%;
	text-align : center;
	font-family: Verdana;
	font-style : normal ;
	font-size : larger;
	font-weight :bold;
	color : Black;
	text-decoration : none;
	background-color : #FF9900;
	padding : 3px;
	border-style : outset;
	border-color : #A3A3A3;
	border-width : medium;
}
a.menu:hover{
	color : Black;
	background-color : Silver;
	border-style :inset ;
	border-color : Gray;
	border-width :medium
}

