#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font-family:"微软雅黑", "宋体"
		}

	#jsddm li a
	{	display: block;
		line-height:55px;
		text-align:center;
		text-decoration: none;
		border-right: 0px solid white;
		width: 163px;
		color: #fff;
		background:url(../images/top1.jpg) no-repeat center;
		font-family:"微软雅黑";
		font-size:14px;
		font-weight:bold;

		white-space: nowrap}

	#jsddm li a:hover
	{ background:url(../images/top2.jpg) no-repeat center;
	    color:#c02520;
		
	    }
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			z-index:9999;
			border-top: 0px solid white}
		
			#jsddm li ul li
			{	float: none;
				display: inline;
				
				}
			
			#jsddm li ul li a
			{	width: 163px;
			line-height:30px;
			    text-align:center;
				padding-left:0px;
				background: #e83828;
				color: #fff;
				}
			
			#jsddm li ul li a:hover
			{	background: #c02520;
			color:#fff;
			}