#Nav {
	clear: both; 
	margin: 0px; 
	width: 100%;
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px; 
	list-style-type: none;
	height: 31px;
}
#Nav ul {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}
#Nav li {
	float: left; 
	width: 93px;

}
#Nav li ul {
	left: -999em;
	width: 93px;
	position: absolute;
	padding: 0;
	margin-top: -8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#Nav li a {
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	font-size: 11px;
	padding-bottom: 0px;
	width: 92px;
	color: #fff;
	margin-right: 1px;
	padding-top: 8px;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 31px;
	/*background-image: url(../image/01.jpg);*/
}

#Nav li ul a {
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	font-size: 10px;
	padding-bottom: 3px;
	width: 180px;
	color: #0772b8;
	text-indent: 5px;
	padding-top: 3px;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	background-color: #bfe5fa;
	background-repeat: repeat;
	white-space: normal;
	/*background-image: url(../image/di2.jpg);*/
	height: 15px;
	margin-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#Nav li a:hover {
	color:#FFF;
	background-position: top center;
	/*background-color: #5ea0d2;*/
	background-image: url(../image/02.jpg);
	background-repeat: no-repeat;
}
#Nav li ul a:hover {
	color: fff;
	background-image: url(../image/d3.jpg);
	background-repeat: repeat;
}
#Nav li:hover ul {
	left: auto
}
#Nav li.sfhover ul {
	left: auto
}
#Nav li.sfhover a {
	color:#CCCCCC;
}
#Nav li.sfhover ul li a {
	color: #000;
}
