/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu ul{
/*margin: 0;padding: 0;font-family:Arial, Helvetica, sans-serif;font-size:13px;text-align:center;color:#767676; list-style-type: none; overflow: hidden;width: 780px; line-height:17px; font-weight:bold; */
margin: 0;padding: 0;font-family:Arial, Helvetica, sans-serif;font-size:13px;text-align:center;color:#767676; list-style-type: none; overflow: hidden; line-height:17px; font-weight:bold; 
}

.mattblackmenu li{
display: inline; margin: 0;}

.mattblackmenu li a{
float: left; display: block; text-decoration: none; margin: 0; padding: 6px 18px; /*padding inside each tab*/
border-right: 1px solid #eeeeee; /*right divider between tabs*/
border-top: 1px solid #eeeeee; border-left: 1px solid #eeeeee; color: #767676;  }


.mattblackmenu li a:hover{
background:url(../img/toplinkbg_hover.png) repeat-x; /*background of tabs for hover state */
color:#8EC642;
line-height:17px;
}

.mattblackmenu a.selected{
background: #a50d12; /*background of tab with "selected" class assigned to its LI */
color:#FFFFFF;
}

.mattblackmenu li .abc a{
text-decoration: none;
color: #8EC642; 
}

.mattblackmenu li .abc a:hover{
color:#8EC642;

}



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

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
color:#FFFFFF;
list-style-type: none;
background: #a50d12;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;

}

.ddsubmenustyle li a{
display: block;
width: 130px; /*width of menu (not including side paddings)*/
color: #ffffff;
background-color: #a50d12;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px dotted #d28689;
line-height:17px;
}

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

.ddsubmenustyle li a:hover{
background-color: #f2f1dc;
color: #353434;
}




/* ######### 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;
}





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

.markermenu{
width: 175px; /*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: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

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

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

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

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

.blackwhite li a{
background: white;
}

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





