/* ######### Main Menu Bar CSS ######### */
/*.mattblackmenu { text-align:right; }*/

.mattblackmenu ul
{
	margin: 0;
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	white-space:nowrap;
}

.mattblackmenu li
{
	display: inline;
	margin: 0;
	white-space:nowrap;
}

.mattblackmenu li a
{
	float:left;
	display:block;
	text-decoration: none;
	margin: 0;
	color: #38372c;
}

.mattblackmenu li a:visited
{
	color: #38372c;
}


.top_nav_item_left  { width:10px; height:32px; }
.top_nav_item_right { width:10px; height:32px; }


.mattblackmenu li a:hover .top_nav_item_left   { background-image:url(../images/topnav/left_over.png);   background-repeat:no-repeat; }
.mattblackmenu li a:hover .top_nav_item_center { background-image:url(../images/topnav/center_over.png); background-repeat:repeat; }
.mattblackmenu li a:hover .top_nav_item_right  { background-image:url(../images/topnav/right_over.png);  background-repeat:no-repeat; }

/******/

.mattblackmenu li a.selected .top_nav_item_left   { background-image:url(../images/topnav/left_over.png);   background-repeat:no-repeat; }
.mattblackmenu li a.selected .top_nav_item_center { background-image:url(../images/topnav/center_over.png); background-repeat:repeat; }
.mattblackmenu li a.selected .top_nav_item_right  { background-image:url(../images/topnav/right_over.png);  background-repeat:no-repeat; }
