.navcontainer { width: 200px; }

.navcontainer ul
{
margin-left: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none;
}

.navcontainer a
{
display: block;
padding: 3px 15px;
width: 170px;
background-color: #aaaaff;
border-bottom: 1px dashed #999;
}

.navcontainer a:link, .navlist a:visited
{
color: #333;
text-decoration: none;
font-weight: bold;
font-size: 11pt;
}

.navcontainer a:hover
{
background-color: #4444aa;
color: #fff;
}

#topmenu
{
	border-top: 1px dashed #999;
}

.vv_left {
	float: left; 
	width: 30%; 
	text-align: right;
}

.vv_right {  
	float: right; 
	width: 70%; 
	text-align: left; 
	font-weight: bold;
}