#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
}

	#jsddm li a
	{
	display: block;
	text-decoration: none;
	width: 90px;
	color: #FFFFFF;
	white-space: nowrap;
	padding-bottom: 5px;
	height: 23px;
	text-align: center;
}

	#jsddm li a:hover
	{
	background-image: url(../images/anbj01.png);
	background-repeat: no-repeat;
}
		
		#jsddm li ul
		{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	list-style-type: none;
	width: 150px;
	background-color: #001f3f;
	list-style-image: none;
	height: 90px;
}
		
			#jsddm li ul li
			{
	float: none;
	list-style-type: none;
	height: 20px;
}
			
			#jsddm li ul li a
			{
	width: 130px;
	color: #FFFFFF;
	text-indent: 15px;
	text-align: left;
	background-image: url(../images/anbj3.jpg);
	list-style-image: url(../images/ddmenu-bg.png);
	line-height: 20px;
}
			
			#jsddm li ul li a:hover
			{
	text-decoration: underline;
	background-image: url(../images/anbj3.jpg);
}
