/* Navigational Menu Rollovers */

.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;}

	/* 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;
		
		/*new add*/
		margin-left:15px;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#FFFFFF;
		background-color:transparent;
				
		font-family: "Times New Roman", Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight: bold;
		text-decoration: none;
		padding: 3px 12px;
		border-style: none;
		border-color: transparent;
		border-width: 1px;
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		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 */

		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-image:url(../images/bg_subnav.gif) !important; 
		background-repeat:repeat-x !important;
		background-color:#fbe2a9;
		color: #000000;
		filter:alpha(opacity=100); /* IE's opacity*/
		opacity: 100;
		width:188px;
		padding:0px;
		border: solid 1px #dda045;
		text-align:left;
		
	}

	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		background-image:url(../images/bg_subnav1.gif) !important; 
		background-repeat:repeat-x !important;
		background-color:#fbe2a9;
		font-family: "Times New Roman", Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: normal;
		text-align:left;
		color: #000000;
		padding: 4px 2px 4px 14px;
	}	
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		background-image:url(../images/bg_subnav1_o.gif) !important; 
		background-repeat:repeat-x !important;
		background-color:#dda045;
		filter:alpha(opacity=100); /* IE's opacity*/
		opacity: 100;
		color:#FFFFFF; 
		text-decoration:none;
	}


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

		color:#FFFFFF !important; 
		text-decoration:none !important;
		background-repeat:no-repeat !important;
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
			
	}


