/* Created with <STRONG><VMENU> */
/* http://www.stronghtml.com/ */


#cssvmenu {
}
#cssvmenu ul {
 font-family: Times New Roman, Times, serif;
 font-size: 18px;
 width: 130px;
 letter-spacing: 0px;
 margin:0;
 padding:0;
 list-style:none;
}
#cssvmenu li a {
 font-family: Times New Roman, Times, serif;
 font-size: 18px;
 color: #B1B1B1;
 text-decoration: none;
 background: #000000;
 border-bottom: 7px solid #000000;
 display:block;
 width:100%;
}
#cssvmenu li a:hover {
 color: #D4D4D4;
 background: #535353;
}
#cssvmenu li.menucurrent a {
}
#cssvmenu li.menucaption {
 font-size: 18px;
 color: #787878;
 font-weight: bold;
 font-style: italic;
 background: #000000;
 border-bottom: 5px solid #000000;
 display:block;
}
html>body #cssvmenu li a {
 width: auto;
}
