/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 1;
font: Arial, Helvetica, sans-serif;	
	font-size: 16px;

	font-weight: bold;

	text-transform: uppercase;

list-style-type: none;
border-bottom: 1px solid gray;
	background: url(bg_gnb.gif) repeat-x top;
	/*background: url(http://thegioiremmanh.com/image/menu-repeat.png) repeat-x top;*/
height: 30px;
overflow: hidden;
width: 100%;


}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin-right: 0px;
margin-left: 0px;

padding: 9px 18px; /*padding inside each tab*/
border-right: 0px solid #ccc; /*right divider between tabs*/
color: #fff;
/*background: #4776b6;*/
	-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px ;

}

.mattblackmenu li a:visited{
color: 000;
background: #a7052a;

}

.mattblackmenu li a:hover{
/*background: url(menu-giua-nghi.jpg); /*background of tabs for hover state */
background: #a7052a;
}

.mattblackmenu a.selected{
background: #a7052a;

/*background: #d7261e; background of tab with "selected" class assigned to its LI */
}