/*!!!!!!!!!!! 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;width:auto;display:block;white-space:nowrap;position:relative;z-index:1;}
.qmmc div a, .qmmc ul a, .qmmc ul li {float:none; width:auto}
.qmsh div a {float:left; width:auto}
.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;width:auto;position:static;visibility:inherit;left:auto;}
.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}
.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}
.qmmc li a {float:none;width:auto}
.qmmc li:hover>ul{left:auto;}
#qm0 ul {top:100%;}
#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
	background-color:transparent;
	margin-top:1px;
	height:38px;
	width:978px;
	padding:1px 0 0 1px;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		color:#FDFEFE;
		font-family:Arial;
		font-size:12px;
		text-decoration:none;

	}

	#qm0 a i {position:absolute; left:-9999px;} 

/* FOR NAV1 */

	#qm0 a#one	{	
	width:77px; 
	height:36px;
	background:url(../images/nav_home.jpg) no-repeat left top;
	}
	
	#qm0 a:hover#one	{	
	width:77px;
	background:url(../images/nav_home.jpg) no-repeat 0 -36px;
	}
	
/* FOR NAV2 */

	#qm0 a#two	{	
	width:117px;
	height:36px;
	background:url(../images/nav_company-profile.jpg) no-repeat left top;
	}

	#qm0 a:hover#two	{	
	width:117px;
	background:url(../images/nav_company-profile.jpg) no-repeat 0 -36px;
	}


/* FOR NAV3 */

	#qm0 a#three	{	
	width:180px;
	height:36px;
	background:url(../images/nav_how-tech.jpg) no-repeat left top;
	}

	#qm0 a:hover#three	{	
	width:180px;
	background:url(../images/nav_how-tech.jpg) no-repeat 0 -36px;
	}
	
	
/* FOR NAV4 */

	#qm0 a#four	{	
	width:74px;
	height:36px;
	 background:url(../images/nav_products.jpg) no-repeat left top;
	}

	#qm0 a:hover#four	{	
	width:74px;
	background:url(../images/nav_products.jpg) no-repeat 0 -36px;
	}


/* FOR NAV5 */

	#qm0 a#five{	
	width:78px;
	height:36px;
	background:url(../images/nav_industries.jpg) no-repeat left top;
	}

	#qm0 a:hover#five	{	
	width:78px;
	background:url(../images/nav_industries.jpg)  no-repeat 0 -36px;
	}


/* FOR NAV6 */

	#qm0 a#six{	
	width:117px;
	height:36px;
	background:url(../images/nav_news-articles.jpg) no-repeat left top;
	}

	#qm0 a:hover#six	{	
	width:117px;
	background:url(../images/nav_news-articles.jpg)  no-repeat 0 -36px;
	}

/* FOR NAV7 */

	#qm0 a#seven{	
	width:87px;
	height:36px;
	background:url(../images/nav_contact.jpg) no-repeat left top;
	}

	#qm0 a:hover#seven	{	
	width:87px;
	background:url(../images/nav_contact.jpg) no-repeat 0 -36px;
	}

/* FOR NAV8 */	

	#qm0 a#eight{	
	width:120px;
	height:36px;
	 background:url(../images/nav_online-payments.jpg) no-repeat left top;
	}

	#qm0 a:hover#eight	{	
	width:120px;
	background:url(../images/nav_online-payments.jpg) no-repeat 0 -36px;
	}

/* FOR NAV9 */	

	#qm0 a#nine{	
	width:128px;
	height:36px;
	background:url(../images/nav_agent-enquiries.jpg) no-repeat left top;
	}

	#qm0 a:hover#nine	{	
	width:128px;
	background:url(../images/nav_agent-enquiries.jpg) no-repeat 0 -36px;
	}




	
	
	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:0;
		margin:0;
		background-color:#5b8acb;
		border:1px solid #214e9f;


	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:6px 40px 6px 15px;
		background-color:#5b8acb;
		color:#fff;
		font-weight:normal;
		line-height:16px;
				margin-top:0
	}

	#qm0 div a.on, #qm0 ul a.on	
	{	
		padding:6px 40px 6px 15px;
		background:#5b8acb url(../images/nav_arrow.gif) right no-repeat;
		background-position:97% 50%;
		color:#fff;
		font-weight:normal;
		line-height:16px;
				margin-top:0
	}

	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:#bbd4f3;
		color:#214e9f;
		background-image:none;
		text-decoration:none;
	}


	#qm0 div a:hover.on, #qm0 ul a:hover.on
	{	
		background-color:#bbd4f3;
		color:#214e9f;
		background-image:none;
		text-decoration:none;
	}

	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		background-color:#bbd4f3;
		background-image:none;
		text-decoration:underline;
	}



	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background:#bbd4f3 url(../images/nav_arrow.gif) right no-repeat;
		background-position:97% 50%;
		color:#214e9f;
	}


	/*"""""""" (SUB SUB) Container""""""""*/	
	#qm0 div, #qm0 ul ul	
	{	
		padding:0;
		margin:-2px 0 0 -1px;
		background-color:none;
		border:1px solid #214e9f;

	}

	
