@charset "gb2312";
/* CSS Document */
.chromestyle{
width:988px;
font-weight: bold;
font-size:14px;
margin:0 auto;
padding:0 0 0 14px;
}


.chromestyle ul{
width: 100%;
 /*THEME CHANGE HERE*/
/*padding: 4px 0;
margin: 0;*/
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li.menu_line { width:2px;  background:url(../images/menu_line.gif) no-repeat;}

.chromestyle ul li a{ width:115px; display:block; float:left;
color: #ffffff;
margin: 0;
text-decoration: none;
line-height:31px;
text-align:center;
}

.chromestyle ul li a.a0{ width:100px; display:block; padding-right:15px;}
.chromestyle ul li a.a1{ width:80px; display:block; padding-right:30px;}
.chromestyle ul li a.a2{ width:80px; display:block; padding-right:30px;}
.chromestyle ul li a.a3{width:95px; display:block; padding-right:20px;}
.chromestyle ul li a.a4{width:100px; display:block; padding-right:15px;}
.chromestyle ul li a.a5{width:102px; display:block; padding-right:13px;}
.chromestyle ul li a.a6{width:111px; display:block; padding-right:4px;}
.chromestyle ul li a.a7{width:115px; display:block;}

.chromestyle ul li a:hover{
color:#ffffff;
text-decoration:underline;
}



/* ######### Style for Drop Down Menu ######### */

#dropmenu1{
position:absolute;
top: 0;
font-size:12px;
line-height:22px;
z-index:100;
background-color: #f4faee;
width:115px;
visibility: hidden;
margin-top:0px;
margin-left:-25px;
}

#dropmenu2{
position:absolute;
top: 0;
font-size:12px;
line-height:22px;
z-index:100;
background-color: #f4faee;
width:115px;
visibility: hidden;
margin-top:0px;
margin-left:-18px;
}

#dropmenu3{
position:absolute;
top: 0;
font-size:12px;
line-height:22px;
z-index:100;
background-color: #f4faee;
width:115px;
visibility: hidden;
margin-top:0px;
margin-left:-11px;
}

#dropmenu4{
position:absolute;
top: 0;
font-size:12px;
line-height:22px;
z-index:100;
background-color: #f4faee;
width:115px;
visibility: hidden;
margin-top:0px;
margin-left:-9px;
}

#dropmenu5{
position:absolute;
top: 0;
font-size:12px;
line-height:22px;
z-index:100;
background-color: #f4faee;
width:115px;
visibility: hidden;
margin-top:0px;
margin-left:-4px;
}

#dropmenu6{
position:absolute;
top: 0;
font-size:12px;
line-height:22px;
z-index:100;
background-color: #f4faee;
width:115px;
visibility: hidden;
margin-top:0px;
margin-left:-2px;
}

#dropmenu7{
position:absolute;
top: 0;
font-size:12px;
line-height:22px;
z-index:100;
background-color: #f4faee;
width:115px;
visibility: hidden;
margin-top:0px;
margin-left:-12px;
}


.dropmenudiv a{
width: auto;
display: block;
/*text-indent: 3px;*/
text-align:center;
border-bottom: 1px dashed #009c15;/*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #000;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0e882f;
color:#fff;
text-decoration:none;
border-bottom: 1px dashed #fff;
}

