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

#thicktabs{
margin: 0;
padding: 0;
float: center;
font: bold 11px Tahoma;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: center;
color: #446D96;
/*padding of tabs*/
text-decoration: none;
border-top: 0px solid #d3bdbe; /*top border style*/
border-right: 1px solid #CCC58B; /*top border style*/
border-bottom: 0px solid #ffa1a3; padding-left:9px; padding-right:9px; 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: 1px solid #F6EAA7; /*right border style*/
	background-position: top center; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
	color: #446D96;
}

#thicktabs li a:hover{
	color: Black;
	border-bottom: 4px solid #446D96;
}

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
