/* QuickMenu Core CSS [Do Not Modify!] */
.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;}

	
	/* (MAIN) Container */
	#qm0
	{ 
		background-color:#222;
	}

	 /* (MAIN) Items */
	#qm0 a
	{
		color:#999; width: 120px;
		background-color:#222;
		font-family:verdana;
		font-size: 13px;
		text-decoration:none;
		padding:5px 0px 3px 0px;
		border-style:solid;
		border-color:#666;
		border-width:0px;
		border-bottom-width:8px;
		margin-right: 5px;
		font-weight:bold;
	}
	
	/* (MAIN) Hover State */
	#qm0 a:hover
	{ 
		background-color:#222;
		border-color:#f96;
		color:#eee;
	}

	/* (MAIN) Active State */	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		color:#eee !important;
		background-color:#222 !important;
		border-color:#f96 !important;
		text-decoration:none !important;
	}

	/* (MAIN) Parent Items */
	#qm0 .qmparent
	{
		background-repeat:no-repeat;
	}

	/* [SUB] Containers */
	#qm0 div
	{
		width: 120px;
		color: #eee; background-color:#666; 
		padding:0px;
		border-style:none;
	}

	/* [SUB] Hover State */
	#qm0 div a:hover
	{
		width: 114px;
		text-decoration:none;
		color:#f96; background-color:#222; 
	}

	/* [SUB] Active State */
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
		background-color:#666 !important; 
		color:#eee !important;
	}

	/* [SUB] Parent Items */
	#qm0 div .qmparent 
	{
	}

	/* [SUB] Items */
	#qm0 div a
	{		
		color:#eee; background-color:transparent;
		padding:3px;
		border-width:0px;
		border-style:none;
		font-weight:normal;
		font-size:11px;
		margin-right:0px;
	}