#topnavcontainer ul
{
	padding-left: 0;
	margin-left: 0px;
	color: White;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/topnav_red.gif);
	background-repeat: repeat-x;
	height: 36px;
	line-height: 18px;
}
#topnavcontainer {
	width: 828px;
}

#topnavcontainer ul li { display: inline; }

#topnavcontainer ul li a
{
	color: White;
	text-decoration: none;
	float: left;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	background-image: url(../images/topnav_red.gif);
}

#topnavcontainer ul li a:hover
{
	color: #fff;
	background-image: url(../images/topnav_grey.gif);
	background-repeat: repeat-x;
}/* CSS Document */
#topnavcontainer ul li a:active {
	color: #CC0000;
	background-image: url(../images/topnav_active.gif);
	background-repeat: repeat-x;
}
