.clear
	{
	clear: both;
	overflow: hidden
}
#all
	{ height:31px;
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	background: #419E3B;
	padding: 0;
	z-index:998;
	position:relative;
}
#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 14px Tahoma, Arial; text-align:center;}

	#jsddm li a
	{	display: block;
		background: #419E3B;
		padding: 8px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 100px;
		height:16px;
		color: #fff;
		font-weight: 800;
		white-space: nowrap;
		_margin-right:-3px;}

	#jsddm li a:hover
	{	background: #527437}
		
		#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: 100px;
				background: #419E3B;
				color: #fff}
			
			#jsddm li ul li a:hover
			{	background: #527437}