/******************************************************************/
/* START 'CSS MENU' tags */
/******************************************************************/


#cssmenu {
	width: 188px;
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-indent: 10px;

}

img {
    border: none;
}

#cssmenu li a {
	height: 25px;
  	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: #ffffff;
	height: 28px;
	vertical-align:middle;
}
	
#cssmenu li a:hover {
	background:  url("../graphics/menubutton.jpg") 0 -28px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
    color: #D8E0E6;
	height: 28px;
	vertical-align:middle;
}

ul.myVerticalMenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.myVerticalMenu li {
list-style-type: none;
width: 185px;
background-color: #FFFFB9;
}

#dropmenudiv{
position:absolute;
background-color: #407DB4;
border:1px solid white;
border-bottom-width: 0;
font:normal 12px Trebuchet MS;
line-height:18px;
z-index:100;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #920007;
}