    
#glowingtabs{
float:left;
width:100%;
font-size:90%;
line-height:normal;
height:38px;


}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 12px; /*Left offset of entire tab menu relative to page*/
padding:0;

}

#glowingtabs li{
display:inline;

padding:0;

}

#glowingtabs a{
float:left;
background:url(../../imagini/main/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 10px; /*spacing between each tab*/
padding:10px 0 0 0px;
text-decoration:none;
height:28px;
width:152px;
display:block;
	font-size: 12px; color: #D485A0;
	font-family:tahoma, verdana, Arial, sans-serif;	text-decoration: none;
	font-weight:bold;
	
}

#glowingtabs a:visited{
float:left;
background:url(../../imagini/main/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 10px; /*spacing between each tab*/
padding:10px 0 0 0px;
text-decoration:none;
height:28px;
width:152px;
display:block;
	font-size: 12px; color: #D485A0;
	font-family:tahoma, verdana, Arial, sans-serif;	text-decoration: none;
	font-weight:bold;
	
}




#glowingtabs .current a{ /*Selected Tab style*/
background-position:0 -38px; /*Shift background image up to start of 2nd tab image*/
color:white;
}

#glowingtabs .current a:visited{ /*Selected Tab style*/
background-position:0 -38px; /*Shift background image up to start of 2nd tab image*/
color:white;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -38px; /*Shift background image up to start of 2nd tab image*/
color:white;
}







