﻿img{ border:0px;}
.top_bg{ background:url(images/top_bg.jpg) repeat-x; height:35px; line-height:35px; border-left:3px solid #e2ded2;}
/*head_menu*/

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
width:100%;
position:absolute;
top: 0;
border: 2px solid #f8e9c2; /*Theme Change here*/
z-index:100;
visibility: hidden;
margin-top:0px;
font-family:"宋体";
font-size:12px;
color:#ffffff;
font-weight:lighter;
}

.dropmenudiv a{
display: block;
border-top: 0px solid #B5E2FE; /*Theme Change here*/
border-bottom:1px dashed #debf99; /*Theme Change here*/
border-left: 0px solid #B5E2FE; /*Theme Change here*/
border-right: 0px solid #B5E2FE; /*Theme Change here*/
text-decoration: none;
background-color: #c6904c ;
line-height:24px;
font-family:"宋体";
font-size:12px;
color:#503008;
font-weight:normal;
}
.dropmenudiv a:link,.dropmenudiv a:visited{
display: block;
border-top: 0px solid #B5E2FE; /*Theme Change here*/
border-bottom:1px dashed #debf99; /*Theme Change here*/
border-left: 0px solid #B5E2FE; /*Theme Change here*/
border-right: 0px solid #B5E2FE; /*Theme Change here*/
text-decoration: none;
background-color: #c6904c ;
line-height:24px;
font-family:"宋体";
font-size:12px;
color:#503008;
font-weight:normal;
}
.dropmenudiv a:hover,.dropmenudiv a:active{ /*Theme Change here*/
background-color: #CA935A;/*改*/
border-bottom:1px dashed #d7b282; /*Theme Change here*/
font-family:"宋体";
font-size:12px;
color:#FFFFFF;
font-weight:normal;
}
