.glowingtabs{
	padding:7px 3px 0px 5px;
	width:869px;
	background-position:center;	
	font-size: 11px;
	text-align:center;
	vertical-align:middle;	
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	background-repeat:repeat-x;
	background:url(../media/glowtab.gif)top left center; 
}

.glowingtabs ul{
list-style-type: none;
margin:0px;
margin-top:0px;
float:left;
padding:0px 0px 0px 0px;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
}

.glowingtabs li{
display:inline;
margin:0px;
padding:0px;
}

.glowingtabs ul.li.a{
float:left;
background:url(../media/glowtab_right.png) no-repeat left top;
margin:0px;
margin-left: 0px;
margin-right: 0px; /*spacing between each tab*/
padding:0px 2px 0px 0px;
text-decoration:none;
}

.glowingtabs a{
float:left;
background:url(../media/glowtab-left.gif) no-repeat right top;
margin:0px;
margin-left: 0px;
margin-right: 0px; /*spacing between each tab*/
padding:0px 2px 0px 0px;
text-decoration:none;
}


.glowingtabs span{
float:right;
background:url(../media/glowtab-left.gif) no-repeat left top;
margin:0px;
margin-left:0px;
margin-right:0px; /*spacing between each tab*/
padding:0px 0px 0px 0px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
margin-right:0px;
margin:0px;
background:url(../media/glowtab.gif) no-repeat right top;
padding: 5px 14px 5px 15px;
top:50px;
font-weight:bold;
color:#ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */
.glowingtabs01 a span {float:none;}

.glowingtabs a:hover span {
color: white;
}

.glowingtabs01 a:hover span {
color: white;
}


.glowingtabs li.selected a{ /*Selected Tab style*/
background-position:100% -24px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -24px; /*Shift background image up to start of 2nd tab image*/
color: white;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:100% -24px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -24px; /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top:100px;
left:-250px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:left;
font-size:11px;
line-height:18px;
z-index:100;
background-color: #6837AC;
width: 125px;
visibility: hidden;
}


.dropmenudiv_d a{
width: auto;
display: block;
top:0px;
text-indent: 0px;
padding: 0px 6px;
text-decoration: none;
color: white;
}

.dropmenudiv2_d{
position:absolute;
top:10px;
left:0px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:left;
font-size:11px;
line-height:18px;
z-index:100;
background-color: #6837AC;
width: 100px;
visibility: hidden;
}


.dropmenudiv2_d a{
width: auto;
display: block;
top:0px;
text-indent: 0px;
padding: 10px 6px;
text-decoration: none;
color: white;
}
* html .dropmenudiv2_d a{ /*IE only hack*/
width: 150%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #FE7600;
}
