/*!!!!!!!!!!! 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
	{ 
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		width: 921px;
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#F8F8F8;
		background-color:transparent;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-decoration:none;
		padding:0px 13px 0px 13px;
		border-width:0px 0px 0px 0px;
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		/*border-color:#333333;*/
		color:#000000;
		
		/*text-decoration:underline;*/
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		color:#000000 !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-repeat:no-repeat;
		background-position:97%;
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		width: 128px;
		margin-top: 18px;
		background-color:#ECECEC;
		padding:0px 0px 0px 0px;
		border-style:solid;
		border-width:0px 0px 0px 0px;
		border-color:#000000;
		
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		color:#000000;
		border-width:0px 0px 0px 0px;
		padding-left: 10px;
		padding-bottom: 2px;
		padding-top: 2px;
		/*padding:4px 15px 7px 15px;*/
		
		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{

		color:#FFFFFF;
		background-color:#BE0707;
		text-decoration: none;
	}

	

	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
		color:#000000 !important;
		text-decoration:underline !important;
		
	}


