

/*!!!!!!!!!!! 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 {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:#000000;
	background-color:#ffffff;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	border-style:none;
	border-width:0px;
}


/*"""""""" (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(/images/transparent.gif);
	background-repeat:no-repeat;
	background-position:95%;
}


/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
	background-color:#E2DBCB;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#A4997B;
	margin-top:4px;		
	
}


/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
	background-color:#F9F9F8 !important;
}


/*""""""""[SUB] Active State """"""""*/
#qm0 div .qmactive
{
	/* Note: Add '!important' after each style */

	text-decoration:none !important;
	background-color:#F9F9F8 !important;
	background-image:url(/images/blackarrow.gif) !important;	
}


/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent 
{
	background-image:url(/images/redarrow.gif);	
}


/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{		
	background-color:#E2DBCB;
	padding:2px 20px 2px 5px;
	border-width:0px;
	border-style:none;
	border-color:#A4997B;
}

/*"""""""" END OF MENU CODE """"""""*/

