@charset "utf-8";
.menu {
font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft YaHei';
width:1216px;height:40px;margin:0px;
background:url(../../imagex/menubga.png) left bottom repeat-x;
}
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
.menu ul li {z-index:80;
float:left; 
position:relative;
font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft YaHei';
}
.mLine{background:url(../../imagex/menuline.gif) center center no-repeat; height:40px; width:4px;}
.menuline{background:url(menuline.png) right no-repeat;}

.menu ul li a{
font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft YaHei';
display:block;text-align:center;text-decoration:none;
PADDING-LEFT:30px; padding-right:30px;
font-weight:bold;
height:40px; 
color:#333333;
line-height:40px; 
font-size:16px;
}

.menu ul li a:link {
	font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft YaHei';
}
.menu ul li a:visited {
	font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft YaHei';
}
.menu ul li a:active {
	font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft YaHei';
}
.menu ul li a:hover {
	font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft YaHei';
color:#395205; 
}

/*.menu ul li a:visited {display:block;text-align:center;text-decoration:none; 
width:80px;display:block; 
height:35px;
color:#fff; 
border-left:1px solid #0dbdf7;border-right:1px solid #0dbdf7;
line-height:35px; 
font-size:16px;font-weight:bold;
}
*/
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#ffffff; text-decoration:none;
border:none;
font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft YaHei';
background:url(../../imagex/menuonn.png) left bottom repeat-x;
}

.RightLine{border-right:#bfc745 dotted 1px;}

/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:40px; 
left:0; 
font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft YaHei';
filter: Alpha(opacity=98,style=0);/* IE 透明度50% */ 
-moz-opacity:0.98; /* Moz + FF 透明度50%*/ 
opacity:0.98;/* 支持CSS3的浏览器（FF 1.5也支持）透明度50%*/
padding:0px; line-height:40px; 
background:url(../../imagex/menubga.png) left top;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
color:#333333;
font-size:16px; height:40px; text-decoration:none; line-height:40px;
text-align:center;
border:none;width:65px;
font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft YaHei';
background:url(../../imagex/menuccbg.png) center top no-repeat;
/*border-bottom:#b7935a solid 1px;*/
display:block; word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:url(../../imagex/menuonn.png) left bottom repeat-x;
/*background:#4b1b00; */
color:#ffffff;
font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft YaHei';
}


/* styling specific to Internet Explorer IE5.5 and IE6. Yet to see if IE7 handles li:hover */
/* Get rid of any default table style */
/* ignore the link used by 'other browsers' */
.menu ul li a.hide, .menu ul li a:visited.hide {
display:none;
}
/* set the background and foreground color of the main menu link on hover */
/*.menu ul li a:hover {
color:#fff; 
}*/
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li a:hover ul {
display:block;
position:absolute; 
top:35px; 
left:0;
/*background:#395205;*/
}
/* style the background and foreground color of the submenu links */
.menu ul li a:hover ul li a {
color:#333333;
font-size:16px;
text-align:left;PADDING-LEFT:30px;
border:none;
/*width:96px;*/
}
/* style the background and forground colors of the links on hover */
.menu ul li a:hover ul li a:hover {
/*background:#008fc3; 
color:#395205;*/
}

#SelectMenu {
color:#ffffff; display:block; float:left; text-align:center;
font-size:16px; font-weight:bold;
text-decoration:none;
line-height:40px; height:40px;
PADDING-RIGHT:30px; PADDING-LEFT:30px;
font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft YaHei';
text-align:center;
text-decoration:none;
background:url(../../imagex/menuonn.png) left bottom repeat-x;
}
