﻿h3 span{color:#FF9900;}

h4 span{color:#FF9900;}


h2 {
font-size:22px;
margin-bottom:10px;

color:#FF9900;
font-weight:lighter
}

a:link.simple, a:visited.simple, a:active.simple{
color: #FF9900; /*button text color*/
text-decoration: none;
}

a:link.normal, a:visited.normal, a:active.normal{
color: #FF9900; /*button text color*/

}

.arrow{			
	margin:4px 0 0 -15px ;
	float:left;	
	background: url(../images/arrow.gif);
	
	height:15px;
	width:10px;
}

.contentarrow{			
	margin:4px 5px 0 0 ;
	float:left;	
	background: url(../images/arrow.gif);
	
	height:15px;
	width:10px;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 11px verdana;
width: 100%;
border: 1px solid orange;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li.colour a{
color: orange;
}
.solidblockmenu li a:hover,  li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}


