.chromestyle{ float:right; margin-right:10px;}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.chromestyle ul li{
	float:left;
	text-align:center;
}

.chromestyle ul li a{
color:#333333; line-height:26px; text-align:center; display:block; padding:14px; font-size:16px; font-weight:bold;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

  background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 50%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 50%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 50%, rgba(255,255,255,0) 100%);
  border-bottom:solid 8px #4283be;

}
.chromestyle ul li a.selected1{ /*script dynamically adds a class of "selected" to the current active menu item*/

  background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 50%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 50%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 50%, rgba(255,255,255,0) 100%);
  border-bottom:solid 8px #4283be;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: -20;
z-index:100;
width: 130px;
visibility: hidden;
box-shadow: -3px 5.196px 8px 0px rgba(0, 0, 0, 0.29),3px 5.196px 8px 0px rgba(0, 0, 0, 0.1);

}
.balckbg{ position:absolute; background-color:#fff; z-index:-1; width:210px; top:0; bottom:0; filter:alpha(opacity=70);   
  box-shadow: -3px 5.196px 8px 0px rgba(0, 0, 0, 0.29),3px 5.196px 8px 0px rgba(0, 0, 0, 0.29);
  background-color: rgb(255, 255, 255);
  box-shadow: 3px 5.196px 8px 0px rgba(0, 0, 0, 0.29);
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
text-decoration: none;
color: #333;
font-family:'微软雅黑';
line-height:26px;
margin-bottom:20px;
padding-left:15px;
z-index:10;
font-size:16px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;   font-family:'微软雅黑' !important;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

color:#4386c3;

}
