<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#thicktabs{
margin: 0;
padding: 0;
border-bottom: 1px solid #cccccc; 
}

#thicktabs li{
display: inline;
border-bottom: 1px solid #cccccc; 
}

#thicktabs li a{
float: left;
color: #333333;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
border-top: 1px solid #cccccc; /*top border style*/
border-bottom: 1px solid #cccccc; /*thick bottom border below tabs*/
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #cccccc; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #cccccce; /*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: #333333;
}

#thicktabs li a:hover{
color: #006699;
text-decoration: none;
}

</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]-->



.indentmenu{
width: 100%; /*leave this value as is in most cases*/
border-bottom: 1px solid #cccccc;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid #cccccc; /*darkred border*/
border-left: 1px solid #cccccc;
background: black url(../images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #333333; /*text color*/
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid #cccccc; /*darkred divider between menu items*/
}

.indentmenu ul li a:visited{
color: #333333;
}

.indentmenu ul li a.selected{
color: #333333 !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: black url(../images/indentbg2.gif) center center repeat-x;
}

.indentmenu ul li a:hover{
color: #006699 !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
text-decoration: none;
}