<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;
}




/*This is the TOP GRAY BAR BACKGROUND STYLE with Top > Catalog on the left*/
#thicktabs li a{
float: left;
color: black;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(images/menubg7.gif) top right no-repeat;
border-top: 1px solid #666666; /*top border style*/
border-bottom: 3px solid #666666; /*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;
}




/*This is the TOP GRAY BAR TO TURN RED WHEN YOU HIGHLIGHT IT*/
#thicktabs li a:hover{
COLOR: #FF3333
/*background-image: url(images/menubg7.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]-->







h1,h3
{
font-family: "comic sans ms", arial, 'sans serif'; 
}


p,table,li,address
{
font-family: tahoma, sans-serif;
font-weight: bold
font-size: 12px
margin-top: 25px;
}



p
{
font-size: 80%;
}

h1,h3,hr
{
color:saddlebrown;
}

h2
{
color:darkblue;
font-family: tahoma, sans-serif;
font-weight: bold
font-size: 2px

}

a:link     { color:#0000ff }
a:visited  { color:#004866 }
a:active   { color:#004891 }
a:hover    { color: #004891 }

body
{
background-color: #FFFFFF;
}
