/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border: 0 none;
width: 780px; /*For KHTML*/
}

.mattblackmenu .bg_button{
margin: 0;
padding:0px;
background:none;
}

.mattblackmenu .bg_button a{
display: block;
text-decoration: none;
margin: 0px 0px 0px 0px;
padding:3px 0px 0px 0px;
color: white;
height:25px;
width:110px;
text-align:center;
}

.tall_menu_left {width:50%;}
.tall_menu_right {width:50%;}

.mattblackmenu .bg_button a:hover {
	background: url(/images/bg_button_menu.gif) no-repeat;
}

.mattblackmenu img {
    border:0px;
}

