.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}

/*!!!!!!!!!!! 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
	{ 
		padding-left:0px;
		margin:0px 0px 0px 0px;
		z-index:10 !important;
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
border: solid 1px #dcaa3b;
padding-top: 6px;
width: 135px;
height: 24px;
text-align: center;
font-family: verdana;
font-size: 12px;
background: #ffcc66;
margin: 2px 1px 2px 1px;
float: left;
font-style: italic;	
color: #ffffff;
	}

	#qm0 a span{ 
}



/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover
{ 
	/*border-color:#333333;*/

	color:#ffffff;
	background-color:#808080;
	text-decoration:none;
}


/*"""""""" (MAIN) Active State """"""""*/	
body #qm0 .qmactive, body #qm0 .qmactive:hover
{ 

	/*color:#000000;
	background-color:#EFF4FA;
	text-decoration:underline;*/
	background-position:0 -47px!important;
}


/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent
{
	/*background-image:url(../images/bullet_white_down.gif);*/
	background-repeat:no-repeat;
	background-position:93%;
}




/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
	margin-top: 3px;
	padding:0;
	width:135px;
	color: #ffffff;
}


/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{		
	font-family: verdana;
	font-size:11px;
	color:#ffffff;
	width:135px;
	margin:0;
	border:0;
	border-bottom:1px solid #dcaa3b;
	border-right:1px solid #dcaa3b;
	border-left:1px solid #dcaa3b;
	white-space:normal!important;		
}

/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
	text-decoration:none;
	background-color:#808080;
}

#qm0 div div
{
	width:190px!important;
	margin:0 0 0 -10px;
}

#qm0 div#emergency_sub div
{
	margin-left: -374px;
}

/*""""""""[SUB] Active State """"""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
	text-decoration:none;
	background-image:url(../images/arrow-on.gif);
	background-color:#cdcdcd;
	background-position:93%!important;

}


/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent 
{

	background-image:url(../images/arrow.gif);

}
