/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu {
margin:13px 0px 6px 0px;
}

.mattblackmenu ul{
margin: 0;
padding: 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-weight:normal;
list-style-type: none;
border: 0 none;
width: 780px; /*For KHTML*/
}

.mattblackmenu .bg_button{
margin: 0;
}

.mattblackmenu .bg_button a{
display: inline-block;
text-decoration: none;
margin: 0;
padding:4px 20px 4px 20px;
color: #cecece;
white-space:nowrap;
}

.mattblackmenu .bg_button a:visited{
}

.mattblackmenu .bg_button a:hover{
color:#ffffff;
}

.mattblackmenu a.selected{
}

.mattblackmenu .bg_div_menu_right {
	background: url(/images/divider.gif) right no-repeat;
}

.tall_menu_left { width:50%;}
.tall_menu_right { width:50%;}