﻿/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
padding: 0px;
font: bold 12px Tahoma;
list-style-type: none;
background-image:url(../images/top-menu-bg.gif);
background-repeat:repeat-x;
overflow: hidden;
width:980px;
}

.mattblackmenu li{
display: inline;
height:35px;
width:130px;
margin: 0;
padding: 0px; /*right divider between tabs*/}

.mattblackmenu li a{
float: left;
text-decoration: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px; /*padding inside each tab*/
color: white;
width:130px;
height:35px;
font-weight:bold;
background-image:url("../images/menu_seperater.gif");
background-repeat: no-repeat;}

#menu-container span
{
	width: 130px;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 8px;
	color: #fff;
	position: absolute;
}


.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
color: white; /*background of tabs for hover state */
background-color:#9A0101
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
background-color:#9A0101
}