/* ######### Marker List Vertical Menu ######### */
.markermenu1, .markermenu, 
* html .markermenu ul li a, 
* html .markermenu1 ul li a{width:147px}/*Adjust this to match the width set in the sts_template files 
*/
.markermenu{
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 7px 0;
padding: 0;
border: 1px solid #B6B7CB;
border-bottom:none;
}

.markermenu ul li a{
background: #ffffff; /*light gray background*/
font: bold 11px arial;
display: block;
width: auto;
padding:5px 3px;
text-decoration: none;
/*border-bottom: 0px solid #B5B5B5;*/
}

* html .markermenu ul li a{ /*IE6 hack*/
/*width: 156px;*/
color:#000000;
}

.markermenu ul li :visited{
color: #ffffff;
}

.markermenu ul li a:visited{
color: #000000;
background:#FFFFFF;
}

 .markermenu ul li a:active{
 color: #000;
}

 .markermenu ul li :active{
 color: #000000;
}
.markermenu ul li a:hover{
color: #ffffff;
background-color: #000066;
}
.markermenu ul li a.selected{
color: #ffffff;
background-color: #000066;
}

.markermenu1{
/*width:156px; *//*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

* html .markermenu1 ul li a{ /*IE6 hack MUST AGREE WITH WIDTH IN TEMPLATE*/
/*width: 160px;*/
color:#000000;
}

.markermenu1 ul{
list-style-type: none;
margin: 7px 0;
padding: 0;
border: 1px solid #B6B7CB;
/*border-bottom:none;*/

}

.markermenu1 ul li a{
background: #ffffff; /*light gray background*/
font: bold 11px arial;
display: block;
width: auto;
padding: 5px 0;
padding-left: 6px;
text-decoration: none;
/*border-bottom: 0px solid #B5B5B5;*/
}



.markermenu1 ul li :visited{
color: #ffffff;
}

.markermenu1 ul li a:visited{
color: #000000;
background:#FFFFFF;
}

 .markermenu1 ul li a:active{
 color: #000;
}

 .markermenu1 ul li :active{
 color: #000000;
}
.markermenu1 ul li a:hover{
color: #ffffff;
background-color: #000066;
}
.markermenu1 ul li a.selected{
color: #ffffff;
background-color: #000066;
}
/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #000066;
color: white;
}

