@charset "utf-8";
/* CSS Document */

body{
background-color:#CECECE;
}

#under{
	height:59px;
	width:53px;
	float:right;
	padding-top:13px;
	padding-right:13px;
}

#all{
	width:980px;
	height:100%;
	margin:0px auto;
	background-color:#FFFFFF;
}
#header{
	height:90px;
	width:980px;
	background:url(../images/header.jpg) no-repeat;
	top:0px;
}

#header_new{
	height:90px;
	width:980px;
	background:url(../images/header_new.jpg) no-repeat;
	top:0px;
}

#footer{
	height:90px;
	width:980px;
	background: url(../images/footer.jpg) no-repeat;
	bottom:0px;
}

#footer_new{
	height:90px;
	width:980px;
	background: url(../images/footer_new.jpg) no-repeat;
	bottom:0px;
}

#content{
	
	width:980px;
	background-color:#FFFFFF;	
}

.text{
	height:40px;
	width:282px;
	padding-left:10px;
	padding-top:30px;
}

.text_footer{
	height:40px;
	width:282px;
	float:right;
	padding-right:130px;
	padding-bottom:30px;
}
/* menu styles */
#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{	display: block;
		background: #324143;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 70px;
		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}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{	width: auto;
				background: #A9C251;
				color: #24313C}
			
			#jsddm li ul li a:hover
			{	background: #8EA344}