/*!!!!!!!!!!! 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;}


	
/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:auto;
		height: 19px;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		font-family:Arial;
		font-size:14px;
		text-decoration:none;
		color: #ffffff;
		background: url(/custom/themes/default/images/tab-off.gif) no-repeat;
		width: 108px;
		height: 19px;
		padding: 7px 0 0 0;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
	text-decoration:underline;	
	background: url(/custom/themes/default/images/tab-on.gif) no-repeat;
	}
	

	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		background-color:#096EAE;
	}
	

	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive
	{	
		text-decoration:underline;
		background: url(/custom/themes/default/images/tab-on.gif) no-repeat;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div	{	
		margin:0px;
		background-image: none;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a	
	{	
		color: #fff;
		background-color:#990100;
		background-image: none;
		width: 165px;
		margin-left: 3px;
		text-align:left;
		padding: 3px 5px 0 5px;
		font-size: 11px;
		border-bottom: 1px solid #fff;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		text-decoration:underline;
		background-color:#990100;
		background-image: none;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 div a:hover	
	{	
		text-decoration:underline;
		background-color:#990100;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 5px 5px 5px;
		color:#112747;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:2px;
		margin:4px 5px 4px 5px;
		border-color:#A2A1AD;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent	
	{	
		/*background-image:url(/custom/themes/default/images/cssalt1_arrow_right_hover.gif);*/
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul .qmparent	
	{	
		/*background-image:url(/custom/themes/default/images/cssalt1_arrow_right.gif);*/
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a.qmparent	
	{	
		/*background-image:url(/custom/themes/default/images/cssalt1_arrow_down_hover.gif);*/
		text-decoration:underline;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 .qmparent	
	{	
		/*background-image:url(/custom/themes/default/images/cssalt1_arrow_down.gif);*/
		background-repeat:no-repeat;
		background-position:97% 50%;
	}




