/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#thicktabs{
margin: 0;
padding: 0;
float: center;
font: bold 10.5px Tahoma;
}

#thicktabs li{
	display: inline;
	float: left;
}

#thicktabs li a{
	color: #2F4172; /*padding of tabs*/
	text-decoration: none;
	border-top: 0px solid #d3bdbe; /*top border style*/
	border-right: 0px solid Silver; /*top border style*/
	border-bottom: 0px solid #ffa1a3;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 0px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem{
	border-right: 0px solid #000033; /*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: #2F4172;
}

#thicktabs li a:hover{
	color: #B22222;
}

#html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
