#vmenu {width: 200px;margin: 0px;} /* the width of the sprite image */

#vmenu ul {list-style: none; margin: 0; padding: 0;}

#vmenu li {margin:0 0 0px 0;padding:0} /* bottom margin adds space between the options */

#vmenu li a {
	/*background: url(images/panel_link.gif);
        background-repeat: no-repeat; background-position: 3px 9px; */
        text-decoration: none;
	padding: 0px 0 0 25px; /* this is the text padding. Used mostly to move the link text left/right */
}

.vmenu_nourl {
	font-family:arial;font-size:11px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	color: #5a5a5a;
	display: block;
	/* padding: 0px 0 0 10px; */
}

.vmenu_regular {
        height: 37px; /* the height of one section of the rollover */
        line-height: 37px; /* centers the text */
	font-family:arial;font-size:12px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	color: #5a5a5a;
	display: block;
	background:  url(images/vmenu.gif);background-repeat:no-repeat;
}

#vmenu li a:hover, .vmenu_current {
        height: 37px;
        line-height: 37px; /* centers the text */
	font-family:arial;font-size:12px;font-weight:bold;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	color: black;
	display: block;
	background:  url(images/vmenu.gif) 0 37px; /* same as the image height */
}