/* CSS Document */

#middle_separator_content {
	background: url(../img/separator_content.gif) no-repeat scroll -11px 0 transparent;
	height: 22px;
	width: 991px;
	position: absolute;
	left: 0px;
	top: 57px;
	z-index: 1; /* Per portare il separatore in primo piano */
	}

a {
	color: #565656;
	text-decoration: none;
	}

a:focus {
	outline: none;
	}

#middle_separator_content a {
	background: url(../img/menu_open.gif) no-repeat scroll 6px 6px transparent;
	float: right;
	height: 20px;
	width: 25px;
	margin: 0 3px 0 0;
	padding: 0 0 0 0;
	position: absolute;
	right: 9px;
	top: auto;
	}



