﻿/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin-top: 0px;
margin-left:0px;
margin-bottom:0px;
padding: 0;
font: normal 10px Futura Lt BT;
list-style-type: none;
/*uncomment below line to make a horizontal line border below the menu*/
background-repeat:no-repeat;
background-color:black;
/*background:white;*/
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
font-family:Arial;
font-size: 8pt;
text-align:center;
text-decoration: none;
margin: 0;
padding: 3px 0px 0px 0px; /*padding inside each tab T R B L*/

color: white;
/*background:white;*/
height:20px;
width:106px;
background-color:black;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
color:black;
background-color:#e7e2e3;
}

.mattblackmenu a.selected{
background-repeat:repeat-x;
 /*background of tab with "selected" class assigned to its LI */
text-decoration:none;
background-color:#e7e2e3;
color:black;
}

/*background of tab with "selected" class assigned to its LI */

.mattblackmenu2 ul{
margin: 0;
padding: 0;
font: normal 10px Futura Lt BT;
list-style-type: none;
/*uncomment below line to make a horizontal line border below the menu*/
border-bottom: 1px #e72121 solid;
background-repeat:no-repeat;
/*background:white;*/
overflow: hidden;
width: 100%;}

.mattblackmenu2 li{
display: inline;
margin: 0;
}

.mattblackmenu2 li a{
float: left;
display: block;
font-family:Arial;
font-size: 12pt;
text-align:center;
text-decoration: none;
margin: 0;
padding: 0px 0px; /*padding inside each tab*/

/*border-top: 1px solid #e72121;*/
color: black;
/*background:white;*/
height:20px;
width:125px;}

.mattblackmenu2 li a:visited{
color: black;
}

.mattblackmenu2 li a:hover{
color:black;
background-image:url('Images/GenMenu2b.png');
}

.mattblackmenu2 a.selected{
background-image:url('Images/GenMenu.jpg');
background-repeat:repeat-x;
background-color:#000000; /*background of tab with "selected" class assigned to its LI */
text-decoration:none;
}