/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.topmenumain{width:100%px;float:left;}
.mattblackmenu li{display: inline;margin: 0;}
.mattblackmenu li a:visited{color: white;}
.mattblackmenu a:hover, .glowingtabs li.selected a:hover { /*onMouseover style*/background-position:0% -47px; /*Shift background image up to start of 2nd tab image*/}
.mattblackmenu a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/background-position:100% -47px; /*Shift background image up to start of 2nd tab image*/}
.mattblackmenu ul{list-style-type: none;margin:0;padding:0;}
.mattblackmenutopmenu li{display:inline;margin:0;padding:0;}
.mattblackmenu a{float:left;margin:0;font-size:12px;text-decoration:none;color:#000000;padding-left:15px;margin-right:3px;}
.mattblackmenu a span{float:left;display:block;padding-left:10px;padding-bottom:3px;font-weight:bold;color:#000000;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.topmenu a span {float:none;}
/* End IE5-Mac hack */
.topmenu a:hover span {color: #ffffff;}
.mattblackmenu li.selected a{ /*Selected Tab style*/background-position:0 -47px; /*Shift background image up to start of 2nd tab image*/}
.mattblackmenu li.selected a span{ /*Selected Tab style*/background-position:100% -47px; /*Shift background image up to start of 2nd tab image*/color:#ffffff;}
.mattblackmenu {float:left;background-repeat:repeat-x;background-position:bottom left;height:18px;}


