#navcontainer { margin-left: 0px; }

#navcontainer ul
{
	margin: 0;
	padding:0px;
	list-style-type: none;
	list-style-image: none;
	font-family:Arial Narrow, Impact, Arial, Helvetica, sans-serif;
	color: #000000;
}

#navcontainer li {
	margin: 0;
	border: none;

}

#navcontainer a
{
color: #912439;
background-color: transparent;
width: 110 px;
padding: 2px 10px;
text-decoration: none;
font-size: 16px;
}

#navcontainer a:hover
{
	background-color: #CAAD52;
	width: 110 px;
	color: #912439;
	border-left: 5px solid #000;
	padding: 2px 10px 2px 5px;
}

#current
{
color: #000;
font-weight:bold;
}