/* ######### Marker List Vertical Menu ######### */

.markermenu
{
width:100%; /*width of side bar menu*/
position:relative ; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
height:530px;
_height:530px;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding:10;

}
.markermenu li
{
left:0px;
top:0px;
/*display :block;
background-image: url('images/menu-bg1.gif');
background-repeat: repeat-x;*/
background-position: left top;
}

.markermenu ul li a
{
	margin-right:10px;
background: #b3ceec ; /*light gray background*/
font: bold 8pt "Tahoma", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding-right: 0px;
padding-top:2px;
text-decoration: none;
border-bottom: 1px solid white;
direction:rtl;
height:18px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
background-position:center ;

}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;


}

.markermenu ul li a:hover, .markermenu ul li a.selected
{
color: white;
background-color:#5EA0E3;

}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a
{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}
/*	
.markermenu img
{
border:none 0px;
}

.markermenu ul li img
{
color:#5EA0E3;
background-color:#5EA0E3;
border-color:#5EA0E3;
border-collapse:collapse;
}*/





