/* Navigational Menu Rollovers */

.qmclear {font-size:1px;height:0px;width:0px;clear:right;line-height:0px;display:block;}
.qmmc {position:relative;}
/*.qmmc a {float:left;display:block;white-space:nowrap;}*/
.qmmc a {float:left;display:block;white-space:normal;}
.qmmc div a {float:none;}
.qmmc div {display:none; position:absolute;}

	/* 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;
		font-family: Verdana, Arial, Helvetica;
		font-size:11px;
		font-weight: bold;
		
		/*new add*/
		margin-left:15px;
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#FFFFFF;
		background-color:transparent;
				
		font-family: Verdana, Arial, Helvetica;
		font-size:11px;
		font-weight: bold;
		text-decoration: none;
		padding: 3px 15px;
		border-style: none;
		border-color: transparent;
		border-width: 1px;
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		font-family: Verdana, Arial, Helvetica;
		font-size:11px;
		font-weight: bold;
		background-color:#DDB409;
		/* background-image:url(../images/bg_nav_o.gif) !important; */
		/* background-repeat:repeat-x !important; */
		  /*   filter:alpha(opacity=90) !important;  /* IE's opacity*/
		  /*   opacity: 0.90 !important; */
		color:#FFFFFF !important; 
		text-decoration:none !important;
	}




	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */

		font-family: Verdana, Arial, Helvetica;
		font-size:11px;
		font-weight: bold;
		background-color:#DDB409; /*DDB409;*/
		/* background-image:url(../images/bg_nav_o.gif) !important; */
		/* background-repeat:repeat-x !important; */
		   /*   filter:alpha(opacity=90) !important;  /* IE's opacity*/
		    /*  opacity: 0.90 !important; */
		color:#FFFFFF !important; 
		text-decoration:none !important;
	}

	
	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		
	}



	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#DDB409;
		color: #FFFFFF;
		filter:alpha(opacity=100); /* IE's opacity*/
		opacity: 100;
		/*padding: 1px;*/
		padding: 0px;
		/*background-image:url(../images/bg_nav_rollover2.png) !important;*/
		
		
	}

	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		font-family: Verdana, Arial, Helvetica;
		font-size:11px;
		font-weight: normal;
		width:130px;
		text-align:left;
		background-color:#DDB409;
		color: #FFFFFF;
		padding:2px 5px;
		margin-top:1px;
	}	
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		font-family: Verdana, Arial, Helvetica;
		font-size:11px;
		font-weight: normal;
		background-color:#827D00;
		color:#DDB409; 
		text-decoration:none;
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */

		font-family: Verdana, Arial, Helvetica !important; 
		font-size:11px !important; 
		font-weight: normal !important; 
		background-color:#DDB409 !important; 
		color:#DDB409 !important; 
		text-decoration:none !important; 
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		/*background-image:url(../images/nav_hoverstate.gif);*/
			background-color:#FCF6E6 ; 
	}


