/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {visibility:hidden;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


/* Remove the comments bleow for vertical mains and change the false value to
   true in the qm_create function after the menus structure. */
/*.qmmc a {float:none}*/



	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 
		padding-left:10px;
		margin:0px 0px 0px 0px;
		z-index:10 !important;
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#444444;
		background-color:transparent;
		font-family:Arial;
		font-size:.75em;
		text-decoration:none;
		padding:3px 20px 3px 8px;
		margin:0 5px 0 0;		
	}
	#qm0 a#about, #qm0 a#community, #qm0 a#business, #qm0 a#investment, #qm0 a#resources  {
	width:120px;
	height:27px;
	padding:0;
	background-position:0 0;
	background-repeat:no-repeat;
	}
	#qm0 a#about:hover, #qm0 a#community:hover, #qm0 a#business:hover, #qm0 a#investment:hover, #qm0 a#resources:hover  {
	background-position:0 -57px!important;
	}
	
		#qm0 a#about {
		background-image:url(../images/btn-about.gif);
		}
		#qm0 a#community {
		background-image:url(../images/btn-community.gif);
		}
		#qm0 a#business {
		background-image:url(../images/btn-business.gif);
		}
		#qm0 a#investment {
		background-image:url(../images/btn-investment.gif);
		}
		#qm0 a#resources {
		background-image:url(../images/btn-resources.gif);
		}

	#qm0 a span{ 
	position:absolute;
	left:-9000px;
}



	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		color:#000000;
		background-color:#EFF4FA;
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{ 

		background-position:0 -57px!important;
	}



	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-repeat:no-repeat;
		background-position:95%;
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#efefef;
		padding:0;
		width:190px;
		border-right:2px solid #717171;
		border-bottom:2px solid #717171;
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		font-size:11px;
		line-height:1.3;
		color:#333333;
		width:160px;
		padding:5px 20px 5px 10px;
		margin:0;
		border:0;
		white-space:normal!important;		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
		background-color:#cdcdcd;
	}

	#qm0 div div
	{
		width:190px!important;
		margin:0 0 0 -10px;
	}

	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
		text-decoration:none;
		background-image:url(../images/arrow-on.gif);
		background-color:#cdcdcd;
		background-position:95%!important;
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{

		background-image:url(../images/arrow.gif);

	}
