/* CSS Document */

#navcontainer ul
{
	list-style-type: none;
	text-align: left;
	margin-left: -1px;
	padding-left: 5px;
	height: auto;
	margin-top: -3px;
}

#navcontainer ul li a
{
	background: transparent url(../image/list-off.gif) no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto;
}

#navcontainer ul li a:hover
{
	background: transparent url(../image/list-on.gif) no-repeat left center;
	color: #FFFFFF;
	text-decoration: underline;
}

#navcontainer ul li a#current
{
	background: transparent left center;
	color: #000000;
	margin-left: -16px;
}
#navcontainer #subnav
{
	background: left center;
	color: #FFFFFF;
	margin-left: 12px;
}

