

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px #D9CC98;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
list-style-type: none;
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px #D9CC98;
border-bottom: none;
background-color: #D9CC98;
color: #576335;
}

.basictab li a:visited{
color: #000000;
}

.basictab li a:hover{
background-color: #000000;
color: white;
}

.basictab li a:active{
color: black;
}
.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #000000;
color: #D9CC98;
}

</style>


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
margin-left: 30px;
list-style-type: none;
}

.wireframemenu a{
font:  12px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
background-color:#576335;
color: #000000;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;

}

.wireframemenu a:visited{
color: #ffffff;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}

</style>



.navig {
	font-size: 8.5pt;
	text-align: center;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	background-color: #D9CC98;
}

.navig  li   
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.navig  ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}



.navig li a:link
{
	color: #212A30;
	text-decoration: none;
	display: block;
	background-color: #E1E097;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 115%;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}



.navig li a:visited
{
	color: #212A30;
	text-decoration: none;
	display: block;
	background-color: #E1E097;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 115%;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.navig li a:hover
{
	color: #212A30;
	text-decoration: underline;
	background-color: #E6E5AC;
	display: block;
	background-color: #F4F3BA;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 115%;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.navig p
{
	margin: 0px;
	padding: 0px;
}

.navig h5
{
	color: #002A3B;
	text-decoration: none;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 9pt;
	display: block;
	text-align: left;
}

.navig h5 a:link
{
	color: #002A3B;
	text-decoration: none;
}

.navig h5 a:visited
{
	color: #002A3B;
	text-decoration: none;
}

.navig h5 a:hover
{
	text-decoration: underline;
}

#top-menu
{
	background-color: #ffffff;
	list-style-type: none;
	height: 25px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 9pt;
	line-height: 23px;
}

#top-menu table
{
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 25px;
	line-height: 23px;
}

#top-menu a:link
{
	color: #ffffff;
	text-decoration: none;
}

#top-menu a:visited
{
	color: #000000;
	text-decoration: none;
}

#top-menu a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
<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: black;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(media/pinkbg.gif) top right no-repeat;
border-top: 1px solid #d3bdbe; /*top border style*/
border-bottom: 3px solid #ffa1a3; /*thick bottom border below tabs*/
}

#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: black;
}

#thicktabs li a:hover{
color: black;
background-image: url(media/pinkbgover.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]-->
