/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
padding-left: 40px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
text-align:center;
color: #CF003D;
text-align:bottom;
padding-bottom:12px;
padding-top:12px;
background-color: #F6F6F6;
background: transparent url('../image/seperator_header.png') center left no-repeat;
width:150px;
}

.mattblackmenu li a:hover{
background: #CF003D; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #fff;
}

.mattblackmenu a.selected{
background: #CF003D; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #fff;
}

.mattblackmenu li a.first { background-image: none; }

.footer_link ul{
margin: 0;
padding: 0;
padding-left: 32px; /*offset of tabs relative to browser left edge*/
list-style-type: none;
}

.footer_link li{
display: inline;
margin: 0;
}

.footer_link li a{
float: left;
text-decoration: none;
margin: 0;
text-align:center;
color: #CF003D;
text-align:bottom;
/*padding-bottom:5px;*/
/*padding-top:5px;*/
background-color: #F6F6F6;
background: transparent url('../image/seperator_footer.png') center left no-repeat;
/*width:120px;*/
padding:0px 21px;
font-size:11px;
}

.footer_link a.selected{
background: #CF003D; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #fff;
}

.footer_link li a.first { background-image: none; }


.menu_link ul{
margin: 0;
padding: 0;
padding-left: 52px; /*offset of tabs relative to browser left edge*/
list-style-type: none;

}

.menu_link li{
display: inline;
margin: 0;
}

.menu_link li a{
float: left;
text-decoration: none;
margin: 0;
text-align:center;
color: #CF003D;
text-align:bottom;
/*padding-bottom:5px;*/
/*padding-top:5px;*/
background-color: #F6F6F6;
background: transparent url('../image/seperator_menu.png') center left no-repeat;
/*width:120px;*/
padding:2px 5px;
}

.menu_link a.selected{
background: #CF003D; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #fff;
}

.menu_link li a.first { background-image: none; }

