/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
/*border-bottom: 1px solid white;*/
background: #Bcafd6;
overflow: hidden;
width: 100%;
height:32px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 8px 9px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: #45204b;
	background: #bcafd6;
}

.mattblackmenu li a:visited{
color: #000;
}

.mattblackmenu li a:hover{
	/*background: #E5E5E5; background of tabs for hover state */
	background: #FBF7e7;
	color: #000;
	text-decoration: none;
	text-transform:capitalize;
}

.mattblackmenu a.selected{
background: #bcafd6; /*background of tab with "selected" class assigned to its LI */
}

#Donate  ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
/*border-bottom: 1px solid white;*/
background: #CB9E2F;
overflow: hidden;
width: 100%;
}

#Donate li{
display: inline;
margin: 0;
}

#Donate  li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 9px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: #CB9E2F  ;
}

#Donate  li a:visited{
color: white;
}

#Donate  li a:hover{
	background: #45204B; /*background of tabs for hover state */
	color: #FFF;
	text-decoration: none;
	text-transform:capitalize;
}

#Donate  a.selected{
background: #CB9E2F  ; /*background of tab with "selected" class assigned to its LI */
}
