#menuV{
width: 135px;
}

#menuV a{
font: 10px Verdana, Arial, Helvetica, sans-serif;
padding: 2px;
padding-left: 2px;
display: block;
width: 100%;
color: #000066;
text-decoration: none;
border-bottom: 1px solid #DDD;
background: #EEE;
}

html>body #menuV a{
width: auto;
}

#menuV a:hover{
color: white;
font-weight: bold;
background-color: #993333;
}

#menuV .arrow {
	margin-left: 2px;
    margin-right: 2px;
}

#menuV .arrow1 {
    text-indent: 10px;
}

#menuV .home{
color: #990000;
font-weight: bold;
}