﻿/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding:0;
font: bold 12px Verdana;
list-style-type: none;

background: none;

width: 740px!important;
margin-bottom:0;
	padding-bottom:0;



}


* html .mattblackmenu li{
display: inline;

}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin-left:2px;
	padding-top:3px;
	margin-bottom:0;
	padding-bottom:0;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;

color: white;

background-image:url('../images/blue_button.jpg');
background-repeat:no-repeat;
width:119px;
height:24px;


}


.mattblackmenu li a:hover{
background-image:url('../images/white_button.jpg');
background-repeat:no-repeat;
text-decoration: none;
	color: #2d2b2b;
	padding-top:3px

}

.mattblackmenu a.selected{
background-image:url('../images/white_button.jpg');
background-repeat:no-repeat;
text-decoration: none;
	color: #2d2b2b;

}