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



.mattblackmenu ul {

margin: 0;

padding: 0;

font: normal 12px Arial, Helvetica, sans-serif;

list-style-type: none;

border: 0 none;

width: 795px; /*For KHTML*/

}



.tall_menu_left {

background:url(/images/bg_menu_left.gif) right bottom no-repeat;

width:50%;

}

.tall_menu_right {

background:url(/images/bg_menu_right.gif) left bottom no-repeat;

width:50%;

}



.mattblackmenu .bg_button {

background:url(/images/bg_menu.gif) repeat-x;

margin: 0;

padding:0px;

}



.mattblackmenu .bg_button a {

display: block;

text-decoration: none;

margin: 0px;

font: normal 13px Arial, Helvetica, sans-serif;

padding:15px 21px;

color: white;

text-align:center;

}



.mattblackmenu .bg_button .right_border {

	display:block;

	background:url(/images/bg_border_button.gif) right no-repeat;

}



.mattblackmenu .bg_button a:hover {

	text-decoration:none;

	color:#ff0000;

}



.mattblackmenu img {

    border:0px;

	vertical-align:top;

}

