/*pannello interno*/
#top-panel{
	margin-top:-3px;
	background:url(bgk_panel.gif) top repeat-x #DFF3FA;
	width:100%;
	padding:14px 0px;
	font-size:90%;
	color:#296393;
	border-top:3px solid #FFCC00;
}

#top-panel a{
	color:#296393;
}

#sub-panel{
	border-top:3px solid #9CBDCD;
	text-align:center;
	font-size:90%;
}
#sub-panel a{
	width:163px;
	float:right;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	background:url(sub-left.png) bottom left no-repeat #9CBDCD;
}
#sub-panel a span{
	padding:6px;
	background:url(sub-right.png) right bottom no-repeat;
	display:block;

}

/*pannello home*/
#top-panel_h{
	margin-top:-3px;
	background:url(bgk_panel.gif) top repeat-x #DFF3FA;
	width:100%;
	padding:14px 0px 0px 0px;
	font-size:90%;
	color:#296393;
	border-top:3px solid #FFCC00;
}

#top-panel_h a{
	color:#296393;
}

