
.Vmenu{
list-style-type: none;
margin: 30px 0px 0px 0px;
padding: 0px;
width: 170px;
text-align: center;
/* border: 1px solid #9A9A9A; */
border-bottom-width: 0;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#0B287D,direction=135,strength=8); /*Add Shadow in IE */
-moz-box-shadow: 5px 5px 10px #0B287D;
box-shadow: 5px 5px 10px #0B287D;
}

.Vmenu{
-webkit-box-shadow: 3px 3px #OB287D; /*Add Shadow in Mozilla */
}


.Vmenu li a{
background: white url(./backgrounds/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0px;
padding-left: 0px;
text-decoration: none;
}

* html .Vmenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.Vmenu li a:visited, .Vmenu li a:active{
color: white;
}

.Vmenu li a:hover{
background-image: url(./backgrounds/glossyback2.gif);
}


