/*------Main Menu Start-------*/

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

.markermenu{
width: 230px; /*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: 0px 0 0px 0px;
padding: 0;
}

.markermenu ul li a{
background:url(../images/arrow_icon.gif) no-repeat 10px; /*light gray background*/
font: 12px Verdana, Helvetica, sans-serif;
color: #646464;
display: block;
width: auto;
padding:7px 0 0px 20px;
height:25px;
text-decoration: none;
border-bottom:1px solid #dddddd; border-left:1px solid #dddddd; border-right:1px solid #dddddd;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #646464;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #000;
background-color:#f6f6f6;
}

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

.blackwhite li a{
background:url(../images/arrow_icon.gif) no-repeat 10px; /*light gray background*/
font: 12px Verdana, Helvetica, sans-serif;
color: #646464;
display: block;
padding:7px 0 0px 20px;
height:25px;
text-decoration: none;
border-bottom:1px solid #dddddd; border-right:1px solid #dddddd;
}

.blackwhite li a:hover{
color: #000;
background-color:#f6f6f6;
}


/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #fff;
border:none;
visibility: hidden;
border-top:1px solid #dddddd;
}

.ddsubmenustyle li{ /*IE6 CSS hack*/
display:block;
width: 230px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
color: #000;
background-color:#f6f6f6;
}

/* ######### Neutral CSS  ######### */



.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
left: 100px;
padding-top:3px;
border: 0;
}



/*------Main Menu End-------*/