div.menus{
	position: absolute;
	top: 110px;
	border: 1px solid Black;
	visibility: hidden;
	z-index:3;
	background-color: #EEEEEE;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 150px;
	color:Black;
}

a.menus{
  width:150px;
	height:20px;
	padding-top:2px;
	padding-left:7px;
  color:#666666;
	vertical-align: middle;
	text-decoration: none;
	display:block;
	float:left;
}
a.menus:visited{
	width:150px;
	height:20px;
	padding-top:2px;
	padding-left:7px;
	vertical-align: middle;
	text-decoration: none;
	color: #666666;
	display:block;
	float:left;
}
a.menus:hover{
	width:150px;
	height:20px;
	padding-top:2px;
	padding-left:7px;
	background-color: Navy;
	text-decoration: none;
	vertical-align: middle;
	color: White;
	display:block;
	float:left;
}

div.menusta{
	position: absolute;
	top: 110px;
	border: 1px solid Black;
	visibility: hidden;
	z-index:3;
	background-color: #EEEEEE;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 190px;
	color:Black;
}

a.menusta{
  width:190px;
	height:20px;
	padding-top:2px;
	padding-left:7px;
  color:#666666;
	vertical-align: middle;
	text-decoration: none;
	display:block;
	float:left;
}
a.menusta:visited{
	width:190px;
	height:20px;
	padding-top:2px;
	padding-left:7px;
	vertical-align: middle;
	text-decoration: none;
	color: #666666;
	display:block;
	float:left;
}
a.menusta:hover{
	width:190px;
	height:20px;
	padding-top:2px;
	padding-left:7px;
	background-color: Navy;
	text-decoration: none;
	vertical-align: middle;
	color: White;
	display:block;
	float:left;
}
#search_leave_on{
	position:absolute;
	display:none;
}
#search_menu{
	position:absolute;
	display:none;
	border: 1px solid #0B198C;
	width:186px;
}
.searchheader{
	display:block;
	background-color:#000066;
	font-family:verdana;
	font-size:8pt;
	color:White;
	width:186px;
	height:18px;
}
.searchmain{
	height:20px;
	background-color:White;
	font-family:verdana;
	font-size:8pt;
	color:Black;
	width:186px;
}
.searchinput{
	font-family:verdana;
	font-size:8pt;
	color:Black;
}
.searchbutton{
	font-family:verdana;
	font-size:8pt;
	color:Black;
}
.searchfooter{
	background-color:#000066;
	font-family:verdana;
	font-size:8pt;
	color:White;
	width:186px;
	height:18px;
}
/* Specific code for Firefox and other non-ie browsers */
html>body a.menus{width:143px;}
html>body a.menus:visited{width:143px;}
html>body a.menus:hover{width:143px;}
html>body a.menusta{width:183px;}
html>body a.menusta:visited{width:183px;}
html>body a.menusta:hover{width:183px;}
html>body #search_menu{width:188px;}