/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font-family:Droid Arabic Kufi;
font-size:13px;
list-style-type: none;
border-bottom: 1px 822C5A;
background-color: BE9B67;
overflow: hidden;
width: 100%;

}


.mattblackmenu li{
font-family:Droid Arabic Kufi;
font-size:13px;
display: inline;
margin: 0;
float: rtl;


}
.mattblackmenu li a{
font-family:Droid Arabic Kufi;
font-size:13px;
float: right;
display: block;
text-decoration: none;
margin: 0;
padding: 4px 17px; /*padding inside each tab*/
border-left: 1px solid #DADADA; /*right divider between tabs*/
color: white;
background-color: BE9B67;
}

.mattblackmenu li a:visited{
font-family:Droid Arabic Kufi;
font-size:13px;
color: ffffff;
background: BE9B67; 

}

.mattblackmenu li a:active{
font-family:Droid Arabic Kufi;
font-size:13px;
color: ffffff;
background: BE9B67; 

}
.mattblackmenu li a:hover{
font-family:Droid Arabic Kufi;
font-size:13px;
color: 822C5A;
background: F2F2F2; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
font-family:Droid Arabic Kufi;
font-size:13px;
color: 822C5A;
background: F2F2F2; /*background of tab with "selected" class assigned to its LI */

}
