/*!!!!!!!!!!! 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 .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}


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


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:160px;
		background-color:#c40001;
		border-width:1px 0px;
		border-style:solid;
		border-color:#bbbbbb;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:1px 5px 1px 8px;
		color:#fefefe;
		font-family:Arial;
		font-size:13px;
		text-decoration:none;
		font-weight:bold;
		border-width:1px 0px;
		border-style:inset;
	}


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


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


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div	
	{	
		padding:0px;
		margin:0px 0px 0px -9px;
		background-color:#f1f1f1;
		border-width:0px 1px;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a	
	{	
		padding:1px 0px 1px 5px;
		margin:0px;
		background-color:#ffcc33;
		background-image:none;
		color:#000000;
		font-size:12px;
		font-weight:bold;
		border-width:0px;
		border-style:solid;
	}


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


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:#ffcc33;
		color:#ec2900;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#ffcc33;
	}


	/*"""""""" (SUB) Persistent State""""""""*/	
	body #qm0 div .qmpersistent, body #qm0 div .qmpersistent:hover	
	{	
		background-color:#dddddd;
	}


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


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-style:dotted;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a.qmparent	
	{	
		background-image:url(qmimages/symbol_2.gif);
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 .qmparent	
	{	
		background-image:url(qmimages/symbol_0.gif);
		background-repeat:no-repeat;
		background-position:95% 55%;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul a	
	{	
		padding:2px 20px 2px 5px;
		background-color:#f1f1f1;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul	
	{	
		background-color:#f1f1f1;
		border-width:1px;
		border-style:solid;
		border-color:#666666;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 a	
	{	
		background-color:#dddddd;
	}


	/*"""""""" Custom Rule""""""""*/	
	div#qm0 div div div a	
	{	
		background-color:#e2e2e2;
		font-size:8pt;
		border-width:0px 0px 1px;
		border-color:#606060;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul ul ul a	
	{	
		background-color:#e2e2e2;
		font-size:8pt;
		border-width:0px 0px 1px;
		border-color:#606060;
	}


	/*"""""""" Custom Rule""""""""*/	
	div#qm0 div div a	
	{	
		background-color:#fbfdbf;
		border-width:0px 0px 1px;
		border-style:solid;
		border-color:#f5ec70;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul ul a	
	{	
		background-color:#fbfdbf;
		border-width:0px 0px 1px;
		border-style:solid;
		border-color:#f5ec70;
	}


