/* CSS Document */

#navcontainer {
	width: 140px;
	float: right;
	height: auto;
	text-align: center;
	position: relative;
}
#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	font-variant: normal;
	font-style: normal;
}
#navcontainer a
{
	display: block;
	padding: 3px;
	width: 120px;
	background-color: #00002F;
	border-bottom: 1px solid #eee;
}
#navcontainer a:link, #navlist a:visited
{
color: #E8FAFF;
text-decoration: none;
}
#navcontainer a:hover
{
	background-color: #CCCCCC;
	color: #263566;
}
#navcontainer #current, #navcontainer #current a {
	color:#263566;
	background-color: #FAFECB;
	width: 120px;
}
