
/*!!!!!!!!!!! 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}*/

	form {
margin:0;
padding:0;
} 
	
	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 


			background-color:#dcdcdc;
		padding-left:10px;
		
		
		margin:0px 0px 0px 0px;
		z-index:10 !important;
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#222222;
		background-color:#dcdcdc;

		font-family:Tahoma;
		font-size: 8pt;
		text-decoration:none;
		padding:2px 25px 2px 2px;
		border-style:solid;
		
		border-width:0px 0px 0px 0px;
		border-color:#ff3300;
		text-align:left;

		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		border-color:#333333;
		color:#000080;
		text-decoration:underline;
		
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		
		
		background-color:#003366 !important;
		color:#FFCC00 !important;
		text-decoration:underline !important;
		
		
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{

		background-repeat:no-repeat;
		background-position:92%;
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#ffffff;
		padding:5px 5px 5px 0px;
		border-style:solid;
		border-width:1px 1px 1px 5px;
		border-color:#003366;
		margin-top:-1px;
		
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		font-size:.7em;
		color:#222222;
		border-width:0px;
		padding:1px 20px 1px 10px;
		text-align:left;
		
		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		color:#FFCC00;
		background-color:#003366;
		border-color:#75B1C2;
		text-decoration:underline;
	}

	

	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
		
		text-decoration:underline !important;
		background-image:url(images/s3_arrow.gif) !important;
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{

		background-image:url(images/s3_arrow.gif);

	}