/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
list-style-type: none;
background: black;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 10px 10px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: black;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #414141; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: #414141; /*background of tab with "selected" class assigned to its LI */
}

/* Performance Bike Blue */

.performancebluemenu ul{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
text-transform: capitalize;
list-style-type: none;
background-image: url(../images/nav_back.gif);
background-repeat: repeat; 
overflow: hidden;
width: 100%;
}

.performancebluemenu li{
display: inline;
margin: 0;
}

.performancebluemenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 10px 10px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: #4D4D4D;
}

.performancebluemenu li a:visited{
color: #4D4D4D;
}

.performancebluemenu li a:hover{
	background-image: url(../images/nav_back.gif);
	background-repeat: repeat;  /*background of tabs for hover state */
}

.performancebluemenu a.selected{
 /*background of tab with "selected" class assigned to its LI */
	background-image: url(../images/nav_back.gif);
	background-repeat: repeat; 
}
