/* Style for Tab Interface itself */

.shadetabs{
	/* border-bottom: 1px solid gray; */
	margin-bottom: 1em
	}

.shadetabs p{
	padding: 5px 0;
	margin-left: 1;
	margin-right: 1;

	margin-top: 1;
	margin-bottom: 1;
	font: bold 8pt Verdana; /* bold */
	list-style-type: none;
	text-align: center
	/* set to left, center, or right to align the menu as desired */
	}

.shadetabs p{
	display: inline;
	margin: 1
	}

.shadetabs p a{
	text-decoration: none;
	margin-right: 3px;
	/* border: 1px solid #FFFF99; */
	/* background: white url('images/gifs/shade.gif') repeat-x top left; */
	padding-left:7px;
	padding-right:7px;
	padding-top:3px;
	padding-bottom:3px
	}

.shadetabs p a:visited{
	/* color: #909090 */
	}

.shadetabs p a:hover{
	text-decoration: underline;
	/* color: #FF0000 */
	}

.shadetabs p.selected{
	}

/* selected main tab style */
.shadetabs p.selected a{ 
	/* background-image: url('#'); */
	border-bottom-color: white
}

.shadetabs p.selected a:hover{ /* selected main tab style */
	text-decoration: none
	}

/* Style for Drop Down Menu */

.dropmenudiv{
	position:absolute;
	border-left:1px solid #E8E8E8;
	border-right:1px solid #C0C0C0;
	border-top:1px solid #E8E8E8;
	border-bottom:1px solid #C0C0C0;
	line-height:18px;
	z-index:100;
	background-color: #FFFF99;
	width: 200px;
	visibility: hidden;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:8pt;
	font-family:Verdana;
	text-decoration: none;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85
	}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	/* border: 0px solid #FFFF99; */
	padding: 1px 0;
	text-decoration: none;
	/* font-weight: bold; */
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%
}

.dropmenudiv a:hover{ 
	background-color: #FFFFFF;
	font-weight: bold
}


.dropmenudivgreen{
	position:absolute;
	border-left:1px solid #E8E8E8;
	border-right:1px solid #C0C0C0;
	border-top:1px solid #E8E8E8;
	border-bottom:1px solid #C0C0C0;
	line-height:18px;
	z-index:100;
	background-color: #FFFF99;
	width: 200px;
	visibility: hidden;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:8pt;
	font-family:Verdana;
	text-decoration: none;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85
	/* color:#FFFFFF */
	}

.dropmenudivgreen a{
	width: auto;
	display: block;
	text-indent: 3px;
	/* border: 0px solid #FFFF99; */
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#008000 /* Non funziona! */
}

* html .dropmenudivgreen a{ /*IE only hack*/
	width: 100%
}

.dropmenudivgreen a:hover{ 
	background-color: #FFFFFF
}