
.top_menu {
font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"ms song",ËÎÌå,Arial, sans-serif;
margin:0px 0px;
width:auto;
height:30px; 
background:#9a2b2e; 
z-index:1;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.top_menu ul {
padding:0px; 
margin:0px;
list-style-type: none;
height:30px;

}

/* 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 */
.top_menu ul li {
padding:0px; 
margin:0px;	
float:left;
height:30px;
position:relative;
font-weight:bold; 
}


/* 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. */
.top_menu ul li a, .top_menu ul li a:visited {
display:block;  
text-align:center; 
text-decoration:none;
padding:0px; 
margin:0px; 
height:30px; 
line-height:30px;
color:#ffffff;
border-right:1px solid #fff; 
border-width:0px 0px 0px 0px;
background:#9a2b2e; 
font-size:14px;
font-weight:bold; 
}


/* make the sub menu ul visible and position it beneath the main menu list item */
.top_menu_1 ul {
position:absolute; 
top:30px; 
left:0px; 
width:130px;
}

.top_menu_1 ul li img {
 display:block; 
background:#ffffff; 
width:120px;
height:1px;
padding:0px; 
 
}

/* style the background and foreground color of the submenu links */
.top_menu_1 ul li a, .top_menu_1 ul li a:visited  {
display:block; 
background:#ff9900; 
color:#ffffff;
width:110px;
height:30px;
padding:0px 5px; 
line-height:30px; 
text-align:left; 
font-size:14px;
text-decoration:none; 
font-weight:normal; 
}


.top_menu_2 ul {
position: absolute; 
float:left;
margin-top:1px; 
left:0px; 
width:100%;
background:#9a2b2e; 
filter:alpha(opacity=85);
opacity:0.85;
-moz-opacity:0.85;
-khtml-opacity:0.85;
}


.top_menu_2 ul li a, .top_menu_2 ul li a:visited  {
padding:0px 10%;
width:80%;
display:block;
background-image:url(../../../image/arrow_right.png);
background-position:90% 50%; 
background-repeat:no-repeat; 
color:#ffffff;
height:30px;
line-height:30px; 
text-align:left; 
font-size:14px;
text-decoration:none; 
font-weight:normal; 
filter:alpha(opacity=85);
opacity:0.85;
-moz-opacity:0.85;
-khtml-opacity:0.85;
}

.top_menu_2 ul li a:hover  {
padding:0px 10%;
width:80%;
display:block;
background-image:url(../../../image/arrow_right.png);
background-position:90% 50%; 
background-repeat:no-repeat;
background-color:#ff9900; 
color:#ffffff;
height:30px;
line-height:30px; 
text-align:left; 
font-size:14px;
text-decoration:none; 
font-weight:normal; 
filter:alpha(opacity=90);
opacity:0.90;
-moz-opacity:0.90;
-khtml-opacity:0.90;
}

.add_menu_bg {

background:#9a2b2e; 
color:#ffffff;
filter:alpha(opacity=85);
opacity:0.85;
-moz-opacity:0.85;
-khtml-opacity:0.85;
}	
	
