/* 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:2px;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#ffffff;
		background-color:transparent;
				
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		text-decoration:none;
		padding:2px 6px;
		border-style:none;
		border-color:transparent;
		border-width:1px;
		font-weight: normal;
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		background-color:#FAA71B;
	
		color:#FFFFFF; 
		text-decoration:none;
	}




	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	 {
		background-color:#FAA71B !important; 
		color:#ffffff !important;
		text-decoration:none !important;
		background-image: none !important;
		cursor: hand;
	}

	
	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		_packground-image:url(../images/bg_nav_rollover2.png);
		
		_packground-repeat:no-repeat;
			
		
				
	}



	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#FEE5BA;
		color: #686868;
		filter:alpha(opacity=100); /* IE's opacity*/
		opacity: 100;
		padding:0px;
		border-bottom: solid 1px #FAA919;
		margin-top:0px;
		
		
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		background-color:#FDEDD0;
		filter:alpha(opacity=100); /* IE's opacity*/
		opacity: 100;
		color:#333333; 
		text-decoration:none;
	}


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

		color:#333333 !important; 
		text-decoration:none !important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(../images/nav_hoverstate.gif);
			
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		background-color:#FEE5BA;
		font-family:Arial;
		font-size:10px;
		width:105px;
		text-align:left;
		color: #686868;
		padding:3px 9px 3px 9px;
		border-top: solid 1px #FAA919;
		border-left: solid 1px #FAA919;
		border-right: solid 1px #FAA919;
		border-bottom: none 1px #FAA919;
	}