/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu {
}

.tall_left_menu {
background:url(/images/bg_left_menu.gif) top right no-repeat;
width:50%;
}
.tall_right_menu {
background:url(/images/bg_right_menu.gif) top left no-repeat;
width:50%;
}

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border: 0 none;
width: 910px; /*For KHTML*/
}

.mattblackmenu .bg_button{
margin: 0px;
padding:0px;
background:url(/images/bg_middle_menu.gif) top repeat-x;
}

.mattblackmenu .bg_button a{
display: block;
text-decoration: none;
margin: 0px;
padding:0px;
color: white;
padding:8px 40px;
text-align:center;
}

.mattblackmenu .bg_button a:hover{
background:url(/images/bg_button_menu.gif) repeat-x;
}

.mattblackmenu img {
    border:0px;
}

