#jsddm
{
	margin-left: auto;
	margin-right: auto;
	 
	height: 43px;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
}

	#jsddm li
	{
	float: left;
	list-style: none;
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 43px;
}

	#jsddm li a
	{
	display: block;
	font-size:18px;
	font-weight:bold;
	text-decoration: none;
	width: 130px;
	color: #333;
	white-space: nowrap;
	line-height: 43px;
	text-align: center;
}

	#jsddm li a:hover
	{
	line-height: 43px;
	background-position: center;
	text-align: center;
}
		
		#jsddm li ul
		{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	height: 43px;
}
		
			#jsddm li ul li
			{
	float: none;
	display: inline;
	line-height: 43px;
}
			
			#jsddm li ul li a
			{
	width: 166px;
	color: #333;
	background-position: center;
	font-size: 16px;
	border: 0px solid #000066;
	background-color:#f8f8f8;
	 
	background-repeat: repeat;
	font-weight:300;
}
			
			#jsddm li ul li a:hover
			{	background: #e8e8e8}
