.qmfv {
	visibility:visible !important;
}
.qmfh {
	visibility:hidden !important;
}
.qmclear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
}
.qmmc {
	position:relative;
}
.qmmc a {
	float:left;
	display:block;
	white-space:nowrap;
}
.qmmc div a {
	float:none;
}
.qmmc div {
	visibility:hidden;
	position:absolute;
}
	
/*"""""""" 外盒div """"""""*/
	#qm0 {
	padding-left:400px;
	height: 25px;
}
/*"""""""" 主菜单 """"""""*/
	#qm0 a {
	color:#000;
	background-color:transparent;
	font-family:"宋体", "黑体", "仿宋";
	font-size:14px;
	text-decoration:none;
	height:25px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	margin:0 12px;
	letter-spacing: 3px;
}
/*"""""""" 主菜单hover状态 """"""""*/
	#qm0 a:hover {
	color:#990000;
	text-decoration:underline;
}
/*"""""""" 主菜单当前状态 """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover {
	color:#990000;
	text-decoration:underline;
	background-image:url(quickMenu/slide_black_arrow.gif);
	cursor: hand;
}
/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent {
	background-image:url(quickMenu/slide_white_arrow.gif);
	background-repeat:no-repeat;
	background-position:92%;
	cursor:default;
}
/*"""""""" 子菜单外盒 """"""""*/
	#qm0 div {
	width:80px;
	padding:15px 0;
	margin-left:-2px;

}

/*"""""""" 子菜单 """"""""	background-image: url(quickMenu/subDot.gif);
	background-repeat: no-repeat;*/
	#qm0 div a {
	font-size:9pt;
	color:#000;
	width: 100px;

	background-position: 0px 5px;
	height: 26px;
    margin:0 5px;
	paddig: 0px 10px;	
	line-height: 26px;
	text-align: left;
	text-indent: 20px;
}
/*"""""""" 子菜单hover状态 """"""""*/
	#qm0 div a:hover {
	background-color:#E4E4E4;
	text-decoration:none;
}
#qm0 div div {
	margin:0px 0px 0px 3px;

}
/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
	border-color:#666666;
	text-decoration:underline;
	background-image:url(quickMenu/slide_black_arrow_right.gif);

}
/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent {
	background-image:url(quickMenu/slide_black_arrow_right.gif);
		height: 100px;
    	width: 100px;	
		background-color:#FFCC00;
	    color:#FFFF00;
}

