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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #bde3fc;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: black;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #bde3fc;
}

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

.ddsubmenustyle li a:hover{
background-color: #000033;
color: white;
}

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

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

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

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}





/*=======================================================******************************=====================================================================*/


.markermenu{
width:207px; /*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;
background-color:#f0f7fd;
}

.markermenu ul li a{
background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #003399;
/*display: block;*/
width: auto;
padding: 3px 0 3px 20px;
text-decoration: none;
background-image:url(../images/menu_bg.jpg);
background-repeat:repeat-x;
background-position:top;
height:20px;
border-left: 1px solid #bde3fc;
border-right: 1px solid #bde3fc;
width: 184px;

}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #003399;
background-color:#f0f8fd;
text-decoration:none;
}

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

.blackwhite li a{
/*background-image:url(../images/menu_bg.jpg);
background-repeat:repeat-x;
background-position:top;*/

background-color:#F2F2F2;
text-decoration:none;

color: #003399;
width:198px;
}

.blackwhite li a:hover{
background:#7ab903;
color: #FFFFFF;
text-decoration:none;
}