@charset "utf-8";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 13px Tahoma;
}

#thicktabs li{
	display: inline;
}

#thicktabs li a{
	float: left;
	color: #5A3C03; /*padding of tabs*/
	text-decoration: none; /*thick bottom border below tabs*/
	background-color: transparent;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 11px;
	padding-bottom: 8px;
	padding-left: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3bdbe;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BE9EA0;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*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: #4F1A00;
}

#thicktabs li a:hover{
	color: #4F1A00;
	background-image: url(../images/pinkgbover.gif); /*background image swap on hover*/
}

</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]

