/** created by The Survey Initiative **/
/** www.surveyinitiative.co.uk **/

/** primary nav **/

.mattblacktabs{
padding-top: 85px;
background-image: url('../-images/tsinew.jpeg');
background-repeat: no-repeat;
background-position: top left;
width: 100%;
overflow: hidden;
border-bottom: 1px dashed #999; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
float: right;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{

display: inline;
margin: 0;
}

.mattblacktabs li a{
font-size: 9px;
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 3px solid white; /*right divider between tabs*/
color: white;
background: #8CA121; /*background of tabs (default state)*/
width: 103px;
text-align: center;
/*background-image: url('../_images/bg-bubplastic.gif') repeat-x;*/

}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #D3DF93; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


#footer ul {  /* convert UL into horizontal nav */
margin:0;
padding:10px 0 20px 0;
list-style:none;
float:right;
font-family: Arial, "MS Trebuchet", sans-serif;
}
	#footer ul li { /* creates seperator line as a background image */
	padding: 0;
	float:left;
	font-size: 10pt;
	}
		#footer ul li a {
		text-decoration:none;
		color:#00355E;
		}
		
		#footerArea ul li a:hover {
		color:#DB0962;
		}
