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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
background: #transparent;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;

margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
width:120px;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: transparent;
}
	

.first {
color: white;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #F0E1AC;; /*background of tabs for hover state */
color:#A4410A;


}

.mattblackmenu a.selected{
background: #A4410A; /*background of tab with "selected" class assigned to its LI */
}

/**************************************************************************************************************/


.currencymenu ul{
	margin: 0;
	padding: 0;
	font: bold 8px Verdana;
	list-style-type: none;
	background: transparent;
	overflow: hidden;
	width: 100%;
	height:100%;
	float:left;
}

.currencymenu li{
display: inline;
margin: 0;
background: #A4410A;
}

.currencymenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
width:150px;
padding: 6px 8px; /*padding inside each tab*/
color: white;
background: transparent;

}
	

.first {
color: white;

}

.currencymenu li a:visited{
color: white;
}






