/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}
.qmmc A {float:none;display:block;white-space:nowrap;}
.qmmc div a {float:none;}
.qmmc div {visibility:hidden;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* Remove the comments below 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
	{ 
		background-color:transparent;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#ffffff;
		font:bold 14px arial;
		margin-left:20px;
		text-decoration:none;
		background:url(/img/bg/top-li.gif) no-repeat;
		padding:5px 40px 5px 8px;
	}
	a.now {
		background:url(/img/bg/top-li1.gif) !important;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
/*
		background-color:#efefef;
*/
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */
/*
		background-color:#efefef !important;
		text-decoration:underline !important;
*/
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
/*
		background-image:url(/img/arrow_down.gif);
		background-repeat:no-repeat;
		background-position:95%;
*/
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		padding: 0px;
		margin-left:-20px;
		
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		color:#ffffff !important;
		font:normal 12px arial !important;
		text-decoration:none !important;
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */

		color:#ffffff !important;
		font:normal 12px arial !important;
		text-decoration:none !important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(/img/arrow_right.gif);	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		background-color:#eeeeee;
		padding:2px 40px 2px 5px;
		border-width:0px;
		border-style:none;
		border-color:#000000;
	}

	#qm0 div a:hover
	{
		color:#ffffff !important;
		font:normal 12px arial !important;
		text-decoration:none !important;
		background:#670001 !important;
	}

	
	/*"""""""" (MAIN) Container """"""""*/
	#qm1
	{ 
		background-color:transparent;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm1 a
	{
		color:#ffffff !important;
		font:normal 12px arial !important;
		text-decoration:none !important;
		text-decoration:none;
		margin-left:20px;
		background:#9a0000 !important;
		padding:5px 40px 5px 8px;
		border-top:1px solid white;
		z-index: 1000 !important;
	}

	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 .qmactive
	{ 
		background:#9a0000 !important;
	}
	#qm0 div .qmactive
	{
		background:#9a0000 !important;
	}

	/*"""""""" [SUB] Parent Items """"""""*/
	#qm1 .qmactive
	{ 
		background:#670001 !important;
	}
	#qm1 div .qmactive
	{
		background:#670001 !important;
	}

	/*"""""""" (MAIN) Container """"""""*/
	#qm2
	{ 
		background-color:transparent;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm2 a
	{
		color:#ffffff !important;
		font:normal 12px arial !important;
		text-decoration:none !important;
		text-decoration:none;
		margin-left:20px;
		background:#9a0000 !important;
		padding:5px 40px 5px 8px;
	}