#vmenu {width: 230px;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 */

#vmenu li a {
	/*background: url(images/panel_link.gif);
        background-repeat: no-repeat; background-position: 3px 9px; */
        text-decoration: none;
	padding: 0px 0px 0 15px; /* used to add spacing around the link */

}

.vmenu_nourl {
	font-family:arial;font-size:11px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	color: #336299;
	display: block;
	/* padding: 0px 0 0 0px; */
}

.vmenu_regular {
        height: 24px; /* the height of one section of the rollover */
        line-height: 24px; /* centers the text */
	font-family:arial;font-size:11px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	color: #336299;
	display: block;
	background:  url(images/vmenu6.gif);background-repeat:no-repeat;
}

#vmenu li a:hover, .vmenu_current {
        height: 24px;
        line-height: 24px; /* centers the text */
	font-family:arial;font-size:11px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	color: black;
	display: block;
        text-decoration: underline;
	background:  url(images/vmenu7.gif);background-repeat:no-repeat; 024px; /* same as the image height */
}
