/******************************************************************/
/* START 'CSS MENU' tags */
/******************************************************************/
#links { right: 0; text-align: right; position: absolute; height: 36px; }
#links ul { display: inline; }
#links li { display: inline; font-size: 12px; width: 100px; text-align: center; height: 36px; padding-top: 10px; padding-bottom: 10px; background-image: url(../images/hor_menu_button.jpg); background-repeat: no-repeat; background-position: right; }
#links a:link { color: #000000;  text-decoration: none; width: 100px; line-height: 36px; }
#links a:visited { color: #000000;  text-decoration: none; width: 100px; line-height: 36px; }
#links a:hover { color: #000000; text-decoration: underline; width: 100px; line-height: 36px; }

#cssmenu {
	width: 209px;
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	text-indent: 35px;
}

img {
    border: none;
}

#cssmenu li a {
	height: 21px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
}	
	
#cssmenu li a:link, #cssmenu li a:visited {
	display: block;
	background:  url("../graphics/menubutton.jpg");
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #990000;
	height: 23px;
	vertical-align:middle;
}
	
#cssmenu li a:hover {
	background:  url("../graphics/menubutton.jpg") 0 -23px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #ffffff;
	height: 23px;
	vertical-align:middle;
}

ul.myVerticalMenu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	padding-right: 10px;
}