/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0px ;
padding: 0px ;
font: bold 10px Arial, Verdana;
list-style-type: none;
border-bottom: 0px solid gray; /* KA 0px */
background-image: url(../imagespage/bg-menu4.jpg) ;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
	padding:0px;
color: #ffb414 ;
color: #ffffff ;
font-weight: bold ;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0px ;
padding: 8px 8px; /*padding inside each tab*/
padding: 6px 6px; /*padding inside each tab*/
padding: 2px 2px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
border-right: 1px solid #e0e0e0 ; /*right divider between tabs*/
border-right: 1px solid #101010 ; /*right divider between tabs*/
border-right: 0px solid #101010 ; /*right divider between tabs*/
color: white;
color: #333333 ;
color: #ffb414 ;
color: #ffffff ;
background-image: url(../imagespage/bg-menu4.jpg) ;
font-size: 14px; /* KA */
font-weight: bold ;
font-family: arial, verdana ;
}

.mattblackmenu li a:visited{
color: white;
color: #333333 ;
color: #ffb414 ;
color: #ffffff ;
}

.mattblackmenu li a:hover{
background-image: url(../imagespage/bg-menu4.jpg) ;
color: #333333 ;
color: #ffb414 ;
color: #ffffff ;
text-decoration: none ;
}

.mattblackmenu a.selected{

}