body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navcontainer {
	width: 190px;
	position: relative;
	left: 15px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 6px;
	width: 160px;
	background-color: #036;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

