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

.mattblackmenu ul{
margin: 0 0 0 15px;
padding: 0;
font: 16px Arial, Helvetica, sans-serif;
list-style-type: none;
background: #014439;
overflow: hidden;
width: 895px;

}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin-top: 10px;
padding: 5px 30px 5px 35px; /*padding inside each tab*//*right divider between tabs*/
margin:10px 5px;
color: white;
height:20px;
/*-moz-border-radius: 5px;*/ /* for ie  */
    /*-khtml-border-radius: 5px;*/ /* for ie */
    /*-webkit-border-radius: 5px;*/ /* for ie */
   /* border-radius: 5px; */
}

.line{
margin:0 5px;

}
.noline{
border-right:solid 2px #FFF;
padding-right:20px;
}

.mattblackmenu li a:visited{
color: #fff;
}

.mattblackmenu li a:hover{
background-color:#7fc7bb;
/*background-image:url(images/menubg.gif);
background-repeat:no-repeat;*/
background-position: 0px 12px;
color:#000; /*background of tabs for hover state */
-/*moz-border-radius: 5px;*/ /* for ie  */
   /* -khtml-border-radius: 5px;*/ /* for ie  */
   /* -wedie7-border-radius: 5px;*/ /* for ie  */
    /*border-radius: 5px; */ /* for ie  */
}

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