/*!!!!!!!!!!! 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;}.qmmc li {z-index:auto; margin:0;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}

#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}
#qm1 ul {top:100%;}#qm1 ul li:hover>ul{top:0px;left:100%;}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

	/* QuickMenu 0 */
	/*"""""""" (MAIN) Container""""""""*/	
	#qm0 {	
		width:auto;
		float:right;
		z-index:1000 !important;
		/*height:27px;*/
	}
	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a {	
		padding:0 12px;
		background:url(../../images/public/top_menu_bg.png) left top repeat-x;
		color:#298CC7;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;
		line-height:2.2em;
		height:27px;
	}
	#qm0 a.home { background:url(../../images/public/top_menu_bg_left.png) left top no-repeat; padding-left:14px; }
	#qm0 a.home img { position:relative; top:6px; }
	
	#qm0 a.last { background:url(../../images/public/top_menu_sep2.png) left top no-repeat; padding-left:1px; padding-right:0; }
	#qm0 a.last .lang { background:url(../../images/public/top_menu_bg_right.png) right top no-repeat; padding-right:14px; padding-left:9px; display:block; }
	#qm0 a.last .lang span { display:block; background:url(../../images/public/lang_switch_icon.png) left center no-repeat; padding-left:17px; }
	/*#qm0 a.lang img { position:relative; top:6px; }*/
	
	#qm0 a.qmparent { padding-left:25px; }	
	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover {	
		background-position:left -27px;
	}
	#qm0 a.last:hover .lang { background-position:right -27px; }
	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	{
		background-position:left -27px;
	}
	#qm0 li:hover>a.last .lang { background-position:right -27px; }
	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover {	
		background-position:left -27px;
	}
	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul {	
		padding:0 0 6px 0;
		margin:-1px 0 0 0;
		background-color:transparent;
	}
	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a {
		padding:2px 20px 2px 10px;
		background:none;
		font-weight:normal;
	}
	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover {
		color:#298CC7;
		background-color:#fff;
		border:1px solid #A4DEF7;
		border-left:none;
		border-right:none;
		padding:1px 20px 1px 10px;
	}
	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a { color:#66B006; }
	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover {	
		background-color:#E4E4E4;
		color:#333333;
	}
	/*"""""""" Custom Rule""""""""*/	
	div#qm0 div div {	
		margin:0;
	}
	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul ul {	
		margin:0;
	}
	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul {	
		margin:0;
		background-color:#fff;
	}
	

	/* QuickMenu 1 */
	/*"""""""" (MAIN) Container""""""""*/	
	#qm1 {
		float:left;
	}
	/*"""""""" (MAIN) Items""""""""*/	
	#qm1 a {
		height:44px;
		margin:0 5px;
		cursor:pointer;
	}
		#qm1 a strong {
			background:url(../../images/public/main_menu_bg.png) center top no-repeat;
			float:left;
			height:44px;
			font-size:13px;
			color:#258fc5;
			line-height:2.8em;
			font-weight:normal;
		}
		#qm1 a .left, #main_menu a .right {
			float:left;
			background-image:url(../../images/public/main_menu_bg.png);
			background-repeat:no-repeat;
			width:12px;
			height:44px;
		}
		#qm1 a .left { background-position:left top; }
		#qm1 a .right { background-position:right top; }
		#qm1 div a.qmparent, #qm1 ul a.qmparent {
			background:url(../../images/public/arrow_right.png) 90% center no-repeat;
		}
		#qm1 a.on .left { background-position:left -44px; }
		#qm1 a.on .right { background-position:right -44px; }
		#qm1 a.qmparent.on strong { background-position:center -88px; }
	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm1 a:hover .left { background-position:left -44px; }
	#qm1 a:hover .right { background-position:right -44px; }
	#qm1 a:hover strong { background-position:center -44px; }
	#qm1 a.qmparent:hover strong { background-position:center -88px; }
	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm1 li:hover>a .left { background-position:left -44px; }
	#qm1 li:hover>a .right { background-position:right -44px; }
	#qm1 li:hover>a strong { background-position:center -44px; }
	#qm1 li:hover>a.qmparent strong { background-position:center -88px; }
	/*"""""""" (MAIN) Parent Items""""""""*/	
	#qm1 .qmparent {}
	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm1 .qmactive .left, body #qm1 .qmactive:hover .left { background-position:left -44px; }
	body #qm1 .qmactive .right, body #qm1 .qmactive:hover .right { background-position:right -44px; }
	body #qm1 .qmactive strong, body #qm1 .qmactive:hover strong  { background-position:center -44px; }
	body #qm1 .qmactive.qmparent strong, body #qm1 .qmactive.qmparent strong { background-position:center -88px; }
	body #qm1 .qmactive, body #qm1 .qmactive:hover	
	{	
		color:#66B006;
	}
	/*"""""""" (SUB) Container""""""""*/	
	#qm1 div, #qm1 ul	
	{	
		padding:5px;
		margin:2px 0px 0px -6px;
	}
		#qm1 div div, #qm1 ul ul { margin-top:0; }
	/*"""""""" (SUB) Items""""""""*/	
	#qm1 div a, #qm1 ul a	
	{	
		padding:10px 15px 10px 5px;
		background-color:transparent;
		color:#258FC5;
		font-size:11px;
		height:auto;
	}
	/*"""""""" (SUB) Hover State""""""""*/	
	#qm1 div a:hover { color:#66B006; }
	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm1 ul li:hover>a { color:#66B006; }
	/*"""""""" Custom Rule""""""""*/	
	ul#qm1 ul {	background-color:#fff; }
