.chromestyle {
	width: 100%;
	font-family:"·L³n¥¿¶ÂÅé";
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	margin: 0;
	padding: 0;
}
.chromestyle ul li {
	display: block;
	margin: 0;
	float: left;
	font-size: 15px;
	text-align: center;
	list-style: none;
	margin-left: 1px;
}
.menubtn01 a {
	display: block;
	width: 75px;
	height: 35px;
	color: #ffffff;
	padding-top: 18px;
	text-decoration: none;
}
.menubtn01 a:hover, .menubtn01 a.selected, .menubtn01 a.on {
	/*background-image:url(../images/menu_bg_h.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #2ff229;
}
.menubtn02 a {
	display: block;
	width: 100px;
	height: 35px;
	color: #fff;
	padding-top: 18px;
	text-decoration: none;
}
.menubtn02 a:hover, .menubtn02 a.selected, .menubtn02 a.on {
	/*background: url(../images/menu_bg_h.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #CCC;
	font-weight: normal;
}
.menubtn03 a {
	display: block;
	width: 100px;
	height: 35px;
	color: #fff;
	padding-top: 18px;
	text-decoration: none;
}
.menubtn03 a:hover, .menubtn03 a.selected, .menubtn03 a.on {
	/*background: url(../images/menu_bg_h.gif) repeat;*/
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #CCC;
}
.menubtn04 a {
	display: block;
	width: 100px;
	height: 35px;
	color: #fff;
	padding-top: 18px;
	text-decoration: none;
}
.menubtn04 a:hover, .menubtn04 a.selected, .menubtn04 a.on {
	/*background: url(../images/menu_bg_h.gif) repeat;*/
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #CCC;
}
.menubtn05 a {
	display: block;
/*width: 95px;*/
	padding-left:15px;
	padding-right:15px;
	height: 35px;
	color: black;
	padding-top: 18px;
	text-decoration: none;
}
.menubtn05 a:hover, .menubtn05 a.selected, .menubtn05 a.on {
	/*background: url(../images/menu_bg_h.gif) repeat;*/
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #CCC;
}
.menubtn06 a {
	display: block;
	width: 115px;
	height: 35px;
	color: #fff;
	padding-top: 18px;
	text-decoration: none;
}
.menubtn06 a:hover, .menubtn06 a.selected, .menubtn06 a.on {
	/*background: url(../images/menu_bg_h.gif) repeat;*/
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #CCC;
}
.menubtn07 a {
	display: block;
	width: 100px;
	height: 35px;
	color: #fff;
	padding-top: 18px;
	text-decoration: none;
}
.menubtn07 a:hover, .menubtn07 a.selected, .menubtn07 a.on {
	/*background: url(../images/menu_bg_h.gif) repeat;*/
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #CCC;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position: absolute;
	top: 0;
	line-height: 20px;
	z-index: 200;
	background-color: #6a6a6a;
	border-top: #2ff229 solid 1px;
	visibility: hidden;
	width:155px;
	font-size:15px;
	margin-top:17px;
	+margin-top:0px;
	margin-left:14px;
	+margin-left:0px;
}
.dropmenudiv a {
	border-bottom: 1px solid #777777;
	width: auto;
	display: block;
	padding: 7px 8px;
	text-decoration: none;
	color: #fff;
	min-width: 130px;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #484848;
	color:#2ff229;
}


  .navbar-right {
    float: right !important;
	color:#00FF00;
  }
