/*Css cho menu duoi*/
/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu_bottom
{
	background: url(../images/BottomMenuLeft.jpg) no-repeat center left;
	width:100%;
	height:37px;
}
.mattblackmenu_bottom ul{
background: url(../images/rightBtMenu.jpg) no-repeat center right;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
list-style-type: none;
overflow: hidden;
height:37px;
}

.mattblackmenu1_bottom li{
display: inline;
margin: 0;

}

.mattblackmenu1_bottom li a{
float: left;
display: block;
text-decoration:none;
text-transform:uppercase;
text-align:center;
font-weight:bolder;
margin: 0;
padding: 5px 15px 10px 15px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
background: url(../images/dot-menu1.jpg) no-repeat top right;
color: #3186a3;
}

.mattblackmenu1_bottom li a:visited{
color: #3186a3;
}

.mattblackmenu1_bottom li a:hover{
/*background: none; background of tabs for hover state */
color: #3186a3;
background: url(../images/dot-menu1.jpg) no-repeat top right;
}

.mattblackmenu1_bottom a.selected{
background:  none; /*background of tab with "selected" class assigned to its LI */
}
