/* CSS Document */
.menuestore {
	float:left;
	height: 52px;
	width:960px;
	margin-left: 20px;
	display: inline;
	
	
}
.menuestore UL {
	margin:0;
	float:left;
	padding:0;
	list-style-type: none;
	
}
.menuestore LI {
	float:left;
	margin:0;
	padding:0;
	list-style-type: none;
	display: inline;
	
}
.menuestore a{
	margin-left:9px;
	width: 124px;
	height: 50px;
	float:left;
	font-size: 14px; /*font-size: 14px;*/
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	text-align: center;
	background-image: url(../../images/button.jpg);
	background-repeat: no-repeat;
	display: inline;
	font-weight: bold;
}
.menuestore a:hover{
	color: #000000;	
	background-image: url(../../images/button-mo.jpg);
	background-repeat: no-repeat;
}
.menuestore a.active{
	color: #000000;	
}
a.others{
	background-image: url(../../images/button-arrrow-a.jpg);
	background-repeat: no-repeat;
	}
.menuestore LI UL {
	clear: both;
	display: none;
}
.menuestore LI:hover UL {
	clear: both;
	display: block;
	z-index: 2;
	visibility: visible;
	margin: 0px;
	position:relative;
	/*left:150px;*/
	top:-18px;
	background-color: #CC9900;
	/*border:1px solid #ff0000;*/
	/*float:right;*/
}
.menuestore LI LI {
	clear: both;
}
.menuestore LI LI A {
	background-image: none;
	width: 124px;
	height: 24px;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-decoration: none;
	display: inline;
	text-align: center;
	padding-top: 5px;
	margin:0;
}
.menuestore LI LI A:hover {
	background-image: none;
	background-color: #E4B728;
}
.support {
	CLEAR: both
}/* CSS Document */

