.glowingtabs{
float:left;
width:100%;
height:12px;
font-size: 12px;
/* border-top: 1px solid #006699; /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 230px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(../includes/media/glowtab-left.gif) no-repeat left bottom;
margin: 1px 5px 1px 0; /*spacing between each tab*/
padding: 0 0 0px 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../includes/media/glowtab.gif) no-repeat right bottom;
padding: 4px 12px 4px 3px;
margin: 0px 0 0px 0;
font: normal small "Georgia", Helvetica,Arial, sans-serif;
font-size: 13px;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span
{
background:url(../includes/media/glowtab_dark.gif) no-repeat right bottom;
color: white;
}

.glowingtabs li.selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
/*background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
background:url(../includes/media/glowtab-left_dark.gif) no-repeat left bottom;
}

.glowingtabs a.activemenu{
	background:url(../includes/media/glowtab-left_dark.gif) no-repeat left bottom;
}

.glowingtabs a span.activemenu{
	background:url(../includes/media/glowtab_dark.gif) no-repeat right bottom;
	color: white;
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
/*background-position:100% -42px; /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
border: 1px solid #dcc208; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #dcc208; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #fef8c8;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.slidedoormenu{
list-style-type: none;
margin: 0px 0px 0px -10px;
padding: 0;
width: 120px; /* width of menu (don't forget to add border with below!) */
border-left: 8px solid #fff685; /* thick left border of menu */

}

.slidedoormenu li{
border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
background: white url(../includes/media/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: 11px "Georgia", Verdana;
display: block;
color: black;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu li a:visited{
color: black;
}

.slidedoormenu li a:hover, .slidedoormenu li a:active{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: #ff4f00;
}

.slidedoormenu li a.Active{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: #ff4f00;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

.curlycontainer{
border: 1px solid #b8b8b8;
background-color: #fbf8cf;
margin-bottom: 1em;
width: 160px;
}

.curlycontainer .innerdiv{
background: transparent url(../includes/media/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}

.commentbox{
/*background-color: #fbf8cf;*/
background-color: #FBD88B;
font-family: verdana;
font-size: 11px;
font-style:italic;
width: 150px;
padding: 5px;
}

.commentfooter{
background: url(../includes/media/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 100%;
color: #999999;
}

</style>

<!--[if IE]>
<style type="text/css">
.slidedoormenu li a{ /* Menu link width value for IE */
width: 100%;
}
</style>
<![endif]-->


