#vmenu {width: 211px;margin: 0px;} /* the width of the sprite image */

#vmenu ul {list-style: none; margin: 0; padding: 0;}

#vmenu li {margin:0 0 2px 0;padding:0} /* bottom margin adds space between the options */

#sidebar-header {color: white !important;}

#vmenu li a {
	/*background: url(images/panel_link.gif);
        background-repeat: no-repeat; background-position: 3px 9px; */
        text-decoration: none;
	padding: 0px 0 0 10px; /* used to add spacing around the link */
}

.vmenu_nourl {
	font-family:arial;font-size:11px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	color: #000;
	display: block;
	/* padding: 0px 0 0 10px; */
}

.vmenu_regular {
        height: 40px; /* the height of one section of the rollover */
        line-height: 41px; /* centers the text */
	font-family:arial;font-size: 14px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	color: #000;
	display: block;
	background:  url(images/vmenu4.gif);background-repeat:no-repeat;
}

#vmenu li a:hover, #vmenu .vmenu_current {
        height: 40px;
        line-height: 41px; /* centers the text */
	font-family:arial;font-size: 14px;font-weight:bold;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	color: #fff;
	display: block;
	background:  url(images/vmenu4.gif) 0 41px; /* same as the image height */
}
