/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/



	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/
	#qm0
	{
        width: auto;
	}


	/*"""""""" (MAIN) Items""""""""*/
	#qm0 a.qmparent
	{
		color:#e9e7e7;
		text-decoration:none;
		font-weight: bold;
		width:125px;
		height:49px;
		padding-top:33px;
		background: transparent url(images/separator.png) top right no-repeat;
	}

	#qm0 a.qmparent_last
	{
		color:#e9e7e7;
		text-decoration:none;
		font-weight: bold;
		width:125px;
		height:49px;
		padding-top:33px;
	}
	
	/*"""""""" (MAIN) Hover State""""""""*/
	#qm0 a:hover
	{
		color:#000000;
	}


	/*"""""""" (MAIN) Active State""""""""*/
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{
		/*text-decoration:underline;*/
	}


	/*"""""""" (SUB) Container""""""""*/
	#qm0 div
	{
		/*padding:5px;*/
		margin:0px 0px 0px -1px;
	}
	

	/*"""""""" (SUB) Items""""""""*/
	#qm0 div {
		padding:10px 0 10px 0;
		background: transparent url(images/dropdown_bg.png) bottom left no-repeat;
		width:128px;
	}
	
	#qm0 div a
	{
		
		height:24px;
		font-weight: bold;
		color:#e9e7e7;
	}

	#qm0 div a.dropdownsubmenu {
		width:128px;
		padding-top:1px;
		height:24px;
		width:auto;
		margin:0 0 0 0px;
		text-align:left;
	}
	
	#qm0 div a.dropdownsubmenu span {
		padding-left:25px;
		margin-top:1px;
	}


	/*"""""""" (SUB) Hover State""""""""*/
	#qm0 div a.dropdownsubmenu:hover
	{
		background: transparent url(images/dropdown_link_bg.png) top left no-repeat;
		color:#fe7113;
		text-decoration:none;
		width:128px;
	}


     .qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}