#vmenu {width: <tv_image_width>px;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 0 0 10px; /* used to add spacing around the link */
}

.vmenu_nourl {
	font-family:arial;font-size:11px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	color: <tv_text_color>;
	display: block;
	/* padding: 0px 0 0 10px; */
}

.vmenu_regular {
        height: <tv_image_height>px; /* the height of one section of the rollover */
        line-height: <tv_image_height>px; /* centers the text */
	font-family:arial;font-size:<tv_sidebar_fontsize>px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	color: <tv_text_color>;
	display: block;
	background:  url(images/<tv_image_name>);background-repeat:no-repeat;
}

#vmenu li a:hover, #vmenu .vmenu_current {
        height: <tv_image_height>px;
        line-height: <tv_image_height>px; /* centers the text */
	font-family:arial;font-size:<tv_sidebar_fontsize>px;font-weight:bold;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	color: <tv_hover_text_color>;
	display: block;
	background:  url(images/<tv_image_name>) 0 <tv_image_height>px; /* same as the image height */
}