

/*!!!!!!!!!!! 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:right;
	display:block;
	white-space:nowrap;
}
.qmmc div a
{
	float:none;
}
.qmmc div
{
	display:none;
	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
	{ 
		background-color:transparent;
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#482421;
		background-color:transparent;
		font-family:Verdana;
		font-size:10px;
		text-decoration:none;
		padding:2px 22px 2px 22px;
		
		
		border-style:solid;
		border-color:#BAABA6;
		border-width:1px;
		text-align:left;
	
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		color:#000000;
		background-color:#DCC8C1;
		font-family:Verdana;
		font-size:10px;
		text-decoration:none;
		padding:2px 22px 2px 22px;
		
		
		border-style:solid;
		border-color:#998680;
		border-width:1px;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */

		background-color:#FFE8EF !important;
		text-decoration:none !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-image:url(images/arrow_down.gif);
		background-repeat:no-repeat;
		background-position:95%;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#FFE8EF;
		padding:2px;
		border-style:solid;
		border-width:1px;
		border-color:#FF004E;
		margin-top:-1px;
		
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */

		background-color:#ffffff !important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(images/arrow_right.gif);	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		background-color:#FFE8EF;
		padding:2px 40px 2px 5px;
		border-width:1px;
		border-style:none;
		border-color:#000000;
	}
	
	
	
	
	
	
	
	
	
	/*"""""""" (MAIN) Items """"""""*/
	#3buttsa a
	{
		color:#482421;
		background-color:transparent;
		font-family:Verdana;
		font-size:.10px;
		text-decoration:none;
		padding:2px 10px 2px 10px;
		
		
		border-style:solid;
		border-color:#BAABA6;
		border-width:1px;
		text-align:left;
	
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#3buttsa a:hover
	{ 
		color:#000000;
		background-color:#DCC8C1;
		font-family:Verdana;
		font-size:.10px;
		text-decoration:none;
		padding:2px 10px 2px 10px;
		
		
		border-style:solid;
		border-color:#998680;
		border-width:1px;
	}


	/*"""""""" (MAIN) Active State """"""""*/