/* ######### Marker List Vertical Menu ######### */

.markermenu{
 /*width of side bar menu*/
clear: left;
position: absolute; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/


}
* html .markermenu{
 /*width of side bar menu*/
clear: left;
position:absolute;
/*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}
.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
vertical-align:middle;
text-align:left;
}

* html .markermenu ul{
margin: 0px;
padding: 0px;
}
.markermenu ul li a{
margin-bottom:10px;
padding: 0px 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color: #ffffff;
display: block;
width: auto;
text-decoration: none;
}

* html .markermenu ul li a{
padding: 0px;
margin: 0px;
}

* html .markermenu ul li a{ /*IE6 hack*/
color:#ffffff;
text-decoration:none;
padding: 0px;
margin: 0px;
}
* html .markermenu ul li a:hover{ /*IE6 hack*/
color:#ffffff;
text-decoration:none;
padding: 0;
margin: 0;
}

.markermenu ul li a:visited, .markermenu ul li a:active{

color:#ffffff;
}
* html .markermenu ul li a:visited, .markermenu ul li a:active{

color:#ffffff;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#FFFFFF
background-color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
color:#gray;
}
* html .blackwhite {
z-index:0px;
}
* html .blackwhite li a{

z-index:10px;
color:#gray;
}
.blackwhite li li a{
color:gray;
}
* html .blackwhite li li a{

z-index:10px;
color:#gray;
}

.blackwhite li a:hover{
color: gray;
}




* html .markermenu ul li a{ width:50px; display:block}
* html .blackwhite ul li a{ width:50px; display:block}
