/*bottone da html.it*/
#menu1,#menu1 li {background:transparent}
#menu1 li {
	float:left;
	list-style-type:none;
	list-style-position:inside;
}

.menu1Sx {
	float:left; width:19px; height:36px;
	margin-left:1px;
	padding-bottom:0px;
	background:url(../btn/corallo_left.png) no-repeat;
}
/*
.menu1Sx:hover {
	float:left; width:19px; height:36px; margin-left:1px;
	padding-bottom:0px; background:url(../btn/corallo_left.png) no-repeat;
	background-position: 0 -36px;
}
*/
a.menu1Link {
	/*font-size: 1.2em;*/
	font-size: 12;
	font-family: Verdana, arial, helvetica, sans-serif;
	cursor: pointer;
	font-weight: bold;
	float:left;
	line-height:22px;
	height:22px;
	text-decoration:none;
	padding:8px 2px 6px 2px;
	/*
	padding:4px;
	padding-bottom:0;
	*/
	background:#FFF url(/btn/corallo_bgBTN.png) top right repeat;
	color:#FFFFFF;
}

a.menu1Link:hover {	
	/*font-size: 1.2em;*/
	font-size: 12;
	font-family: Verdana, arial, helvetica, sans-serif;
	cursor: pointer;
	font-weight: bold;
	float:left;
	line-height:22px;
	height:22px;
	text-decoration:none;
	padding:8px 2px 6px 2px;
	/*
	padding:4px;
	padding-bottom:0;
	*/
	background:#FFF url(/btn/corallo_bgBTN.png) top right repeat;
	color:#ffff00;
	/*background-position: 0 -36px;*/
}
.menu1Dx {
	float:left; width:14px; height:36px;
	padding-bottom:0px; background:url(../btn/corallo_right.png) no-repeat top right;
}
/*
.menu1Dx:hover {
	float:left; width:14px; height:36px;
	background:url(../btn/corallo_right.png) no-repeat top right;
	background-position: 0 -36px;
}

*/





.button-group {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 40px 0;
	filter: Alpha(Opacity=85);
}
.button-wrapper {
	width: auto;
	display: block;
	float: left;
	border: 0;
	padding: 0;
	margin: 0 10px 0 0;
}
.button-wrapper div {
	width: 100%;
}
.button-wrapper button {
	width: 100%;
}
.button-wrapper button, .button-wrapper a, .button-wrapper a:visited {
	/*font-size: 1.2em;*/
	font-size: 12;
	font-family: Verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	line-height: 43px;
	cursor: pointer;
	padding: 0 15px;
	border: none;
	display: block;
	float: left;
}
.button-wrapper img {
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin: 0 2px;
}

																		/* -- image variations -- */
/* corallobtn */
.corallobtn {	
	background: url(../btn/corallo_bgBTN.png) repeat-x; color: #286C98;
}
.corallobtn:hover {
	background-position: 0 -36px;
}
.corallobtn div {	
	
	background: url(../btn/corallo_right.png) no-repeat 100% 0;
	}
.corallobtn:hover div {
	background-position: 100% -36px;
}
.corallobtn button, .corallobtn a, .corallobtn a:visited {
	color: #eaecf8; /*colore del testo*/
	/*font-size: 1.4em;*/
	font-size: 14;
	font-weight: bold;
	letter-spacing: -0.09em;
	text-shadow: #3642b7 1px 1px 0;
	text-align: center;	
	background: url(/btn/corallo_left.png) no-repeat 0 0;
}
.corallobtn:hover button, .corallobtn:hover a, .corallobtn:hover a:visited {
	color: #fff;
	text-shadow: #162089 1px 2px 1px;
	background-position: 0 -36px;
}
																		/* custom height setting */
.corallobtn, .corallobtn div, .corallobtn button, .corallobtn a, .style1 a:visited {
	height: 36px; 				/*altezza del bottone*/
	line-height: 36px;
}


																		/* Style 1 */
.style1 {
	background: url(../btn/bgBTN.png) repeat-x; color: #286C98;
}
.style1:hover {
	background-position: 0 -39px;
}
.style1 div {	
	background: url(../btn/rightBTN.png) no-repeat 100% 0}
.style1:hover div {
	background-position: 100% -39px;
}
.style1 button, .style1 a, .style1 a:visited {
	color: #eaecf8;
	/*font-size: 1.4em;*/
	font-size: 14;
	font-weight: bold;
	letter-spacing: -0.09em;
	text-shadow: #3642b7 1px 1px 0;
	text-align: center;
	background: url(/btn/leftBTN.png) no-repeat 0 0;
}
.style1:hover button, .style1:hover a, .style1:hover a:visited {
	color: #fff;
	text-shadow: #162089 1px 2px 1px;
	background-position: 0 -39px;
}
																		/* custom height setting */
.style1, .style1 div, .style1 button, .style1 a, .style1 a:visited {
	height: 39px; 				/*altezza del bottone*/
	line-height: 39px;
}


																		/* Style 2 */
.style2 {
	background: #606ed2 url(../btn/bg_marbleBTN.png) repeat-x;
}
.style2:hover {
	background-position: 0 -39px;
}
.style2 div {	
	background: url(../btn/right_marbleBTN.png) no-repeat 100% 0;
}
.style2:hover div {
	background-position: 100% -39px;
}
.style2 button, .style2 a, .style2 a:visited {
	color: black;
	/*font-size: 1.4em;*/
	font-size: 14;
	font-weight: bold;
	letter-spacing: -0.09em;
	text-shadow: #3642b7 1px 1px 0;
	text-align: center;
	background: url(/btn/left_marbleBTN.png) no-repeat 0 0;
}
.style2:hover button, .style2:hover a, .style2:hover a:visited {
	color: #585858;
	text-shadow: #162089 1px 2px 1px;
	background-position: 0 -39px;
}
																		/* custom height setting */
.style2, .style2 div, .style2 button, .style2 a, .style2 a:visited {
	height: 39px; 				/*altezza del bottone*/
	line-height: 39px;
}