/*----------导航---------*/
.menu{
	width: 1002px;
	height:35px;
	background-image: url(../Images/menu.gif);
	background-repeat: repeat-x;	
	background-position: bottom;
	clear: both;
}

.menu li{
	width:110px;
	height:35px;
	font-weight:bold;
	text-align:center;
	float:left;
	line-height: 35px;
	background-image: url(../Images/menuline.gif);
	background-repeat: no-repeat;
	background-position: right center;
	
}
.menu li a{
	width:110px;
	height:28px;
	color:#FFFFFF;
	display:block;
	text-decoration: none;
	font-size: 13px;
	line-height: 28px;
	padding:4px;
}
.menu li a:hover{
	text-decoration:none;
	background-image: url(../Images/menu_hover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFF00;
}
 /*   子标题   */
.menu li div
{
	position:absolute;
	z-index:9999;  	/*   使弹出的子菜单覆盖掉下面图片，显示在外   */
}
.menu li div a
{
	width:auto;
	min-width:110px;
	height:20px;
	line-height:20px; 	/*   height与line-height值设置一样使div内文字竖居中，table内文字竖居中用vertical-align   */
	font-size: 11px;
	font-weight:lighter;
	font-family:Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	background-color:#0066cc;
	background-image: url(../Images/menu_hover.jpg);
	background-repeat: repeat-x;
	border-top-style:solid;
	border-width:1px;
	border-color:#ffffff;
}
.menu li div a:hover
{
	color:#000000;
	background-image: url(../Images/main_bg.jpg);
	background-repeat: repeat-y;
}

.submenu
{	
	position:absolute;
	visibility:hidden;	
}

.menu_left {
	/*background-image: url(../Images/menu_left--.jpg);	*/
	background-repeat: no-repeat;
	width: 12px;
	background-position: left bottom;
	float: left;
	height: 35px;
}
.menu_right {
	background-image: url(../Images/menu_right.gif);
	width: 2px;
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 35px;
}
