/* ######### Marker List Vertical Menu ######### */
*{
font-family:Arial, Helvetica, sans-serif;
}

.markermenu{
width: 156px; /*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{
background: url(images/main-cat-menu.jpg) repeat-x center; /*light gray background*/
color:#093966;
display: block;
width: 134px;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #CCCCCC;
font-size:11px;
font-weight:bold;
}



.markermenu ul li a:visited, .markermenu ul li a:active{
color: #093966;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: url(images/sub-cat-menu.jpg) bottom repeat-x #FFFFFF;
padding-top:10px;
padding-bottom:10px;
font-size:12px;
color:#000000;
border:#CCCCCC 1px solid;
}

.blackwhite li a:hover{
background: #093966;
color: white;
}