#navcontainer { 
margin-top: 0px; 
margin-left: 0px; 
}

#navcontainer ul
{
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
}

#navcontainer li { margin: 0px; }

#navcontainer a
{
	display: block;
	padding: 8px 10px 8px 10px;
	margin-top: 0px;
	margin-bottom: 1px;
	width: 175px;
	color: #fff;
	background-color: #003d7d; /* background-color: #ADC1AD; */
	text-decoration: none;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #999;
	border-right: 0px solid #999;
	font-weight: bold;
	background-image: url(images/vertical06.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navcontainer a:hover
{
	color: #000;
	background-color: #FFC125;
	/* background-color: #889E88; */
	text-decoration: none;
	border-top: 0px solid #999;
	border-left: 0px solid #999;
	border-bottom: 0px solid #fff;
	border-right: 0px solid #fff;
	/* background-image: url(images/vertical06a.jpg);
	background-repeat: no-repeat;
	background-position: 0 0; */
}

#navcontainer ul ul li { margin: 0px; }

#navcontainer ul ul a
{
	margin-top: 0px;
	display: block;
	padding: 5px 10px 5px 10px;
	width: 175px;
	color: #fff;
	background-color: #003d7d; /* background-color: #C5D8C5; */
	text-decoration: none;
	font-weight: normal;
}

#navcontainer ul ul a:hover
{
	color: #000;
	background-color: #FFC125;
	text-decoration: none;
}

#searchbar {
margin-left: 1px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;	

}

ul#searchbar
{
white-space: nowrap;
color: #fff;
}

#searchbar ul 
{
padding-left: 0;
margin-left: 0;
color: White;
float: left;
width: 100%;
margin: 0px 0px 1px 1px;
padding: 0px 0px 0px 0px;	
}

#searchbar li { display: inline; white-space: nowrap;}

#searchbar ul li a {
padding: 8px 10px 8px 10px;
background-color: #003d7d;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#searchlist a:hover
{
color: #000;
background-color: #FFC125;
}

#searchcriteria {
margin-top: 0;
margin-bottom: 0;
margin: 0px 0px 0px 0px;
font-size: 14px;
height: 25px;
width: 180px;
line-height: 14px;
border: solid 1px #a0aacc;
}





