#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 11px Tahoma;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
	float: left;
	color: #FFFFFF;
	padding: 8px 11px 7px;
	text-decoration: none;
	background: transparent no-repeat right top;
	border-top: 1px none #d3bdbe;
	border-bottom: 3px none;
	border-right-style: inset;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #C6D5BB;


}

#thicktabs li a#leftmostitem{
	border-left: 1px none #d3bdbe;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;

}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px inset #81A774; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: #FFFFFF;
}

#thicktabs li a:hover{
	color: black;
	background-image: url(navBarBgHoverblue.gif);
	background-repeat: repeat-x;

}
#thicktabs li a#current {
	background: url(navBarBgHoverblue.gif);
	border-bottom: 1px solid white;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-style: inset;
	border-left-color: #A28E53;
	border-left-width: 1px;
	color: #666666;




} 
</style>

[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}



</style>
<![endif]
