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

.markermenu{
width: 111px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
text-decoration:none;
list-style: none;
color:#FFFFFF;
padding: 0px;

}

.markermenu ul{
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0px;
border: 1px solid #9A9A9A;
color:#FFFFFF;
text-decoration:none;
list-style: none;
}

.markermenu ul li a{
background: #F2F2F2 url(bulletlist.gif) no-repeat 3px right; /*light gray background*/
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FFFF00;
/*display: block;*/
width: auto;
padding: 5px 5px;
padding-left: 5px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
list-style: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 111px;
text-decoration:none;
list-style: none;
color:#FFFF00;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #FFFF00;
text-decoration:none;
list-style: none;
font: bold;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
list-style: none;
}

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

.blackwhite li a{
background:#006699;
color:#FFFFFF;
height:20px;
font-size: 12px;
}

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




.ddsoba {
	width: 110px;
	height: 30px;
	line-height: 17px;
	font-size: 14px;
	background-color:#3399CC;
	background-attachment: scroll;
	font-weight:bold;
	color:#FFFF00;
	list-style: none;
	text-align:left;
}
.ddsoba a {
	padding: 5px 5px 0px 0px;
	width: 10px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../aecImages/bgMainMenu.jpg);
	background-repeat: no-repeat;
}
.ddsoba a:hover {
	background-image: url(../aecImages/bgMainMenuOver.jpg);
	background-repeat: no-repeat;
}











