/* ######### Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: 14px Tahoma, Verdana, Arial, Helvetica, Geneva;
list-style-type: none;
overflow: hidden;
width: 100%;
height: 49px;
z-index:100;
}

.mattblackmenu li{
display: inline;
margin: 0;
/*background-image: url(../images/bkgd_menu.gif); */
}

.mattblackmenu li a{
/*background-image: url(../images/bkgd_menu.gif); bkgd natural state*/
float: left;
display: block;
text-decoration: none;
margin: 0;
/*padding: 6px 20px; padding inside each tab*/
/*border-right: 1px solid #1C5959; right divider between tabs*/
color: white;
background-color: #D2CBBB;
}

.mattblackmenu li a:visited{
color: white;
/*background-image: url(../images/bkgd_menu.gif);*/
}

.mattblackmenu li a:hover{
color: white;
background-color: #D2CBBB; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
color: white;
/*background-image: url(../images/bkgd_menu.gif);*/
background-color: #D2CBBB; /*background of tab with "selected" class assigned to its LI */
}