.vmsmenu{
width: 166px; /*width of menu*/
}

.vmsmenu .headerbar{
background: #EBEEF0 url(l_arr.jpg) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.vmsmenu .headerbar a{
font:13px Tahoma, Arial, Geneva, sans-serif; color:#707070; text-decoration:none; text-transform:uppercase; font-weight:bold;
display: block;

}
.vmsmenu .headerbar a:hover{text-decoration:underline;
		}

.vmsmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.vmsmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.vmsmenu ul li a{
font:11px Tahoma, Arial, Geneva, sans-serif;color:#707072; text-transform:uppercase; text-decoration:none;

font-weight: bold;
display: block;

padding: 5px 0;
line-height: 17px;
padding-left: 30px; /*link text is indented 8px*/
text-decoration: none;
}

.vmsmenu ul li a:hover{ /*hover state CSS*/
text-decoration:underline
}