@charset "UTF-8";
/* CSS Document */
.mh_wrapper{
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	font-weight: lighter;
}
.mh_itemMain{
color:#f0f0f0;
z-index:10;
border:1px solid #222;
background-color:#222;
cursor:pointer;
text-align:left;
font-weight:bold;
text-indent:20px;
width:0px;
position:absolute;
top:0px;
left:0px;
text-shadow:1px 1px 1px #000;
}
.mh_itemMain:hover{
color:#fff;
}
.mh_right{
width:40px;
height:40px;
position:absolute;
left:0px;
top:0px;
cursor:pointer;
border:1px solid #606161;
background:#606161 url(../../images/store/menu.png) no-repeat center center;
}
.mh_wrapper ul {
position:absolute;
left:202px;
top:-12px;
width:1000px;
list-style:none;
padding:0px;
height:40px;
}
.mh_wrapper ul li a{
text-decoration:none;
cursor:pointer;
display:block;
float:left;
margin:0px;
text-indent:0px;
padding:0px 10px 0px 3px;
line-height:40px;
height:40px;
text-indent:10px;
letter-spacing:2px;
color:#ddd;
background-color:#606161;

border-left:none;
}
.mh_wrapper ul li a.hover{
background:#333;
color:#fff;
-moz-box-shadow:0px 0px 3px #000 inset;
-webkit-box-shadow:0px 0px 3px #000 inset;
box-shadow:0px 0px 3px #000 inset;
}