#navcontainer ul
{
	display: block;
	list-style: none outside;
	padding: 0;
	margin: 0 0 0 10px;
	font-family: Verdana, sans-serif;
	font-size: x-small;
	top: 88px;
	position: absolute;
	left: 188px;
}

#navcontainer li
{
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	color: #545454;
	font-weight: normal;
	/* the next 4 lines are magic */
display: block;
	float: left;
	position: relative;
	top: -1.32em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navcontainer a:link,
#navcontainer a:visited
{
	background-color: #ffffff;
	color: #545454;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#navcontainer a:hover
{
	color: #FF0000;
}

#navcontainerclear { display: none; }

html>body #navcontainerclear
{
display: block;
clear: both;
}

#navcontainer li#active a
{
	color: #FF0000;
}
