/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
font: 12px Verdana;
list-style-type: none;
/* background of menu bar background: #AFEAAA;*/
background: #ff5546;
overflow: hidden;
width: 100%;
margin-bottom: 20px;
max-width:1100px;
min-height: 15px;
position: relative;
padding-left:30px;
min-width:500px;
margin-top:-5px;

}
.mattblackmenufoot ul{
font: 12px Verdana;
list-style-type: none;
/* background of menu bar background: #AFEAAA;*/
background: #ff5546;
overflow: hidden;
width: 100%;
margin-bottom: 20px;
max-width:1100px;
min-height: 15px;
position: relative;
padding-left:30px;
min-width:500px;

}
.mattblackmenu li{
display: inline;

}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
border-right: 1px solid #ffffff; /*right divider between tabs*/
 /*right divider between tabs*/
color: white;
/* background of menu bar background: #AFEAAA;*/
background: #ff5546;
padding-bottom: 11px;
padding-top: 10px;
padding-left:15px;
padding-right:15px	 ; 
}

/*.mattblackmenu li a:visited{
color: white;
}*/

.mattblackmenu li a:hover{
/*background:#41924B; background of tabs for hover state 
color: #FFF;*/
background: white;
color: #ff5546;
}

.mattblackmenu a.selected{
background: white; /*background of tab with "selected" class assigned to its LI */
color:#ff5546;
}