#sddm {
	margin: 0 auto;
	padding: 0;
	z-index: 9999;
	background-color:#F4F4F4;
	width: 785px;
	height:30px;
}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px;
	font-family:"微软雅黑";
	float:left;
	color:#999;
	line-height:30px;
	text-align:center;
	background-image: url(../images/ge.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#sddm li.end {
	background:url(../images/ge1.jpg) right center no-repeat;
}
#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 85px;
	background: #f4f4f4;
	color: #000;
	text-align: center;
	text-decoration: none
}
#sddm li a:hover {
	background: #F4F4F4;
	color: #1f497b;
}
#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	font-size:14px;
	z-index:9999;
}
#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #2875DE;
	font: 12px;
	font-family:"微软雅黑";
	width:83px;
	text-align:center;
}
#sddm div a:hover {
	text-align:center;
	color: #000;
	border-bottom: 1px dotted #1f497b;
}
