/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 174px; /*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: 1px solid #9A9A9A;*/
}

.markermenu ul li a{
background: url(/images/lnav_back.png) no-repeat;
font: bold 15px Arial, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding-right: 5px;
text-decoration: none;
height: 35px;
line-height: 35px;
text-align: right;
}

.markermenu ul li a.currentpage{
background: url(/images/lnav_back_sel.png) no-repeat;
}

.markermenu #last{
background: url(/images/lnav_bottom.png) no-repeat;
background-color: none;
color: white;
display: block;
width: auto;
padding-left: 10px;
padding-right: 15px;
text-decoration: none;
height: 35px;
line-height: 35px;
text-align: right;
}

.markermenu #last.currentpage{
background: url(/images/lnav_bottom_sel.png) no-repeat;
}

#current{
color: white;
background-color: #1C3664;
background-image: url(/images/lnav_back_ro.png);
background-repeat: no-repeat;
}

#last_current{
color: white;
background-color: none;
background-image: url(/images/lnav_bottom_ro.png);
background-repeat: no-repeat;
}

#sub_current{
color: #EE3D3A;
}



.markermenu #last:hover{
background: url(/images/lnav_bottom_ro.png) no-repeat;
background-color: none;

}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #1C3664;
background-image: url(/images/lnav_back_ro.png);
background-repeat: no-repeat;
}

#tab{
	display: none;
}

.markermenu ul li a:hover #tab{
	display: block;

}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

#subnav_top{
	background: url(/images/subnav_top.png) no-repeat top right;
	border-right: 0;
}

#subnav_bottom{
	background: url(/images/subnav_bottom.png) no-repeat top right;
	border-right: 0;
}

.blackwhite li a{
background: url(/images/subnav_back.png) no-repeat top right;
color: white;
height: 34px;
line-height: 35px;
border: 0;
padding-left: 6px;
font-family: Arial, Helvetica, sans-serif;
}

.blackwhite li a:hover{
color: #B5B5B5;
}