/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 172px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
text-align:center;
}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
}

.markermenu ul li a{
 /*light gray background*/
  background:url(../images/menu_element.png) repeat-y white;
  font: bold 17px "Trebuchet MS", "Bookman Old Style", Arial, Helvetica, Georgia, sans-serif;
	color:rgb(4,73,60);
  display: block;
  width:172px;
  padding: 3px 0;
  padding-left: 10px;
  text-decoration: none;
  height:24px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 172px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
  font: bold 17px "Trebuchet MS", "Bookman Old Style", Arial, Helvetica, Georgia, sans-serif;
	color:rgb(4,73,60);
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color:rgb(219,165,0);
	text-decoration:underline;

}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
  background:url(../images/menu_element.png) repeat-y white;
  height:25px;
  width:172px;
  padding: 3px 0;
  padding-left: 10px;
  
}

.blackwhite li a:hover{
	color:rgb(219,165,0);
	text-decoration:underline;
}

