/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
/*background: #F2F2F2;*/
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
  display: block;
	padding: 10px; /*padding inside each tab*/
	background-position : 100% 100%;	
	text-decoration:none;
	white-space:nowrap;
	
	cursor: pointer;
	text-transform: capitalize;
	font-size: 16px;
	font-weight:bold;
	
	 font-family: 'Roboto', sans-serif;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  color: #069;
  line-height:24px;
/*  border-right:1px solid #C00;*/
  float:left;
  height:70px;
}

.mattblackmenu li a:hover{
   color: #CCC;
text-decoration:none;
border-bottom:5px solid #fff;
}
.mattblackmenu a.theme1 {
color:#ed3237;
background:#FFF;
font-weight:bold;
}
.mattblackmenu a.theme1:hover, .mattblackmenu a.theme1.selected {
	background:#069;
	color:#fff;
} 
.mattblackmenu a.knockout{}

.mattblackmenu a.theme2 {
	}
	
.mattblackmenu a.theme2:hover, .mattblackmenu a.theme2.selected  {
} 

 
.mattblackmenu a.theme3 {
color:#2b879e;
} 

.mattblackmenu a.theme3:hover, .mattblackmenu a.theme3.selected  {
	background:#2b879e;
	color:#fff;
} 
 
.mattblackmenu a.theme4 {
color:#6699FF;
}

.mattblackmenu a.theme4:hover, .mattblackmenu a.theme4.selected  {
	background:#6699FF;
	color:#fff;
}  
.mattblackmenu a.theme5 {

color:#AA1968;
} 

.mattblackmenu a.theme5:hover, .mattblackmenu a.theme5.selected  {
	background:#AA1968;
	color:#fff;
} 
.mattblackmenu a.theme6 {
	color:#333;
} 
.mattblackmenu a.theme6:hover, .mattblackmenu a.theme6.selected  {
	background:#333;
	color:#fff;
}

.mattblackmenu a.themeHome {
	background:url(../banners/home1.png);
} 
.mattblackmenu a.themeHome:hover, .mattblackmenu a.themeHome.selected  {
		background: #069 url(../banners/home2.png);
}
