.glowingtabs{
width: 100%;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
background-color: #FFB926;
}

.glowingtabs ul{
	width: 100%; /*THEME CHANGE HERE*/
	padding: 0px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	background: #FFB926;
}

.glowingtabs li{
display: inline;
}

.glowingtabs a{
float: left;
/*background: url(/images/glowtab-left.gif) no-repeat left top;*/
margin-right: 1px; /*spacing between each tab*/
padding:0 0 0 0px;
text-decoration:none;
 text-align: left;
 text-indent: 0px;
 background: #FFF0CF;
}

.glowingtabs a span{
padding: 1px 0; /*Altezza menù*/
margin: 0;
float:left;
display:block;
/*background: url(/images/glowtab.gif) no-repeat right top;*/
color:black;

}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: Navy;
text-decoration: underline;
background: #FFB926;
}

.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*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
	position: absolute;
	top: 0;
	border: 1px solid #FFB926; /*THEME CHANGE HERE*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	z-index: 100;
	background: #FFF0CF;
	!important; 
width: 200px; /*IE5.x: indispensabile il commento vuoto! */
	visibility: hidden;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 7px;
border-bottom: 1px solid #FFB926;
padding: 1px 0;
text-decoration: none;
color: Black;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #FFB926;
text-decoration: underline;
}
