#thicktabs{
margin: 0;
padding: 0;
float: left;
font: 13px Tahoma;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
	float: left;
	color: black; /*padding of tabs*/
	text-decoration: none;
	background: transparent url(../images/pinkbg.gif) top right no-repeat; /*thick bottom border below tabs*/
	padding-top: 8px;
	padding-right: 11px;
	padding-bottom: 8px;
	padding-left: 11px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #F0F7FF;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/

}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
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: black;
}

#thicktabs li a:hover{
	color: #fff;
	background-attachment: scroll;
	background-image: url(../images/hover.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}



[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;
}

