/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu {
margin: 0;
padding: 0;
font:bold 11px Verdana;
list-style-type: none;
/*border-bottom: 1px solid gray;
background: #414141;*/
overflow: hidden;
width: 100%;
}
.mattblackmenu ul{
margin: 0;
padding: 0;
font:bold 11px Verdana;
list-style-type: none;
/*border-bottom: 1px solid gray;
background: #414141;
overflow: hidden;
width: 100%;*/
}
.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding:12px 26px 0 30px;/*padding inside each tab*/
color: rgb(2,62,124);
background-image:url(../images/pre_3.gif);
background-repeat:no-repeat;
text-align:center;
/*border-right: 1px solid #bebbbc;right divider between tabs
color: white;
background: #414141;*/
}

.mattblackmenu li a:visited{
color: rgb(2,62,124);
}

.mattblackmenu li a:hover{
color: rgb(168,30,0);
text-decoration:none;
}

.mattblackmenu a.selected{
/*background: black; background of tab with "selected" class assigned to its LI */
}
.mattblackmenu li a .separator{
	width: 1px;
	height: 36px;
	background: url(../images/pre_3.gif) 0 0 no-repeat;
}
img
{
border:none !important;
}