/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
letter-spacing:1px;
list-style-type: none;
border-bottom: 1px solid #5B5758;
background: #5B5758;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
background:url(crumbs.gif) no-repeat right center;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin:0;
border-right: 1px solid #A4A3A3; /*right divider between tabs*/
color: white;
background: #5B5758;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #0066CC; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background:  #0066CC; /*background of tab with "selected" class assigned to its LI */
}





/* Bread Crumb  */

ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
	}		
#crumbs {
    width:100%;
	height:22px;
	border:0px solid #dedede;
	}
#crumbs li {
	float:left;
	line-height:22px;
   font-family: tahoma, Geneva, Helvetica,Arial, sans-serif;
	color:#777; font-size:11px;
	padding-left:.75em;
	}		
#crumbs li a {
	background:url(crumbs.gif) no-repeat right center;
   font-family: tahoma, Geneva, Helvetica,Arial, sans-serif;
	display:block; font-size:11px;  font-weight: normal;
	padding:0 15px 0 0;
	}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}	
#crumbs li a:hover,
#crumbs li a:focus {
	color:#dd2c0d;	
	}

#crumbs li.current{
	color:#0066CC;
	}
