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

.mattblackmenu{}

.mattblackmenu ul{
margin: 0;
padding: 0;
font:14px Verdana;
list-style-type: none;
overflow: hidden;
width: 100%;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 10px 13px;
color: #000000;

}

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

.mattblackmenu li a:hover{
background: #75a6a6; /*background of tabs for hover state */
color:#fff;

}

.mattblackmenu a.selected{
background: #75a6a6; /*background of tabs for hover state */
color:#fff
}

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
border: 0;
margin-left:6px;
}

