#DLSMenu {
	clear: both;
	padding-left: 13px;
	height: 50px;
	margin: auto;
	background: 13px 0px no-repeat;
	width: 755px;
	text-align: left;
}
/* FIRST LINE (GREEN) MENU STYLES */ 

#fancymenu {
	position: relative;
	padding-right: 5px;
	padding-bottom: 14px;
	padding-top: 2px;
	padding-left: 8px;
	margin: 0px 0px;
	overflow: hidden;
	vertical-align: top; 
	width: 742px;
	height: 15px;
}
#fancymenu ul {
	padding: 0px;
	margin: 0px;
}
#fancymenu ul li {
	float: left;
	list-style: none;
}

#fancymenu ul li a:hover {
	color:#B89100;

}

#fancymenu ul li a { /*text-indent: -500em;*/
	z-index: 10;
	display: block;
	float: left;
	height: 35px;
	position: relative;
	overflow: hidden;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	color:#FFFF00;
}
/* THE WIDTH HERE MUST FIT THE ONE OF YOUR IMAGES IN THE GREEN BAR MENU */ 


							
#menu_home a {
	width: 62px;
}
#menu_canali a {
	width: 63px;
}
#menu_0 a {
	width:105px;
}
#menu_1 a {
	width:105px;
}
#menu_2 a {
	width:105px;
}
#menu_3 a {
	width:105px;
}
#menu_4 a {
	width:105px;
}
#menu_5 a {
	width:105px;
}
#menu_6 a {
	width:105px;
}
#menu_7 a {
	width:105px;
}

/* MOVING BLOB STYLE */ 
#fancymenu li.dlsbackground {
	z-index: 8;
	position: absolute;
	visibility: hidden;
}
#fancymenu .dlsbackground .left {
	height: 30px;
	margin-right: 7px; /* 7px is the width of the rounded shape */
}
/* SECOND LINE (WHITE) MENU STYLES */

#dlspanes {
	position: absolute;
	top: 15px;
	left: 12px;
	visibility: hidden;
	border-style: none;
	width:700px;
	height: 18px;
	margin: 0 auto 0 auto;
}
#dlspanes div div {
	overflow: hidden;
}
a.DLSsub, a.DLSsub:link, a.DLSsub:active, a.DLSsub:visited {
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
	text-decoration: none;
	color:#FFFF00;
}
a.DLSsub:hover {
	/*background: #ff9900;*/
	color:#B89100;
	text-decoration: none;
}
#dlscontent img {
	vertical-align: middle;
}
#dlscontent div p {
	line-height: 18px;
}
