/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul
{
    margin:0;
    padding:0;
    color:#fff;
    list-style-type:none;
    font-family:"Verdana", "Helvetica", "Arial", "Tahoma";
    font-size:11px;
    font-weight:bold;
}

.mattblackmenu li
{
    background:url("../images/html/menu/background.gif") top left repeat-x;
	float:left;
	margin:0;
	padding:0;
	
}

.mattblackmenu li a
{
    text-decoration: none;
    color:#fff;
	background:url("../images/html/menu/backgroundSplitter.gif") top right no-repeat;
	font-size:12px;
	display:block;
	padding:25px 18px 0 18px; /* Nesa */
	height:35px;
	margin-left:0;
	text-align:center;	
	cursor:pointer;
}

* html .mattblackmenu li
{
    width:auto; /* IE6 bug without fixed width */
    float:left;
    display:inline;
}

* html .mattblackmenu li a
{
    padding:25px 18px 0 18px; /* IE6 bug without fixed width - Nesa*/
    width:auto; /* IE6 bug without fixed width - Nesa*/
    float:left; /*IE6 bug - Nesa */
}


.mattblackmenu li a:hover, .mattblackmenu a.selected, .mattblackmenu a.activeS:hover
{
    background:#cc0000;
	color:#fff;
	text-decoration:none;
	border:none;
}

.mattblackmenu a.activeS
{
    background:#fff url("../../images/html/menu/dot.gif") center left no-repeat;
    color:#555555;
    text-decoration:none;
    text-align:center;
}