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

.markermenu{
width: 212px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
border:0px;
}

.markermenu ul{
list-style-type: none;
margin: 0px ;
padding: 0;
border:0px;
/*border: 1px solid #9A9A9A;*/
}
 html .markermenu ul li {
background: url(body.jpg); /*light gray background*/
font-family: "Arial, Helvetica, sans-serif"!important;
display: block;
width: auto;
height:20px;
padding: 2px 0px;
text-decoration: none;
font-size:13px;
border:0px;
}

* html .markermenu ul li {
background: url(body.jpg); /*light gray background*/
font-family: "Arial, Helvetica, sans-serif"!important;
display: block;
width: auto;
height:20px;
padding: 2px 0px;
text-decoration: none;
font-size:13px;
border:0px;
}
	
.markermenu ul li a{
background: url(body.jpg); /*light gray background*/
/*font-weight: bold 13px ;*/
/*font-family:"Arial, Helvetica, sans-serif" !important;*/
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#73a734;
display: block;
width: auto;
padding-left: 30px;
padding-right:5px;
text-decoration: none;
width: 176px;
border:0px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 210px;
font-family:"Arial, Helvetica, sans-serif";
font-size:13px;
color:#73a734;
display: block;
padding-left: 30px;
/*padding-right:5px;*/
text-decoration: none;
border:0px;

}

.markermenu ul li a:visited, .markermenu ul li a:active{
color:#73a734;
border:0px;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{

/*background-color: #73a734;*/
border:1px;
color:#00782b;
font-weight:bold;
}

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

.blackwhite li a:visited{
/*background: #00b167;*/
color: #000;
border:0px;
/*height:30px;*/
/*width:100px;*/
}
 html .blackwhite li a{
background: #00b167;
color: #fffff;
width:140px;
border:1px;
height:25px;
}
* html .blackwhite li a{
background: #00b167;
color: #fffff;
width:140px;
border:1px;
height:25px;
}

.blackwhite li a:hover{
background: #00782b;
color: #000;
width: 140px;
border:1px;

}
