@charset "gb2312";
.menu {
font-family:"Î¢ÈíÑÅºÚ", Arial ;
width:1010px;height:40px;margin:0px; margin-left: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:"Î¢ÈíÑÅºÚ", Arial ;
border-right:#c2ca48 dotted 1px;
}
/* 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:"Î¢ÈíÑÅºÚ", Arial;
display:block;text-align:center;text-decoration:none;
padding-left:25px; padding-right:26px;
/*width:125px;*/
height:40px; 
color:#395205; 
line-height:40px; 
font-size:16px;
}

.menu ul li a:link {
	font-family:"Î¢ÈíÑÅºÚ", Arial;
}
.menu ul li a:visited {
	font-family:"Î¢ÈíÑÅºÚ", Arial;
}
.menu ul li a:active {
	font-family:"Î¢ÈíÑÅºÚ", Arial;
}
.menu ul li a:hover {
	font-family:"Î¢ÈíÑÅºÚ", Arial;
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: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:#fff; 
border:none;
font-family:"Î¢ÈíÑÅºÚ", Arial;
background:#ff3301;
/*background:url(imagexmenuon.png) center top no-repeat;*/
}

.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:"Î¢ÈíÑÅºÚ", Arial;
filter: Alpha(opacity=99,style=0);/* IE Í¸Ã÷¶È50% */ 
-moz-opacity:0.99; /* Moz + FF Í¸Ã÷¶È50%*/ 
opacity:0.99;/* Ö§³ÖCSS3µÄä¯ÀÀÆ÷£¨FF 1.5Ò²Ö§³Ö£©Í¸Ã÷¶È50%*/
background:url(../../imagex/menuccbg.png);
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
color:#395205;
font-size:14px;
text-align:left;padding-left:12px;padding-right:10px;
border:none;width:93px;
font-family:"Î¢ÈíÑÅºÚ", Arial;
background:url(../../imagex/menuccbg.png) center top no-repeat;
border-bottom:#d6de5e 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:#d6de5e; 
color:#395205;
font-family:"Î¢ÈíÑÅºÚ", Arial;
}


/* 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:#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;
}



.leftMenuA {
font-family:"Î¢ÈíÑÅºÚ", Arial ;
width:160px; margin:0px; margin-left:20px;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.leftMenuA 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 */
.leftMenuA ul li {
float:left; 
font-family:"Î¢ÈíÑÅºÚ", Arial ;
}
/* 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. */
.leftMenuA ul li a{
font-family:"Î¢ÈíÑÅºÚ", Arial;
display:block;text-align:left;text-decoration:none;
width:160px;
height:40px; 
color:#869810; 
line-height:40px; 
font-size:16px;
}

.leftMenuA ul li a:link {
	font-family:"Î¢ÈíÑÅºÚ", Arial;
background:url(../../imagex/btn_arv.png) left center no-repeat; padding-left:25px;
}
.leftMenuA ul li a:visited {
	font-family:"Î¢ÈíÑÅºÚ", Arial;
}
.leftMenuA ul li a:active {
	font-family:"Î¢ÈíÑÅºÚ", Arial;
}
.leftMenuA ul li a:hover {
	font-family:"Î¢ÈíÑÅºÚ", Arial;
color:#15479c;
text-decoration:underline;
background:url(../../imagex/btn_arva.png) left center no-repeat; padding-left:25px;
}
