div.menuNormal
{
	text-decoration:none;
	display: none;
	position: static;
}
div.menuHover
{
	border: 1px solid lightblue;
	text-decoration:none;
	background-color: white;
	display: inline;
	position: absolute;
}
a.menuitem:link
{
	text-decoration: none;
	color: #494f53;
	background-color: white;
	display: block;
}
a.menuitem:visited
{
	text-decoration: none;
	color: #494f53;
	background-color: white;
	display: block;
}
a.menuitem:hover
{
	text-decoration: none;
	color: #494f53;
	background-color: #0077c4;
	display: block;
}
a.menuitem:active
{
	text-decoration: none;
	color: #494f53;
	background-color: #0077c4;
	display: block;
}
a.menuitemshort:link
{
	text-decoration: none;
	color: #494f53;
	background-color: white;
}
a.menuitemshort:visited
{
	text-decoration: none;
	color: #494f53;
	background-color: white;
}
a.menuitemshort:hover
{
	text-decoration: none;
	color: #494f53;
	background-color: #0077c4;
}
a.menuitemshort:active
{
	text-decoration: none;
	color: #494f53;
	background-color: #0077c4;
}

input.search-field{ /*input field */
border:0px solid #FF0000;
width:190px;
margin:0;
font-family:arial;
font-size: 11px;
/*border: none;*/
padding: 3px 0px 0px 5px;
height:22px;
background: #ffffff url(new_images/search-bar-left-v2.gif) no-repeat top right; float:left;
}

input.search-go { /*search icon */
float:right;
border:0;
margin:0;
padding:0;
margin-left: 0;
height: 19px;
width: 25px;
background: url(new_images/search-bar-right-v2.gif) no-repeat top right;
cursor: pointer;
}