.menucolor {background-color:#252525; height:20px; padding: 2px 0px;}

/* Navigational Menu Rollovers */

.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:none;}
.qmmc {position:relative;}
.qmmc a {float:right;display:block;white-space:nowrap;}/*.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:#444444;
		background-color:transparent;
				
		font-family:Arial, Helvetica, sans-serif;/*Main not drop down controller*/
		font-size:13px;
		text-decoration:none;
		padding:2px 5px 1px 10px;
		border-style:none;
		border-color:transparent;
		border-width:1px;
		font-weight: bold;
		text-align:left;
		
	}


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




	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0____incliding_css .qmactive
	{ 
		/* Note: Add '!important' after each style */

		background-color:#919191 !important; 
		     filter:alpha(opacity=90) !important;  /* IE's opacity*/
		     opacity: 0.90 !important; 
		color:#7293b6 !important; 
		text-decoration:none !important;
	}
	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */

		background-color:transparent !important; 
		    
		color:#444444 !important; 
		text-decoration:none !important;
	}

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



	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#e8e8e8; /*#dc7500*/
		color: #FFFFFF;
		filter:alpha(opacity=100); /* IE's opacity*/
		opacity: 100;
		padding-top: 5px; /*space between top and where the links start*/
		border-bottom: solid 1px #c5c5c5;
		border-top: none 1px transparent;
		border-left: solid 1px #c5c5c5;
		border-right: solid 1px #c5c5c5;
		margin-top:4px; /*space between top and where the borders start*/
		
		/*background-image:url(../images/bg_nav_rollover2.png) !important;*/
		
		
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		background-color: #e8e8e8;/*highlighted color*/
		filter:alpha(opacity=100); /* IE's opacity*/
		opacity: 100;
		color:#0091c7;/*highlighted Text color*/ 
		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 
	{
		background-image:url(../images/nav_hoverstate.gif);
			
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		background-color:#e8e8e8;/*background color of drop down menu*/
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		width:125px;/*this controls the width of the drop down menu
		text-align:left;
		color: #444444;/*drop down text color*/
		padding:3px 12px 3px 9px;
		/*border-top: solid 1px #c3acac;/*these control the underline for each link in the drop down menu
		border-left: solid 0px #c3acac;
		border-right: solid 0px #c3acac;
		/*border-bottom: solid 0px #c3acac;*/
	}
