<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sydh{
	width:1000px;
	height:30px;
	text-align:center;
	margin: 0px;
	padding: 0px;
	background-color:#e6c585;
}

#sydh ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.m_l{
	float:left;
	width:110px;
	display:inline;
	margin: 0px;
	padding: 0px;
}

#sydh A {	
	text-decoration: none;
	background-image: url(../img/dh_bg_def.jpg);
}

#sydh A div{
	width:110px;
	height:22px;
	background-color:#e6c585;
	color: #333333;
	padding-top:8px;
	font-size: 14px;
	cursor: hand;
	background-image: url(../img/dh_bg_def.jpg);
}

#sydh A:hover{
	background-image: url(../img/dh_bg_hover.jpg);
	font-weight: bold;	
}

#sydh A:hover div{
	background-image: url(../img/dh_bg_hover.jpg);
	font-weight: bold;	
}

.m_line{
	float:left;
	width:1px;
	height:30px;
	display:inline;
	background-image: url(../img/dh_line.jpg);
	background-repeat: repeat-y;
}
</pre></body></html>