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

div.navholder{
	width:100%; height:30px; background: #009e4a;
}
.mattblackmenu ul{
margin: 0 auto;
padding: 0;
font:normal 13px/16px Arial, Helvetica, sans-serif;
list-style-type: none;
overflow: hidden;
width: 960px;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 15px 8px 15px; /*padding inside each tab*/
color: #fff;

}

.mattblackmenu li a:visited{
color: #fff;
}

.mattblackmenu li a:hover{
background: #000280; /*background of tabs for hover state */
color: #fff;
}

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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font:normal 13px/16px Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100; line-height:20px;background-color: #000280;
}


.ddsubmenustyle li{
	float:none!important; width:200px; padding:4px;
}
.ddsubmenustyle li a{
display: block;
width: 192px;
color: #fff;
text-decoration: none;
padding: 4px 5px; font:normal 11px/16px Arial, Helvetica, sans-serif;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background: #fff!important;
color:  #004997;
}

.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;
}

