* html ul#menu li { 
height: 20px; /*-- because min-height doesn't work --*/
}

* html ul#menu li .v_selected {
margin-bottom: 2px; /*-- half of actual value due to double margin bug --*/
} 

* html ul#menu li ul li { 
line-height: 17px;
}

* html ul#menu li ul {
display: none;
clear: both;
margin: 0;
padding-left: 12px; /*12px*/
}

* html ul#menu li a { 
/*-- total width should be 198px --*/
display: block;
padding: 0 0 2px 0;
width: 183px;
margin-left: 8px;
float: left;
}

* html ul#menu li ul li a { 
/*-- total width should be 298px --*/
display: block;
padding: 0 0 0 15px;
width: 183px;
margin: 0;
font-size: 11px;
color: #8A8A8C;
line-height: 18px;
}