.cssmb	{
	margin-top: 10px;
	margin-left: 3px;
	margin-bottom: 5px;
	height:30px; 
	background:url('cssmb.png') repeat-x;
	}
	
.cssmb li	{
	padding:0; 
	margin:0; 
	list-style:none; 
	display:inline;
	}
	
.cssmb li a	{
	float:left; 
	padding-left:15px; 
	display:block; 
	color: #666; 
	text-decoration:none; 
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 12px;
	cursor:pointer; 
	font-weight: bold;
	background:url('cssmb.png') 0px -30px no-repeat;
	}
	
.cssmb li a span	{
	line-height:30px; 
	float:left; 
	display:block; 
	padding-right:15px; 
	background:url('cssmb.png') 100% -30px no-repeat;
	}
	
.cssmb li a:hover	{
	background-position:0px -60px; 
	color: #000;
	}
	
.cssmb li a:hover span	{
	background-position:100% -60px;
	}
	
.cssmb li a.active, .cssmb li a.active:hover	{
	line-height:30px; 
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background:url('cssmb.png') 0px -90px no-repeat; 
	color: #111;
	}
	
.cssmb li a.active span, .cssmb li a.active:hover span	{
	background:url('cssmb.png') 100% -90px no-repeat;
	color: #000;
	}
