/*!!!!!!!!!!! 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;
		text-align: left;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a	{
		color:#ffffff;
		font-family:Arial;
		font-size: 12px;
		font-weight: bold;
		text-decoration:none;
		padding-left: 5px;
		padding-right: 25px;
		background-image:url(../../../images/menu_div.gif);
		background-repeat:no-repeat;
		background-position:right; 
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover	{ 
		/*border-color:#333333;*/
		color:#fff;
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive	{ 
		/* Note: Add '!important' after each style */
		/*border-color:#333333 !important;*/
		color:#fff !important;
		text-decoration:underline !important;
		padding-left: 10px !important;
		padding-right: 38px !important;
		background-image:url(../../../images/template1_white_arrow.gif) !important;

	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent	{
		background-image:url(../../../images/template1_white_arrow.gif);
		background-repeat:no-repeat;
		padding-left: 10px !important;
		padding-right: 38px !important;
		background-position:96%;
		cursor:pointer;
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div {		
		background-color:#F1F8FF;
		padding:2px 2px 2px 2px;
		border-style:solid;
		border-width:1px 1px 1px 1px;
		border-color:#5E8ABD;		
		margin-top: 5px;
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a	{		
		font-size:12px;
		font-weight: none !important;
		text-decoration:none;
		color:#666;
		padding:3px 30px 3px 10px;
		border-bottom: 1px dotted #ddd;		
		background-image:url(../../../images/spacer.gif);
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover	{
		border-color:#666666;
		background-color:#ADBECD;
		color:#fff;
	}

	#qm0 div div	{
		margin:0px 0px 0px 3px;
	}

	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive	{
		/* Note: Add '!important' after each style */
		border-color:#666666 !important;
		background-color:#ADBECD !important;
		color:#fff !important;
		text-decoration:underline !important;
		background-image:url(../../../images/template1_black_arrow_right.gif) !important;
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 	{
		background-image:url(../../../images/template1_black_arrow_right.gif);

	}
