@charset "UTF-8";
#navcontainer2 ul
{
	list-style-type: none;
	text-align: right;
	line-height: 0;
}

#navcontainer2 ul li a
{
	padding-left: 0px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right center;
	list-style-position: inside;
	text-indent: -2em
}

#navcontainer2 ul li a:hover
{
	color: #00306A;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right center;
}

#navcontainer2 ul li a#current
{
	color: #666;
	background-color: transparent;
	background-image: url(images/blue_rollover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a:hover { text-decoration:underline; }