
/*!!!!!!!!!!! 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:right;
	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 ul {
	top:100%;
}
#qm0 ul li:hover>ul{
	top:0px;
	left:100%;
}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/
	/* QuickMenu 0 */

	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a {	
		color:#fff;
		font-family:Arial;
		font-size:13px;
		font-weight: bold;
		text-decoration:none;
		height: 24px;
		padding: 0px;
		overflow: hidden;
	}
	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul {
		width:160px;
		padding: 8px 0px 8px 0px;
		margin: 0px;
		background: url(../images/menu/bgSubmenuHack.gif) top left repeat-x;
		background-color: transparent;
		border-style:none;
		text-align: left;
	}

	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a {
		background-color:transparent;
		font-size:13px;
		font-weight: bold;
		border-width:0px;
		border-style:none;
		padding: 2px 10px 0px 10px !important;
		margin: 0px !important;
		height: 20px;
		overflow: hidden;
	}

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

	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a {	
		background-color:#666;
		color:#fff;
	}

	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
		background-color:#666;
		color:#fff;
		background-position: 0px -37px;
	}

	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle {	
		cursor:default;
		color:#fff;
		font-family:arial;
		font-size:11px;
		font-weight:bold;
	}

	/*"""""""" Individual Horizontal Dividers""""""""*/	
	li.qmdividerx {	
		width: 16px;
		height: 26px;
		overflow: hidden;
		display: block;
		background: url(../images/menuSlash.gif) top left no-repeat;
		float: right;
	}

	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery {	
		border-left-width:1px;
		border-color:#AAAAAA;
	}

	/*"""""""" (main) Rounded Items""""""""*/	
	#qm0 .qmritem span {	
		border-color:#DADADA;
		border: none !important;
		background-color:#F7F7F7;
	}

	/*"""""""" (main) Rounded Items Content""""""""*/	
	#qm0 .qmritemcontent {	
		padding:0px 0px 0px 0px;
	}

	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul {	
		padding:0px !important;
		margin:-2px 0px 0px 0px;
		border: none !important;
	}

	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a	{	
		background-color:#F7F7F7;
	}


<!-- Add-On Core Code (Remove when not using any add-on's) -->

	.qmfv{
		visibility:visible !important;
	}
	.qmfh{
		visibility:hidden !important;
	}