﻿@charset "utf-8";
#nav { margin:0; padding:0; width:183px;line-height:24px; list-style-type: none; background:#cfcfcf;
}

#nav a {
	display: block;
}

#nav a:link  {
	color:#666; text-decoration:none;
}
#nav a:visited  {
	color:#666;text-decoration:none;
}
#nav a:hover  {
	color:#FFF;text-decoration:none;font-weight:bold;
}

#nav li {background:#0a5c90;padding:0;	
}
#nav li a:hover{ background-position:center bottom; text-decoration:none;
}

		.menu01 a { width:183px; height:35px; background:url(../images/home.jpg) no-repeat center top;}
		.menu01o a { width:183px; height:35px; background:url(../images/home.jpg) no-repeat center bottom; }
		.menu02 a { width:183px; height:35px; background:url(../images/about_us.jpg) no-repeat center top;}
		.menu02o a { width:183px; height:35px; background:url(../images/about_us.jpg) no-repeat center bottom;}
		.menu03 a { width:183px; height:35px; background:url(../images/service.jpg) no-repeat center top;}
		.menu03o a { width:183px; height:35px; background:url(../images/service.jpg) no-repeat center bottom;}
		.menu04 a { width:183px; height:35px; background:url(../images/topics.jpg) no-repeat center top;}
		.menu04o a { width:183px; height:35px; background:url(../images/topics.jpg) no-repeat center bottom;}
		.menu05 a { width:183px; height:35px; background:url(../images/recruit.jpg) no-repeat center top;}
		.menu05o a { width:183px; height:35px; background:url(../images/recruit.jpg) no-repeat center bottom;}
		.menu06 a { width:183px; height:39px; background:url(../images/contact.jpg) no-repeat center top;}
		.menu06o a { width:183px; height:39px; background:url(../images/contact.jpg) no-repeat center bottom;}
		
#nav li ul {list-style:none;text-align:left; line-height:0; left: -999em; width:190px; position: absolute; margin:-35px 0 0 183px; padding:0;
}
#nav li ul li{
	line-height:24px;
	float: right;
	background: #999999;
	font-size:12px;
	height:24px;
	background-image:none;
}
#nav li ul li a{
	height:24px;
	line-height:12px;
}


#nav li ul a{
	display: block;text-align:left; padding-left:10px;
}

#nav li ul a:link  {
	line-height:24px;
	color: #fff; text-decoration:none;background-image:none;
}
#nav li ul a:visited  {
line-height:24px;
	color:#fff;text-decoration:none;background-image:none;
}
#nav li ul a:hover  {
	line-height:24px;
	color:#fff;text-decoration:none;font-weight:normal;
	background:#df0001;
}

#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}
#menu_h_iebug { margin-bottom:0px!important; margin-bottom:-14px}