/*!!!!!!!!!!! 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;}.qmmc {position:relative;height: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{	
		
	}
	#qm1 {
		width:125px;
		margin-left:80px;
		padding-top:14px;
		background-image: url(/images/metabg.png);
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a {	
		font-size:14px;
		color: #7C1E1F;
		display:block;
		width:110px;
		margin-right:23px;
		border-bottom: 3px solid #7C1E1F;
		padding-bottom:3px;
		font-weight:normal;
	}
	#qm1 a:first-child {
		border-top:1px solid #fff;
	}
	#qm1 a {
		background-image: url(/images/metabg.png);
		color:#fff;
		font-size:10px;
		text-transform:uppercase;
		border-bottom: 1px solid #fff;
		padding:1px 10px 1px 12px;
	}

	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover,
	#qm1 a:hover{	
		text-decoration:none;
	}
	#qm0 a.orange:hover,
	#qm0 a.orange.active,
	#qm0 a.orange.qmactive, 
	#qm0 a.orange.qmactive:hover	{
		color:#E08B3B !important;
		border-bottom: 3px solid #E08B3B;
	}
	#qm0 a.red:hover,
	#qm0 a.red.active,
	#qm0 a.red.qmactive, 
	#qm0 a.red.qmactive:hover	{
		color:#AD0929 !important;
		border-bottom: 3px solid #AD0929;
	}
	#qm0 a.blue:hover,
	#qm0 a.blue.active,
	#qm0 a.blue.qmactive, 
	#qm0 a.blue.qmactive:hover	{
		color:#005A9A !important;
		border-bottom: 3px solid #005A9A;
	}
	#qm0 a.green:hover,
	#qm0 a.green.active,
	#qm0 a.green.qmactive, 
	#qm0 a.green.qmactive:hover	{
		color:#008955 !important;
		border-bottom: 3px solid #008955;
	}
	
	#qm1 a.active,
	#qm1 a:hover,
	#qm1 a.qmactive, 
	#qm1 a.qmactive:hover {
		background:url(/images/bulletsmallwhite.png) 0 0 no-repeat;
	}
	
	/*"""""""" (MAIN) Active State""""""""*/	


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div {	
		margin-left:-12px;
		width:117px;
		padding:5px 5px 10px 0px;
		text-align:left;
		background-color:#fff;
		
	}

	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a{	
		font-size:11px;
		border: 0px solid #fff !important;
		text-decoration:none;
		display:block;
		padding-left:12px;
	}
	#qm0 a.orange + div a{	
		color:#E08B3B !important;
	}
	#qm0 a.orange + div a.active,
	#qm0 a.orange + div a:hover {
		background:url(/images/bulletorange.png) 4px 6px no-repeat;
	}
	#qm0 a.red + div a{	
		color:#AD0929 !important;
	}
	#qm0 a.red + div a.active,
	#qm0 a.red + div a:hover {
		background:url(/images/bulletred.png) 4px 6px no-repeat;
	}
	#qm0 a.blue + div a{	
		color:#005A9A !important;
	}
	#qm0 a.blue + div a.active,
	#qm0 a.blue + div a:hover {
		background:url(/images/bulletblue.png) 4px 6px no-repeat;
	}
	#qm0 a.green + div a{	
		color:#008955 !important;
	}
	#qm0 a.green + div a.active,
	#qm0 a.green + div a:hover {
		background:url(/images/bulletgreen.png) 4px 6px no-repeat;
	}
	
	#qm1 div {
		background:url(/images/metasubbg.png) 0 0 no-repeat;
		padding-left:10px;
	}
	#qm1 div a{	
		background:none;
		color:#7C1E1F;
		border-bottom:1px solid #7C1E1F;
	}
	#qm1 div a:hover,
	#qm1 div a.active{	
		background:url(/images/bulletsmallred.png) 0 0 no-repeat;
	}
	#qm1 div a:first-child {
		border-top:1px solid #7C1E1F;
	}
	
	
	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, body #qm0 .actsubitem	{	
		text-decoration:none;
	}



