/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 225px; /*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:  0;padding: 0;border: 5px solid #a6f9f6;border-top: none; /*top border for main menu*/}
.markermenu ul li {border-top: 5px solid #a6f9f6;}/*border color for main menu*/

.markermenu ul li a{
/*background: #3dc4c0 ; /*main menu background*/
background: url(../img/site/mainnav_blank1.jpg) repeat-x;
font: bold 15px Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;;
color: white; /*main menu text color*/
display: block;
width: auto;
padding: 0;
padding-left: 20px;
border:0px;
height:45px;
text-decoration: none;
list-style-type: none;
}

.markermenu_home ul li a{
/*background: #3dc4c0 ; /*main menu background*/
background: url(../img/site/mainnav_blanknoarrow1.jpg) repeat-x;
font: bold 15px Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;;
color: white; /*main menu text color*/
display: block;
width: auto;
padding: 0;
padding-left: 20px;
border:0px;
height:45px;
text-decoration: none;
list-style-type: none;
}

.markermenu ul li a span {float: left; font-size: 11px; color: #1c625f; font-weight: normal; text-decoration: none;}
.markermenu ul li a:hover span {color: #fff; font-weight: normal; text-decoration: none;}

#markermenu_dark ul li a {border: 0; font-size:13px; font-weight:normal;}
#markermenu_dark ul li {border: 0;font-size:13px; font-weight:normal;}
#markermenu_dark li {border: 0px; color: #21716f; font-size:13px; font-weight:normal;}

.markermenu ul li a:visited, .markermenu ul li a:active{color: white;}
.markermenu ul li a:hover, .markermenu ul li a.selected{color: white;background: url(../img/site/mainnav_blank2.jpg) repeat-x;}

#markermenu_dark ul li a {border: 0; font-size:13px; font-weight:normal;}
#markermenu_dark ul li {border: 0;font-size:13px; font-weight:normal;}
#markermenu_dark li {border: 0px; color: #21716f; font-size:13px; font-weight:normal;}

/* SADIE THIS IS WHAT YOURE LOOKING FOR - Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) */

.blackwhite li a{background: white; list-style-type: none;}

.blackwhite li a:hover{background: white; color: #6fd0cd; list-style-type: none; font-weight:bold;}