﻿.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;
	font-size: 12pt;
	font-weight: normal;
	color: #FFFFFF;
}
.qmmc div a {
	float: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: large;
}
.qmmc div {
	visibility: hidden;
	position: absolute;
	color: #FFFFFF;
	background-color: #F6F6F6;
	font-weight: bold;
}
/*"""""""" (MAIN) Container """"""""*/
#qm0 {
	margin-right: 10px;
	margin-left: 10px;
}
/*"""""""" (MAIN) Items """"""""*/
#qm0 a {
	color: #484848;
	font-family: Arial;
	font-size: 11pt;
	text-decoration: none;
	border-style: solid;
	border-width: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: lighter;
	text-align: center;
}
/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover {
	background-color: #99cccc;
	color: #008000;
}
/*"""""""" (MAIN) Active State """"""""*/
body #qm0 .qmactive, body #qm0 :hover.qmactive {
	background-color: #99cccc;
	color: #008000;
}
/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent {
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 90%;
}
/*"""""""" [SUB] Containers """"""""*/
#qm0 div {
	border: 1px solid #99cccc;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: -1px;
	background-image: url('../images/menubg.gif');
	color: #FFFFFF;
}
/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover {
}
/*""""""""[SUB] Active State """"""""*/
body #qm0 div .qmactive, body #qm0 div :hover.qmactive {
	background-color: #FFFFFF;
	color: #008000;
}
/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent {
	background-image: url(../images/arrow_right.gif);
}
/*"""""""" [SUB] Items """"""""*/
#qm0 div a {
	padding-left: 10px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
