/* ######### 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: #414141; */
overflow: hidden;
/* width: 100%; */
height: 35px; padding: 7px 0 0 0; clear: both;  margin: 0 0 18px; background: #fff url( ../images/menubg-green.jpg) repeat-x;
}

.mattblackmenu li{
display: inline;
/* margin: 0; */
font-size: 1.1em; display: inline; /* text-transform: uppercase; */
}

.mattblackmenu li a{
float: left;
/* display: block; */
/* text-decoration: none; */
/* margin: 0; */
/* padding: 6px 8px; /*padding inside each tab*/
/* border-right: 1px solid white; /*right divider between tabs*/
/* color: white; */
/* background: #414141; */
margin: 0 25px 0 10px; color: #808080; /* text-transform: uppercase; */
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
/* background: black; /*background of tabs for hover state */
/* color: blue; */
/* background: url(../images/bar_drop_down.gif) repeat; */
background: #EAFFEA ;
color: blue;
}

.mattblackmenu a.selected{
/* background: black; /*background of tab with "selected" class assigned to its LI */
/* background: url(../images/bar_drop_down.gif) repeat; */
background: #EAFFEA ;
color: blue ;
}

