/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 233px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
background-color:#2da29a;
border-radius:3px;
-webkit-border-radius:3px; -moz-border-radius:3px;
	behavior: url(ie-css3.htc); 
margin-bottom:15px;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;


width: 203px;
margin-left:auto;
margin-right:auto
}
.markermenu ul li{
border-bottom: 1px solid #71d0c9;
}

.markermenu ul li a{
padding-left:25px;
padding-right:25px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
display: block;
width: auto;
padding: 3px 0;
text-decoration: none;
border-bottom: 1px solid #0e6b65;
height:25px;
line-height:25px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 203px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #8ff7ef;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#003e39;
background-color:none;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}