/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 100%; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

/* ALEYIU: heavy mod- Main TOP menu style */
.markermenu ul{
list-style-type: none;
/*margin: 5px 0;*/
margin: 0 0;
/*padding: 0;*/
/*border: 1px solid #9A9A9A;*/
border: none;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
height: 322px;
background-image: url(/Content/Images/bkg_mm.jpg);
background-repeat:repeat;
background-position: left bottom;
}

.markermenu ul li a{
/*background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
/*background: #000000 no-repeat 3px center;*/
background: transparent;
/*font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
/*color: #00014e;*/
color: #ffffff;
display: block;
width: auto;
/*padding: 3px 0;*/
padding: 8px 0;
padding-left: 20px;
text-decoration: none;
/*border-bottom: 1px solid #B5B5B5;*/
margin-bottom: auto;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

.markermenu ul li span{

background: transparent;
color: #ffffff;
display: block;
width: auto;
padding: 8px 0;
padding-left: 0px;
padding-top:60px;
text-decoration: none;
margin-bottom: auto;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 130px;
}


.markermenu ul li a:visited, .markermenu ul li a:active{
/*color: #00014e;*/
color: #ffffff;
}


.markermenu ul li a:hover, .markermenu ul li a.selected{
color: Orange;
}


/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
color: black;
}

.blackwhite li a:hover{
background: black;
color: white;
}


/*ALEYIU: heavy mod below to overwrite what's in main stylesheet */
.orangewhite li a{
background: Orange;
color: Black;
/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
/*font-size: 14px;*/
font-style: normal;
font-weight: normal;
text-decoration: none;
display: inline-block;
margin-bottom: 0px;
}

.orangewhite li a:hover{
background: Orange;
color: White;	
/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
/*font-size: 14px;*/
font-style: normal;
font-weight: normal;
text-decoration: none;
display: inline-block;
margin-bottom: 0px;
}











	

