/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider {
	display: block;
	font-size: 1px;
	border-width: 0px;
	border-style: solid;
	position: relative;
	z-index: 1;
}

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

.qmmc .qmtitle {
	display: block;
	cursor: default;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}

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

.qmmc {
	position: relative;
	zoom: 1;
	z-index: 10;
}

.qmmc a,.qmmc li {
	float: left;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}

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

.qmsh div a {
	float: left;
}

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

.qmmc li {
	z-index: auto;
}

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

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

.qmmc li a {
	float: none
}

.qmmc li:hover>ul {
	left: auto;
}

#qm0 li {
	float: none;
}

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

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/
	/* QuickMenu 0 */ /*"""""""" (MAIN) Container""""""""*/
#qm0 {
	width: 200px;
	background-color: silver;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: gray;
}

/*"""""""" (MAIN) Items""""""""*/
#qm0 a {
	padding: 5px 5px 5px 8px;
	background: url(../../images/menu21.gif);
	height:31px;
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-decoration: none;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: black;
}

#qm0 a:hover {
	color: black;
}

/*"""""""" (MAIN) Active State""""""""*/
body #qm0 .qmactive,body #qm0 .qmactive:hover {
	background-color: silver;
	color: black;
	text-decoration: underline;
}

/*"""""""" (SUB) Container""""""""*/
#qm0 div,#qm0 ul {
	padding: 10px 0px 10px 0px;
	background-color: #EEEEEE;
	border-width: 1px;
	border-style: none;
	border-color: #990000;
}

/*"""""""" (SUB) Items"""                                                   """""*/
#qm0 div a,#qm0 ul a {
	padding: 2px 0px 2px 15px;
	margin: 0px 5px 0px 5px;
	background-color: #EEEEEE;
	background-image: none;
	color: gray;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #EEEEEE;
}

/*"""""""" (SUB) Hover State""""""""*/
#qm0 div a:hover {
	background-color: 99CCFF;
}

/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/
#qm0 ul li:hover>a {
	text-decoration: underline;
}

/*"""""""" (SUB) Active State""""""""*/
body #qm0 div .qmactive,body #qm0 div .qmactive:hover {
	background-color: #DD3300;
	color: #FFFFFF;
	border-color: #8E0000;
}

/*"""""""" Individual Titles""""""""*/
#qm0 .qmtitle {
	font-size: 11px;
}

/*"""""""" Custom Rule""""""""*/
ul#qm0 a {
	
}

/*"""""""" Custom Rule""""""""*/
ul#qm0 ul {
	
}

/*"""""""" Custom Rule""""""""*/
ul#qm0 ul a {
	
}

/*"""""""" Custom Rule""""""""*/
ul#qm0 .qmparent {
	background-repeat: no-repeat;
	background-position: 95% 55%;
}

/*"""""""" Custom Rule""""""""*/
ul#qm0 li:hover>a.qmparent {
	
}

/*"""""""" Custom Rule""""""""*/
ul#qm0 ul .qmparent {
	
}

/*"""""""" Custom Rule""""""""*/
ul#qm0 ul li:hover>a.qmparent {
	
}
