 
#navcontainer
{
	width: auto;
	margin: 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	text-transform: none;
	color: #003366;
	font-weight: bold;
}

ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	border: 1px none #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-indent: 10pt;

}

ul#navlist li
{
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;

}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 2px 0 0px 6px;
	color: #cce4e8;
	text-decoration: none;
	background: #003366;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: 003366;
	font-weight: bold;
	list-style-type: none;

}

#navcontainer>ul#navlist li a {
	width: 100%;
	border: none;
	font-weight: bold;
	list-style-type: none;

}

ul#navlist li#active a
{
	color: cce4e8;
	background-color: 003366;
	border: none;
	font-weight: bold;
	list-style-type: none;

}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: 003366;
	background: #cce4e8;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: 003366;
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;

}
navlist2 {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	border: 1px none #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-indent: 10pt;
	display: inline;

}
