div#navigation_panel {
	color:#fff;
	width:100%;
	position:relative;
}

div#navigation_panel div#navigation_panel_content {
	background-image:url(../images/template/sfondo_panel.png);
	display:none;
	padding:10px 0 0;
	height:20px;
	text-indent:20px;
	width:100%;
	font-weight:bold;
	color:#999;
	text-align:center;
}

div#navigation_panel div#navigation_panel_handle {
	background-image:url(../images/template/panel.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:52px;
	width:100%;
}

div#navigation_panel div#navigation_panel_handle a {
	float:right;
	height:42px;
	line-height:42px;
	width:200px;
	text-align:center;
	padding-left:10px;
	color:#fff;
	text-decoration:none;
}

div#navigation_panel a {
	color:#ccc;
	text-decoration:none;
}

div#navigation_panel a:hover {
	color:#fff;
	text-decoration:underline;
}
