/* ######### Marker List Vertical Menu ######### */



.markermenu{

width: 155px; /*width of side bar menu*/

clear: left;

position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

padding-left:0;
padding-top:0px;

}



.markermenu ul li{
	padding:0px 0 0px 13px;



	
list-style-type: none;

margin-left:10px;

border: 0;

}


.markermenu ul li a{

background:#F0F1D3; /*url(modules/mod_slidemenu/ddlevelsfiles/bulletlist.gif) no-repeat 3px center; light gray background*/

font: bold 12px Verdana, Helvetica, sans-serif;

color: #623118;

display: block;

width: 155px;

padding-left:30px;
margin-left:-35px;
margin-right:0;
padding-right:0;
text-decoration: none;
line-height:20px;
border-bottom: 0;
background-image:url(menuoff.gif);
}



* html .markermenu ul li a{ /*IE6 hack*/


width: 175px;
padding-left:30px;

}



.markermenu ul li a:visited, .markermenu ul li a:active{
background-image:url(menuoff.gif);

color: #623118;
padding-left:30px;

}



.markermenu ul li a:hover, .markermenu ul li a.selected{
	padding-left:30px;
	color:#F0F1D3;
	background-image:url(menuon.gif);
	
	background-position: 0 31px;	
}



/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite ul li{


line-height:25px;


}

.blackwhite li a{

background: #F0F1D3;
background-image:url(menuoff.gif);
line-height:25px;
color: #623118;

}



.blackwhite li a:hover{

background: #623118;
background-image:url(menuon.gif);
color: #F0F1D3;
background-position: 0 31px;
}
