﻿@charset "gb2312";
.chromestyle{

}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	margin: 0;
	text-align: center;
}

.chromestyle ul li{
	list-style-type: none;
	float: left;
}

.chromestyle ul li a{
	color: #C4AC97;
	text-decoration: none;
	width: 80px;
	display: block;
	height: 45px;
	line-height: 45px;
	font-family: "΢���ź�";
	font-size: 14px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	text-decoration: none;
	color: #FFCC00;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	top: 0;
	z-index:100;
	visibility: hidden;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	left: 0px;
	position: absolute;
	text-align: center;
	padding: 10px;
	background-image: url(../Images/dropmenudivbg.png);
	width: 280px;
	height: 219px;
	background-repeat: no-repeat;
}
.dropmenudiv img {
	float: left;
	width: 150px;
	display: inline;
}

.dropmenudiv .box {
	float: right;
	height: 190px;
	font-family: "΢���ź�";
	width: 120px;
	display: inline;
}
.dropmenudiv .box h3 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #FFCC00;
}

.dropmenudiv a{
	color: #C4AC97;
	height: 32px;
	width: 90px;
	line-height: 32px;
	display: block;
	font-weight: normal;
	font-size: 12px;
	background-image: url(../Images/024205133.gif);
	background-repeat: no-repeat;
	background-position: 10px center;white-space:nowrap;
	overflow: hidden;
    padding-left: 20px;
    text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
	color: #C4AC97;
	height: 32px;
	width: 90px;
	line-height: 32px;
	display: block;
	font-weight: normal;
	font-size: 12px;
	background-image: url(../Images/024205133.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #FFCC00;
}
#dropmenu4 a {
	line-height: 30px;
	height: 27px;white-space:nowrap;overflow: hidden;
    padding-left: 20px;
    text-align: left;
}
