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

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

}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
/*border: 1px solid #9A9A9A;*/
}

.markermenu ul li a{
width:174px; height:20px;
font:  12px  Arial;
color:#615F5F;
font-weight:normal;
display: block;
/*width: auto;*/
padding-top: 5px;
padding-left: 10px;
text-decoration: none;
/*border-bottom:#ccc 1px solid;*/
/*border-bottom: 1px solid #B5B5B5;*/
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
/*color: #1A1716;*/ width:200px; background:none;
}
 
.markermenu ul li a:hover, .markermenu ul li a.selected{
height:20px; font: 12px Arial; font-weight:normal; color:#1A1716; background:url(../images/left_nav_hover.jpg) no-repeat; width:173px; 
}


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

.blackwhite li a{
width:174px;
margin-left:0px;
background:#D9D6D6;
color:##666666;
}

.blackwhite li a:hover{
background:#BBBBBB;
color:#FFF;
height:15px;
}

