#DLSMenu {
	clear: both;
	width: 580px;
	height: 50px;
	margin: auto;
}
#fancymenu {
	position: relative;
	margin: 0px;
	overflow: hidden;
	vertical-align:top;
	width: 580px;
	height: 40px;
}
#fancymenu ul {
	padding: 0;
	margin: 0;
}
#fancymenu ul li {
	height:40px;
	float: left;
	list-style: none;
}
#fancymenu ul li a {
	z-index: 10;
	display: block;
	float: left;
	height: 35px;
	position: relative;
	overflow: hidden;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	line-height: 20px;
	color:#c0c0c0;
}
/* THE WIDTH HERE MUST FIT THE ONE OF YOUR IMAGES IN THE GREEN BAR MENU */ 


							

#menu_0 a {
	width:135px;
	margin-top: 5px;
	margin-left: 13px;
}
#menu_1 a {
	width:135px;
	margin-top: 5px;
}
#menu_2 a {
	width:135px;
	margin-top: 5px;
}
#menu_3 a {
	width:135px;
	margin-top: 5px;
}
#menu_4 a {
	width:135px;
	margin-top: 5px;
}
/* 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 */
}
#dlspanes {
	
	position: absolute;
	top: 30px;
	left: 12px;
	visibility: hidden;
	border-style: none;
	width:550px;
	height: 20px;
	margin: 0px auto 0px 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;
	height:auto;
	
}
a.DLSsub:hover {
	/*background: #ff9900;*/
	color:#FFFFFF;
	text-decoration: none;
}
#dlscontent img {
	vertical-align: middle;
}

#dlscontent p {
	height:auto;
	
}
#dlscontent div p.link {
	line-height: 18px;
	color:#c0c0c0;
}
