@charset "utf-8";
/* CSS Document */

#nav {
	background-image: url(/images/nav_bg.png);
	background-repeat: repeat-x;
	height: 36px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
	position:relative;
}

#nav_1 {
	height: 36px;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	clear: both;
	position:relative;
}

#nav_date {
	height: 32px;
	width: 200px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	display: block;
	float: left;
	overflow: hidden;
}

#nav_link {
	height: 32px;
	width: 750px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	display: block;
	float: left;
	overflow: hidden;
}

#nav_link ul {
	height: 32px;
	width: 750px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#nav_link li {
	float: left;
	list-style-type: none;
}

#nav_link li a {
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 75px;
	display: block;
}

#nav_link li span {
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 75px;
	display: block;
	background-image: url(/images/nav_link_bg.png);
	background-repeat: no-repeat;
}