/* ######### Matt Black Strip Main Menu Bar CSS ######### */



.mattblackmenu ul{

margin: 0;

padding: 0;

list-style:none;

float:right;

font-size:11px;

font-family: Arial;

font-weight:bold;

background: url(menubg.jpg)  no-repeat;

list-style-type: none;

border-top:1px solid #ccc;

border-bottom:0px solid #ccc;

overflow: hidden;

width: 100%;

}



.mattblackmenu li{

display: inline;

margin: 0;

}



.mattblackmenu li a{

float:left;

padding: 6px 0px 7px 0;

color:#FFF;

width:100px;

text-decoration:none;

border-right:0px solid #ccc;

text-align:center;

}



.mattblackmenu li a:visited{

color: #FFF;

}





.mattblackmenu a.selected{

background: #0177b5; /*background of tab with "selected" class assigned to its LI */

}




.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/

font: normal 11px Arial;

font-weight:bold;

margin: 0;

padding: 0;

position: absolute;

left: 0;

top: 0;

width: 80px;

border: 1px solid #0177b5;

visibility: hidden;

z-index: 100;

}



.ddsubmenustyle li a{

display: block;

width: 130px; /*width of menu (not including side paddings)*/

height: 18px;

color: #FFFFFF;

background:#0177b5;

border-bottom:1px solid #ccc;

list-style-type: none;

text-decoration: none;

padding: 4px 5px;

}



* html .ddsubmenustyle li{ /*IE6 CSS hack*/

display: inline-block;

width: 130px; /*width of menu (include side paddings of LI A*/

}



.ddsubmenustyle li a:hover{

background-color: #6bba43;

color:#FFFFFF;

}



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

}