/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
/*border-bottom: 1px solid gray;*/
/*background: #11598b;*/
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 0px; /*padding inside each tab*/
/*border-right: 1px solid white;*/ /*right divider between tabs*/
color: white;
/*background: #11598b;*/
text-align:left;
padding-left:5px;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
/*background: #11598b;*/ /*background of tabs for hover state */
color:#003366;
}

.mattblackmenu a.selected{
/*background:#11598b;*/
background:url(../images/roll2.gif) no-repeat left top;/*background of tab with "selected" class assigned to its LI */
color:#003366;
}

#rl4 a.selected{
/*background:#11598b;*/
background:url(../images/roll4.gif) no-repeat left top;/*background of tab with "selected" class assigned to its LI */
color:#003366;
}

#rl3 a.selected{
/*background:#11598b;*/
background:url(../images/roll3.gif) no-repeat left top;/*background of tab with "selected" class assigned to its LI */
color:#003366;
}

.mattblackmenu a.rol13:selected{
/*background:#11598b;*/
background:url(../images/roll3.gif) no-repeat left top;/*background of tab with "selected" class assigned to its LI */
color:#003366;
}

.mattblackmenu li a.roll1{
width:53px;

}

.mattblackmenu li a.roll1:hover{
background:url(../images/roll1.gif) no-repeat left top;
width:53px;
color:#105d91;
}


.mattblackmenu li a.roll2{
width:75px;
}

.mattblackmenu li a.roll2:hover{
background:url(../images/roll2.gif) no-repeat left top;
width:75px;
color:#105d91;
}
.mattblackmenu li a.roll2:selected{
background:url(../images/roll2.gif) no-repeat left top;
width:75px;
color:#105d91;
}
/*.mattblackmenu li a.roll2:selected{
background:url(../images/roll2.gif) no-repeat center top;
width:80px;
}*/

.mattblackmenu li a.roll3{
width:95px;
}

.mattblackmenu li a.roll3:hover{
background:url(../images/roll3.gif) no-repeat left top;
width:95px;
color:#105d91;
}

.mattblackmenu li a.roll4{
width:180px;
}

.mattblackmenu li a.roll4:hover{
background:url(../images/roll4.gif) no-repeat left top;
width:180px;
color:#105d91;
}
.mattblackmenu li a.roll4:selected{
background:url(../images/roll4.gif) no-repeat left top;
width:180px;
}

