/* ######### Matt Black Strip Main Menu Bar CSS ######### */
#ddtopmenubar {width:750px; height:36px; color:#FFFFFF;}

.mattblackmenu ul{
color: #CC0402;
margin: 0;
padding: 0;
font: normal 11px Verdana;
list-style-type: none;
background: width:665px; /*background: url(menubg.gif) top no-repeat;*/ height:32px; padding-left:20px; padding-top:0px; font-size:11px; overflow: hidden; 
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 4px; /*padding inside each tab*/
/* border-right: 1px solid white; right divider between tabs*/
color: #CC0402;
font-weight: bold; 
font-family: Tahoma, Verdana, Arial, Helvetica;
 background:   url(menulibg.gif)  no-repeat right;
}

.mattblackmenu li a:visited{
  color: #CC0402; /* background:url(menulibg.gif) no-repeat right; */ text-decoration:none;
}

.mattblackmenu li a:hover{
	color: #FD6060;
 /* background: black url(menubghover.gif) repeat-x;background of tabs for hover state */
}

.mattblackmenu a.selected{
/* background: black; background of tab with "selected" class assigned to its LI */
}
.mattblackmenu li a.last{
 background: none;
} 
