/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.lmmc .lmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.lmmc .lmdividery{float:left;width:0px;}.lmmc .lmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.lmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.lmmc {position:relative;zoom:1;z-index:10;}.lmmc a, .lmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.lmmc div a, .lmmc ul a, .lmmc ul li {float:none;}.lmsh div a {float:left;}.lmmc div{visibility:hidden;position:absolute;}.lmmc .lmcbox{cursor:default;display:block;position:relative;z-index:1;}.lmmc .lmcbox a{display:inline;}.lmmc .lmcbox div{float:none;position:static;visibility:inherit;left:auto;}.lmmc li {z-index:auto;}.lmmc ul {left:-10000px;position:absolute;z-index:10;}.lmmc, .lmmc ul {list-style:none;padding:0px;margin:0px;}.lmmc li a {float:none;}.lmmc li:hover>ul{left:auto;}#lm1 li {float:none;}#lm1 li:hover>ul{top:0px;left:100%;}


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


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#lm1	
	{	
		width:190px;
		padding:10px 0px;
		background-color:transparent;
		border-width:0px;
		border-style:solid;
		border-color:#494949;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#lm1 a	
	{	
		padding:5px 40px 5px 8px;
		color:#FFFFFF;
		font-family:Arial;
		font-size:11px;
		text-decoration:none;
		border-bottom:1px solid #4b4341;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#lm1 a:hover	
	{	
		text-decoration:underline;
		color:#960A0D;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#lm1 li:hover>a	
	{	
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #lm1 .lmactive, body #lm1 .lmactive:hover	
	{	
		text-decoration:underline;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#lm1 div, #lm1 ul	
	{	
		width:auto;
		padding:8px;
		margin:0px 0px 0px -1px;
		background-image:url(images/sub_content_bg.png);
		border-style:none;
		border-color:transparent;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#lm1 div a, #lm1 ul a	
	{	
		padding:2px 10px 2px 5px;
		background-color:transparent;
		color:#E4E4E4;
		font-size:11px;
		border-width:0px;
		border-style:none;

	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#lm1 div a:hover	
	{	
		text-decoration:underline;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#lm1 ul li:hover>a	
	{	
		text-decoration:underline;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #lm1 div .lmactive, body #lm1 div .lmactive:hover	
	{	
		background-color:#E4E4E4;
		color:#333333;
		text-decoration:none;
	}


	/*"""""""" Individual Titles""""""""*/	
	#lm1 .lmtitle	
	{	
		margin:2px 5px 4px;
		color:#111111;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#lm1 .lmdividerx	
	{	
		border-top-width:1px;
		margin:5px 4px;
		border-color:#A9A9A9;
	}


	/*"""""""" Custom Rule""""""""*/	
	div#lm1 div div	
	{	
		margin:0px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#lm1 ul ul	
	{	
		margin:0px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#lm1 ul	
	{	
		margin:0px;
		background-color:#757575;
		border-width:1px;
		border-style:solid;
		border-color:#333333;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#lm1 ul li:hover > a.lmparent	
	{	
		background-image:url("lmimages/arrow_10.gif");
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#lm1 ul .lmparent	
	{	
		background-image:url("lmimages/arrow_10.gif");
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#lm1 .lmparent	
	{	
		background-image:url("lmimages/arrow_5.gif");
		background-repeat:no-repeat;
		background-position:92% 55%;
	}

	ul#lm1 .lmparent:hover	
	{	
		background-image:url("lmimages/arrow_10.gif");
		background-repeat:no-repeat;
		background-position:92% 55%;
	}

