<style type="text/css">
	
.clear
	{	clear: both;
		overflow: hidden;
		height: 0}

	#all
	{	width: 80%;
		min-width: 650px;
		margin: 40px auto  0 auto;
		background: #FCFFED;
		padding: 20px 35px}

#jsddm,body
{	margin: 0 ;
	padding: 0;
}

#jsddm li
	{	float: left;
		list-style: none;
		font: 8pt Tahoma;
		}

	#jsddm li a
	{	display: block;
		background: #fff;
		padding: 2px 2px 2px 20px;
		text-decoration: none;
		width: 70px;
		color: #666;
		white-space: nowrap;
		background:url(images/icon_language.gif) no-repeat  bottom left;
		}

	#jsddm li a:hover
	{	display: block;
		background: #fff;
		padding: 2px 2px 2px 20px;
		text-decoration: none;
		width: 70px;
		color: #666;
		white-space: nowrap;
		background:url(images/icon_language.gif) no-repeat  bottom left;}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border: 1px solid #999;
}
		
			#jsddm li ul li
			{	float: none;
				display: inline;
				font: 10pt Tahoma;
				}
			
			#jsddm li ul li a
			{	width:100;
				background: #fff;
				color: #666;
				font: 10pt Tahoma;}
			
			#jsddm li ul li a:hover
			
			{	width:100;
			background: #999;
			color: #fff;
			font: 10pt Tahoma;}

	</style>
	


