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

.markermenu{
width: 185px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
margin-top: -10px;
margin-bottom: -4px;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
/*border: 1px solid #9A9A9A;*/
}
.rightarrowpointer{
display:none;
}
.markermenu ul li{
    background: url(../images/icon_left.png)left top 10px no-repeat;

    margin-bottom: 2px;
	width:185px;
	margin-left: 4px;line-height: 30px;
}
.markermenu ul li a{
color: #2f2e2c;width: 158px;
overflow: hidden;
display: block;
width: auto;
padding: 3px 0;
padding-left: 15px;
text-decoration: none;
font-family: Arial,Verdana, Helvetica, sans-serif;
font-weight: bold;  height: 22px;


}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #2f2e2c;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:red;
}

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

.blackwhite li a{

}

.blackwhite li a:hover{
color: red;
}