#navi {
	width:954px;
	height:32px;
	margin:0 auto;
}

#nav-one li.navi_area_list {
	margin:0;
	padding:0;
	float:left;
	width:106px;
	height:32px;
}

#nav-one li.navi_area_list a {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	height:32px;
}

#navi0 {
	background:url('../images/navi0_n.png') no-repeat;
}

#navi0 a:hover {
	background:url('../images/navi0_over.png') no-repeat;
}

#navi1 {
	background:url('../images/navi1_n.png') no-repeat;
}

#navi1-none {
	background:url('../images/navi1_none.png') no-repeat;
}

#navi1 a:hover {
	background:url('../images/navi1_over.png') no-repeat;
}

#navi2 {
	background:url('../images/navi2_n.png') no-repeat;
}

#navi2-none {
	background:url('../images/navi2_none.png') no-repeat;
}

#navi2 a:hover {
	background:url('../images/navi2_over.png') no-repeat;
}

#navi3 {
	background:url('../images/navi3_n.png') no-repeat;
}

#navi3 a:hover {
	background:url('../images/navi3_over.png') no-repeat;
}

#navi4 {
	background:url('../images/navi4_n.png') no-repeat;
}

#navi4 a:hover {
	background:url('../images/navi4_over.png') no-repeat;
}

#navi5 {
	background:url('../images/navi5_n.png') no-repeat;
}

#navi5 a:hover {
	background:url('../images/navi5_over.png') no-repeat;
}

#navi6 {
	background:url('../images/navi6_n.png') no-repeat;
}

#navi6 a:hover {
	background:url('../images/navi6_over.png') no-repeat;
}

#navi7 {
	background:url('../images/navi7_n.png') no-repeat;
}

#navi7 a:hover {
	background:url('../images/navi7_over.png') no-repeat;
}

#navi8 {
	background:url('../images/navi8_n.png') no-repeat;
}

#navi8 a:hover {
	background:url('../images/navi8_over.png') no-repeat;
}
/*** Drop Down Menu ***/
.nav {
	z-index:100;
	position:relative;
}

.nav li {
	position:relative;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	font-weight:bold;
	font-size:18px;
	display: block;
	padding: 0px;
	text-decoration: none;
}

#nav-one li:hover ul a,
#nav-one li.sfHover ul a {
	background: #ffffff;
	color: #4d4d4d;
	text-indent: 0px;
	text-align: center;
	height: 25px;
	padding-top: 3px;
}

#nav-one li:hover ul a:hover,
#nav-one li.sfHover ul a:hover {
	background: #ffd2ff;
	color: #4d4d4d;
}

.nav ul {
	border-bottom: 1px solid #ccc;
	list-style: none;
	margin: 0;
	width: 104px;
	position: absolute;
	top: -999em;
	left: -1px;
}

.nav li:hover ul,
.nav li.sfHover ul {
	top: 32px;
	left:0px;
}

.nav ul li {
	border: 0;
	float: none;
}

.nav ul a {
	border: 1px solid #ccc;
	border-bottom: 0;
	white-space: nowrap;
}

#nav-one li span.none_forecast_city {
	font-weight:bold;
	font-size:18px;
	background: #fcfcfc;
	color: #adadad;
	text-indent: 0px;
	text-align: center;
	height: 25px;
	padding-top: 3px;
	border: 1px solid #ccc;
	border-bottom: 0;
	white-space: nowrap;
	display:block;
}
