#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 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 25px;
}

.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: 32px; /* the height of one section of the rollover */
        line-height: 32px; /* centers the text */
	font-family:arial;font-size:11px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	color: #5a5a5a;
	display: block;
	background:  url(images/vmenu5.gif);background-repeat:no-repeat;
}

#vmenu li a:hover, .vmenu_current {
        height: 32px;
        line-height: 32px; /* centers the text */
	font-family:arial;font-size:11px;font-weight:bold;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	color: black;
	display: block;
	background:  url(images/vmenu5.gif) 0 32px; /* same as the image height */
}
	


	
/******************************************************************************************************
Vertical side menu styling
******************************************************************************************************/
#vsidemenu {width: 200px;margin: 0px;}

#vsidemenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#vsidemenu li {border-bottom: solid #e9e9e9 1px;padding-bottom:4px; }

#vsidemenu li a{
	background: url(images/panel_link.gif);
        background-repeat: no-repeat; background-position: 3px 9px;
        height: 12px;
        line-height: 9px; /* centers the test */
}

#vsidemenu li a {
	font-family:arial;font-size:11px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 13px;
  	/* height: 24px; */
	text-decoration: none;        
	}

#vsidemenu li a:link, #vsidemenu li a:visited {
	color: #C7377D;
	display: block;
	/* background:  url(images/vmenu.gif); */
	padding: 8px 0 0 10px;
	}

#vsidemenu li a:hover {
        font-weight:bold;
	color: #C7377D;
	/* background:  url(images/vmenu.gif) 0 -32px; */
	padding: 8px 0 0 10px;
	}