.halfmoon{
margin-bottom: -20px;
}

.halfmoon ul{
padding: 2px 1px 1px 1px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px arial;
list-style-type: none;
text-align: center;
border-bottom: 0px solid #929492;
height:21px;
line-height:21px;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
border:1
text-decoration: none;
display: inline-block;
line-height:21px;
width: 71px;
height: 21px;
margin-right: -1px; /*distance between each tab*/
border-left: 0px solid gray;
color: black;
font-size: 10px;
background: #8dc2e7  url(media/halfmoontab.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: black;
width: 71px;
height:21px;
}

.halfmoon li a:hover, .halfmoon li.selected a{
background-color: #20f2ff;
}


#css{
		position: absolute;
		z-index: 2;
		top:0px;
		left: 0px;
		color: white;
		overflow: auto;
		height: 100%;
		width: 100%;
		}
		#css a{
		color: #185b8a;
text-decoration: none

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 0px solid #657f27; /*THEME CHANGE HERE*/
border-width: 0px;

margin-bottom: 2;
font: bold 10px arial;
list-style-type: none;
text-align: center;
line-height:21px;
z-index:100;
background: #8dc2e7  url(media/halfmoontab.gif) top right no-repeat;
width: 71px;
height:21px;
visibility: hidden;






}


.dropmenudiv_e a{

background: #8dc2e7  url(media/halfmoontab.gif) top right no-repeat;
width: auto;
display: block;
text-indent: 0px;
border: 0 solid #657f27; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
text-decoration: none;
color: black;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #20f2ff;
}



html, body{
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow: hidden;
		}
		#sfondo-css{
		position:absolute;
		height:100%;
		width: 100%;
		margin: 0;
		padding: 0;
		z-index: 1;
		}
