/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 20;/*margin kiri tab*/
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	border-bottom: 0px solid gray;
	background: #39969D;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px #1FC9B8; /*right divider between tabs*/
color: white;
background: #3A9BA3;/*background tab posisi diam atau normal*/
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #43AFB8; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: #789EB1; /*background of tab with "selected" class assigned to its LI */
}


/*==================================border divider versi 2 ============================*/

.mattblackmenu2 ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 0px solid gray;/*border shadow dibawah tab*/
background: #39969D;/*background tab sisa yg tdk dipakai*/
overflow: hidden;
width: 95%;
}

.mattblackmenu2 li{
display: inline;
margin: 0;
}

.mattblackmenu2 li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: white;
background: #41ABB4;/*background tab posisi diam atau normal*/
}

.mattblackmenu2 li a:visited{
color: white;
}

.mattblackmenu2 li a:hover{
background: #1FC9B8; /*background of tabs for hover state */
}

.mattblackmenu2 a.selected{
background: #789EB1; /*background of tab with "selected" class assigned to its LI */
}