/* CSS Document */
/*-头部信息，包含天气|版本-*/
#head{
	background-image: url(http://www.jingyue.cn/images/default/bg-top-blue.gif);
	height: 27px;
	color: #FFFFFF;
	line-height: 27px;
}
/*-导航|搜索-*/
#function{
	background-image: url(http://www.jingyue.cn/images/default/bg-menu-blue-big.jpg);
	height: 53px;
	overflow: hidden;
}
#release {float: right;}
#release a {color: #FFFFFF;}
#logo {
	height: 57px;
	width: 277px;
	margin-top: 15px;
	margin-bottom: 16px;
	float: left;
}
#topad {
	width: 380px;
	height: 78px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
	margin-left: 6px;
}
#control {
	margin-top: 8px;
	margin-bottom: 9px;
	float: right;
	width: 100px;
	height: 71px;
	text-align: center;
}
#control a {
	display: block;
	line-height: 23px;
}
#default {
	width: 150px;
	float: left;
	margin-top: 16px;
	margin-left: 9px;
	font-size: 14px;
}
#default a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav {
	width: 500px;
	margin-top: 4px;
	float: right;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 22px;
	width: 70px;
	line-height: 22px;
	text-align: center;
	float: left;
	margin: 0 4px 0 4px;
	background-image: url(http://www.jingyue.cn/images/default/menu-title-bg.gif);
	background-repeat: no-repeat;
	background-position: 60px 12px;
}
#nav a:hover {
	background-image: url(http://www.jingyue.cn/images/default/menu-bg-2.gif);
	background-position: 0px 0px;
}
#nav li {
	display: inline;
}

