@charset "utf-8";
/*-----------------dropdown-menu----------*/
.dropdown-menu{
	font: Arial, Helvetica, sans-serif;
	height: 40px;
	line-height:40px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-right:100px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 650px;
	z-index: 100;
}
.dropdown-menu li{ float: left; list-style: none; position: relative; }
.dropdown-menu li.MenuLine{ height:40px; width:4px; margin:0 2px; background:url(images/menuLine.png) no-repeat center;}
.dropdown-menu li.dropdown-parent{ width:120px;}

.dropdown-menu a.link-parent,
.dropdown-menu a.link-parent:link,
.dropdown-menu a.link-parent:visited,
.dropdown-menu a.link-parent:active{
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 6px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.dropdown-menu a:hover,
.dropdown-menu a.cur{
	background: url(images/top-menu-hover.png) repeat-x;
	color: #F90;
	font-weight: bold;
}

.dropdown-menu .dropdown-parent a.sel{
	background: url(images/top-menu-hover.png) repeat-x;
}

.dropdown-menu .dropdown-sub{
	background: #fff;
	border-bottom: 2px solid #777;
	display: none;
	left: 0;
	position: absolute;
	text-align: left;
	top: 38px;
	width: 180px;
	z-index: 100;
}
.dropdown-menu .dropdown-sub a,
.dropdown-menu .dropdown-sub a:link,
.dropdown-menu .dropdown-sub a:visited,
.dropdown-menu .dropdown-sub a:active{
	display: block;
	border-bottom: 1px solid #777;
	padding:2px 5px;
	line-height:30px;
	color: #333;
	text-align: left;
	text-decoration:none;
	text-transform: none;
}
.dropdown-menu .dropdown-sub a:hover,
.dropdown-menu .dropdown-sub a.sel{ color: #F90; background:#666}



/*内页右边菜单*/
#RightMenu{width:230px; padding:10px; background-color:#ddd; margin-top:10px;}
h4.VMenu-title{padding:8px 0; font-size:16px; font-weight:bold; color:#333; text-transform:uppercase}
.VMenu a{
	background: url(images/arrow.gif) 5px center no-repeat;
	border-bottom: 1px solid #fff;
	color: #666;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left:15px;
	text-decoration: none;
}
.VMenu a:hover,a.curV{
	background: url(images/arrow.gif) 5px center no-repeat #fff;
	color:#000;
	border-bottom:1px solid #f90;	
}


/*-------------------------------------*/
.hmenu{ float: right; margin-top: 44px; }
.hmenu a,
.hmenu a:link,
.hmenu a:active,
.hmenu a:visited{
	color: #333;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.hmenu a:hover{ color: #C00; font-weight: boldl; }
.hmenu li{ float: left; margin-right: 5px; }

