#sitelayout {
	background-attachment: fixed;
	background-color: #FCDF1F;
	background-position: center center;
	float: none;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
}
#sitelayout {
	background-color: #FCDF1F;
	height: 100%;
	width: 100%;
}
#sitelayout {
	background-color: #FCDF1F;
	height: 100%;
	width: 100%;
}



#jsddm
{	margin: 0;
	padding: 0;
	background: #232f3a;
	width: 100%;
	}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 14px Tahoma, Arial;
		width: 20%}

	#jsddm li a
	{	display: block;
		background: #324143;
		padding: 5px 0;
		text-decoration: none;
		width: 100%;
		text-align: center;
		color: #EAFFED;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #24313C}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
			background: #232f3a;}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{	width: auto;
				background: #232f3a;
				padding-left: 10px;
				padding-right: 10px;
				color: #fff}
			
			#jsddm li ul li a:hover
			{	background: #324143}
