#navcontainer { width: 200px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : larger;
	background : transparent;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 135px;
background-color: #000099;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #000099;
	color: #fff;
	background : red;
}.wht12pntjust {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}
.8pntWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
