/* ######### Marker List Vertical Menu ######### */

.markermenu{

clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
padding: 0;
}

.markermenu ul li a{

display: block;
width: auto;
padding: 0px 0;
text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
width:auto;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
}

.markermenu ul li a:hover, .markermenu ul li a.selected{

}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}




/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left:-10px;
top: 0;
font-weight:bold;
list-style-type: none;
background: #C9D2D9;
border: 1px solid #6782B9;
visibility: hidden;
z-index: 100;
width:180px;
}

.ddsubmenustyle li a{
display: block;
width: 180px;
color: #6782B9;
text-decoration: none;
padding: 5px 5px;
border-bottom: 1px solid #6782B9;
font-weight:bold;
background-color:#FFFFFF;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 180px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background:url(graphics/00000001/menubg.jpg);
color: #FFFFFF;
font-weight:bold;
border: 1px solid #6782B9;
border-bottom: 1px solid #6782B9;
}








/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyled, .ddsubmenustyled ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left:-10px;
top: 0;
font-weight:bold;
list-style-type: none;
background: #C9D2D9;
border-left: 1px solid #6782B9;
border-right: 1px solid #6782B9;
border-bottom: 1px solid #6782B9;
visibility: hidden;
z-index: 100;
width:180px;
}

.ddsubmenustyled li a{
display: block;
width: 180px;
color: #6782B9;
text-decoration: none;
padding: 5px 5px;
font-weight:bold;
background-color:#FFFFFF;
}

* html .ddsubmenustyled li{ /*IE6 CSS hack*/
display: inline-block;
width: 180px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyled li a:hover{
background:url(graphics/00000001/menubg.jpg);
color: #FFFFFF;
font-weight:bold;
border: 1px solid #6782B9;
border-bottom: 1px solid #6782B9;
}





/* ######### 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;
}



/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid gray;
background: #414141;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #2D336C; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: #2D336C; /*background of tab with "selected" class assigned to its LI */
}

