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

.mattblackmenu {
   	background-image: url(../wood.jpg);
    font-size:92%;
    line-height:normal;
	/*border-bottom:1px solid #C2BDAE;*/
      }
		
.mattblackmenu ul{
margin: 0;
margin-left: 10;
padding: 7;
background-image: url(../wood.jpg); <!-- oringally was nothing -->
font: bold 12px Verdana;
list-style-type: none;
/*border-bottom: 1px solid grey;*/
background: ../wood.jpg;
/*background: #414141;*/
overflow: hidden;
width: 97%;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #dd9933;
/* background: #414141 */
}

.mattblackmenu li a:visited{
color: white;
}

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

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

<!-- ******************* new class -->

.mainnicemenu {
      width:100%;
		background-image: url(../wood.jpg);
	   font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #C2BDAE;
      }

.mainnicemenu ul{
margin: 0;
margin-left: 20;
padding: 10;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid yellow;
background: #FFC125;
overflow: hidden;
width: 100%;
}

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

.mainnicemenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: orange;
}

.mainnicemenu li a:visited{
color: white;
}

.mainnicemenu li a:hover{
background: #ff5511; /*background of tabs for hover state */
}

.mainnicemenu a.selected{
background: #ff5511; /*background of tab with "selected" class assigned to its LI */
}
