/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0px;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;

background: url(/assets/images/biru1.jpg) repeat-x;
height:31px;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 1px 0px;
padding: 6px 8px; /*padding inside each tab*/
color: white;
background: url(/assets/images/biru2.jpg) no-repeat;

}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
color:#FFFF00;
}

.mattblackmenu a.selected{
color:#FFFF00; /*background of tab with "selected" class assigned to its LI */
}

.mattorangemenu{
	float:left;
	width:765px;
}
.mattorangemenu ul{
margin: 1px 0px 0px 0px;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
background: url(/assets/images/orange1.jpg) repeat-x;
height:26px;
overflow: hidden;
width: 100%;
}

.mattorangemenu li{
display: inline;
margin: 0;
}

.mattorangemenu li a{
float: left;
display: block;
text-decoration: none;
margin: 1px 0px;
padding: 4px 8px; /*padding inside each tab*/
color: white;
height:26px;
background: url(/assets/images/orange2.jpg) no-repeat;

}

.mattorangemenu li a:visited{
color: white;
}

.mattorangemenu li a:hover{
color:#FFFF00;
}

.mattorangemenu a.selected{
color:#FFFF00; /*background of tab with "selected" class assigned to its LI */
}

.info{
	float:right;
	width:250px;
	margin:1px 0px 0px 0px;
	height:26px;
	background: url(/assets/images/orange1.jpg) repeat-x;
}

.info a:link, .info a:visited {
background-image: url(/assets/images/info1.jpg);
background-position: right top;
background-repeat: no-repeat;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10pt;
padding-left: 0pt;
float:right;
display: block;
text-indent: -5000px;
height: 26px;
width: 145px;
}

.info a:hover{
	background-image: url(/assets/images/info2.jpg);
}

.rfs a.refreshlink:link, .rfs a.refreshlink:visited{
background-color: transparent;
background-image: url(/assets/images/r.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
height: 22px;
width: 214px;
display: block;
text-indent: -8000px;
}

.rfs a.refreshlink:hover{
background-color: transparent;
background-image: url(/assets/images/r2.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
}


.quotes{
	float:left;
	width:50px;
	margin:1px 0px 0px 0px;
	height:26px;
}


.mattorangemenuforum{
	float:left;
	width:1000px;
}
.mattorangemenuforum ul{
margin: 1px 0px 0px 0px;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
background: url(/assets/images/orange1.jpg) repeat-x;
height:26px;
overflow: hidden;
width: 100%;
}

.mattorangemenuforum li{
display: inline;
margin: 0;
}

.mattorangemenuforum li a{
float: left;
display: block;
text-decoration: none;
margin: 1px 0px;
padding: 4px 8px; /*padding inside each tab*/
color: white;
height:26px;
background: url(/assets/images/orange2.jpg) no-repeat;

}

.mattorangemenuforum li a:visited{
color: white;
}

.mattorangemenuforum li a:hover{
color:#FFFF00;
}

.mattorangemenuforum a.selected{
color:#FFFF00; /*background of tab with "selected" class assigned to its LI */
}
