/* ######### Matt Black Strip Main Menu Bar CSS ######### */

/***********************************************
* All Levels Navigational Menu- (c) Dynamic Drive DHTML code library (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

.mattblackmenu ul{
margin: 0;
padding: 0;
color: #FFFFFF;
font: bold 11px Verdana;
list-style-type: none;
text-decoration:none;
background: black url(pics/blockdefault.gif) center center repeat-x;
overflow: hidden;
width: 850px;
text-align:left;
}

.mattblackmenu li{
color: #FFFFFF;
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: right;
display: block;
text-decoration: none;
margin: 0;
padding: 11px 19px; /*padding inside each tab*/
border-right: 1px solid #254985; /*right divider between tabs*/
color: #FFFFFF;
background: black url(pics/blockdefault.gif) center center repeat-x;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
color: white;
text-decoration:none;
background: transparent url(pics/blockactive.gif) center center repeat-x;

}

.mattblackmenu a.selected{
background: transparent url(pics/blockactive.gif) center center repeat-x;
}

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
background: url(BG/trans.png);
color: #FFFFFF;
font: bold 9px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
border: 1px solid #254985;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color:#FFFFFF;
text-align:left;
text-decoration: none;
padding: 8px 20px;

}

.ddsubmenustyle li a:visited{
color: #ffffff;
}


* html .ddsubmenustyle li{ /*IE6 CSS hack*/
color:#FFFFFF;
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
text-decoration:none;
background-color:#0869CD;
color: #FFFFFF;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 6px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 0px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}