#hits{
	color:#000000;
	position:absolute;
}
#layerBack {
	position:absolute;
	width:800px;
	height:100px;
	overflow:visible;
	z-index:1;
	overflow: visible;
	margin:auto;
	background-color:#00FFFF;
}
#layermiddle {
	margin: auto;
	text-align: left;
	width: 1200px;
	top:0px;
	background-color:#00FFFF;
	height:690px;
	width:850px;
}
#jsddm
{	margin: 0;
	padding: 0;
	}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial;
		width:10em;
	}
	#jsddm li a
	{	display: block;
		background: #20548E;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		color: #EAFFED;
		white-space: nowrap;
	}
	#jsddm li a:hover
	{background-color: #1A4473;}
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;}
		#jsddm li ul li:hover{
		background-color: #0000FF;
		}		
		#jsddm li ul li 
		{cursor:pointer;
			float:none;
			padding: 5px;
			background-color: #0066CC;
			color:#EAFfed;
			width:10em;
			}		
		#jsddm li ul li a
		{	
			background-color: #D33625;
			}
		
		#jsddm li ul li a:hover
		{	
		background-color: #D024ff;}
