@charset "UTF-8";
/* CSS Document */

li:hover>ul{
	left: auto;
}

.qmclear {
	clear: left;
	display: block;
	float: none !important;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
	width: 0px;
}

.qmmc {
	position: relative;
	zoom: 1;
}

.qmmc .qmdivider{
	border-style: solid;
	border-width: 0px;
	display: block;
	font-size: 1px;
}

.qmmc .qmdividery{
	float: left;
	width: 0px;
}

.qmmc .qmtitle{
	cursor: default;
	display: block;
	white-space: nowrap;
}

.qmmc a, .qmmc li {
	display: block;
	float: left;
}

.qmmc div{
	position: absolute;
	visibility: hidden;
}

.qmmc div a, .qmmc ul a, .qmmc ul li {
	float: none;
}

.qmmc li{
	position: relative;
}

.qmmc li a {
	float: none;
}

.qmmc ul {
	left: -10000px;
	position: absolute;
}

.qmmc ul {
	z-index: 10;
}

.qmmc ul ul {
	z-index: 20;
}

.qmmc ul ul ul {
	z-index: 30;
}

.qmmc ul ul ul ul {
	z-index: 40;
}

.qmmc ul ul ul ul ul {
	z-index: 50;
}

.qmmc, .qmmc ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.qmsh div a {
	float: left;
}

#qm0 li {
	float: none;
}

#qm0 li:hover>ul{
	left: 100%;
	top: 0px;
}


/*"""""""" (MAIN) Container""""""""*/
#qm0menu, #qm0 {
	width:100%;
}

#qm0 {
	background: #C0DBF0;
	color: #31438B;
	margin: 0px;
	text-align:left;
	padding: 1px 1px 0 1px;
}

/*"""""""" (MAIN) Items""""""""*/
#qm0 a {
	background: #C0DBF0;
	border-color: #C5CACE;
	border-style: solid;
	border-width: 0px 0px 1px;
	color: #31438B;
	font: bold 12px Arial,Sans-Serif;
	padding: 3px 20px 3px 10px;
	margin: 0px 5px 1px 5px;
	text-decoration: none;
	overflow: hidden;
	width: 200px;
}

/*"""""""" (MAIN) Hover State""""""""*/
#qm0 a:hover {
	border-color: #ffffff;
	color: #000000;
	background: #ffffff;
}

/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 a.qmparent {
	background: url(images/arrow-down.gif) #C0DBF0 no-repeat right center;
	color: #31438B;
}
#qm0 a.qmparent:hover {
	background: url(images/arrow-down.gif) #ffffff no-repeat right center;
	color: #000000;
}



/*"""""""" (SUB) Items""""""""*/
#qm0 div a, #qm0 ul a {
		border-style: none;
}

/*"""""""" (SUB) Container""""""""*/
#qm0 div, #qm0 ul	{
	background: #eee;
	color: #000000;
	border-color: #C5CACE;
	border-style: solid;
	border-width: 1px;
	padding: 0px;
}
