#csstopmenuv, #csstopmenuv ul{
font-family: Arial; font-size: 12px;
padding: 0px;
margin: 0;
list-style: none;
width: 180px;
}

#csstopmenuv li{
font-family: Arial; font-size: 12px;
float: left;
position: relative;
width: 60%;
}

/*#csstopmenu a{
 text-decoration: none;
}*/

.mainitemsv{
text-decoration: none;
}

.headerlinksv a{
/*color: 336699;*/
text-decoration: none;
/*margin: auto 2px;*/
margin-right:0px;
  text-transform: uppercase;
  font-size:9px;
/*  font-variant:small-caps; */
}


.submenusv {
display: none;
/*width: 12em;*/
position: absolute;
left: 8em;
top: -3px;

}

.submenusv LI{
width: 100%;
}

.submenusv LI B{
color: #DA251D; font-weight: normal;
}

.submenusv li a{
text-decoration: underline;
color: 336699;
display: block;
width: 100%;
text-indent: 3px;}

html>body .submenusv li a{ /* non IE browsers */
width: auto;
}

.submenusv li a:hover{
color: #DA251D;
}

#csstopmenuv li>ul {/* non IE browsers */
top: 0;
left: 100%;
}

#csstopmenuv li:hover ul, li.over ul {
display: block;
}

html>body #clearmenuv{ /* non IE browsers */
height: 3px;
}
