/* CSS Document */

*{margin:0;padding:0;}


#nav {
	line-height: 32px;
	width:775px;
	height:32px;
	list-style-type: none;
	background-image: url(../images/ihhadaohang_bg2.jpg);
	background-repeat: repeat-x;
}

#nav a {
 display: block; width: 95px; text-align:center; margin-left:5px;color:#ffffff;font-weight:bold; height:25PX; margin-top:2PX; padding-top:5px;
}

#nav a:link  {
 color:#ffffff; text-decoration:none;
}
#nav a:visited  {
 color:#ffffff;text-decoration:none;
}
#nav a:hover  {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	
}

#nav li {
 float: left; height:32px;
}

#nav li a:hover{
  background-image: url(../images/ihhadaohang_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color:#000;
	text-decoration:none;

	
}
#nav li ul {
 line-height: 20px; width:95px;  list-style-type: none;text-align:left;
 left: -999em; position: absolute;
}
#nav li ul li{
	float: left;
	width: 95px;
	background: #F6F6F6;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height:20px;
}


#nav li ul a{
 display: block; width: 100px;text-align:center; padding-left:1px;font-weight:normal;height:20px;
}

#nav li ul a:link  {
 color:#666; text-decoration:none;
}
#nav li ul a:visited  {
 color:#666;text-decoration:none;
}
#nav li ul a:hover  {
 color:#d91720;text-decoration:none;font-weight:bold;
 background:#F6F6F6; padding-left:1px;text-align:center;height:20px;
}

#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
#content {
 clear: left;
}
