/* ######### 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 #7fcaec;
border-top: none; /*top border for main menu*/
}

.markermenu ul li {border-top: 5px solid #7fcaec; display: block; width: 100%;}/*border color for main menu*/

.markermenu ul li a{
/*background: #3dc4c0 ; /*main menu background*/
background: url(../images/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(../images/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: #7FCAEC; font-weight: normal;}
.markermenu ul li a:hover span {color: #f7d85e;}
.markermenu ul li a:hover {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;}

* html .markermenu ul li a{ /*IE6 hack*/
width: 195px;
}

.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(../images/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;}

/* ######### 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: #9d7e04; list-style-type: none; font-weight:bold;}