@charset "utf-8";
.menu {
font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft YaHei'; ;
width:740px;height:30px;margin:0px;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li { z-index:80;
float:left; 
position:relative;
font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft YaHei'; ;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a{
font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft YaHei';
display:block;text-align:center;text-decoration:none;
/*width:90px;*/
padding-left:20px; padding-right:20px;
height:30px; 
color:#0066cb; 
line-height:30px; 
font-size:16px; font-weight:bold;
border:#ffffff solid 2px;
}

.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';
}

/*.menu ul li a:visited {display:block;text-align:center;text-decoration:none; 
width:80px;display:block; 
height:30px;
color:#fff; 
border-left:1px solid #0dbdf7;border-right:1px solid #0dbdf7;
line-height:30px; 
font-size:14px;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:#0066cb; 
border:none;
font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft YaHei';
border:#eeeeee solid 2px;
line-height:30px; height:30px;
}

.RightLine{border-right:#379fa4 dotted 1px; float:left; height:39px; width: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:30px; 
left:0; 
font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft YaHei';
filter: Alpha(opacity=99,style=0);/* IE 透明度50% */ 
-moz-opacity:0.99; /* Moz + FF 透明度50%*/ 
opacity:0.99;/* 支持CSS3的浏览器（FF 1.5也支持）透明度50%*/
background:#feba01;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
color:#0066cb;
font-size:15px;
text-align:left;padding-left:15px;padding-right:10px;
border:none;width:119px;
font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft YaHei';
background:#4fb6bb;
border-bottom:#379fa4 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:#379fa4; 
color:#0066cb;
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:30px; 
left:0;
background:#395205;
}
/* style the background and foreground color of the submenu links */
.menu ul li a:hover ul li a {
color:#000;
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: #0066cb; font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft YaHei';
font-size: 16px; float:left; display:block;
text-decoration:none;
padding-left:20px; padding-right:20px;
line-height:30px; height:30px;
overflow:hidden;
border:#fe0000 solid 2px;
}
