/* Created with <STRONG><VMENU> */
/* http://www.stronghtml.com/ */

#cssvmenu {
}

#cssvmenu ul {
 width: 150px;
 font-family: Tahoma;
 font-size: 14px;
 font-weight: bold;
 letter-spacing: 1px;
 margin:0;
 padding: 0;
 list-style-type:none
}

#cssvmenu li a {
 font-family: Tahoma;
 font-size: 14px;
 text-decoration: none;
 font-weight: bold;
 text-align: left;
 display:block;
 padding: 5;
 width: 100%;
}

#cssvmenu li a:hover {
 font-family: Tahoma;
 font-size: 14px;
 font-weight: bold;
 text-align: right;
 background-color: D8DCD3;
 text-decoration: none;
 color: 363636;
}

#cssvmenu li.menucurrent a {
 font-family: Tahoma;
 font-size: 14px;
}

#cssvmenu li.menucaption {
 display:block;
}

html>body #cssvmenu li a {
 width: auto;
}