@charset "utf-8";



#topNav
{
	clear: both;
	height: 33px;
	background-color: #ECEAEB;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#topNav ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#topNav li
{
	float: left;
	height: 33px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7A7A7;
}
#topNav li.last
{
	border-right: none;
}
#topNav li:hover
{
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #DEDADC;
}
#topNav li a
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 33px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #990000;
	padding: 0px 22px;
}
#topNav a.active {
	color: #000;
}

#topNav li a:hover
{
	text-decoration: none;
	color: #CC0000;
}
