.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;}/*change back to 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:#FFFFFF;
		background-color:transparent;				
		font-family:Arial, Helvetica, sans-serif;/*Main not drop down controller*/
		font-size:11px;
		text-decoration:none;
		padding:2px 10px 1px 10px;
		border-style:none;
		border-color:transparent;
		border-width:1px;
		font-weight:normal;
		text-align:left;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright:10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius:10px; 
		-webkit-border-bottom-left-radius:10px; 
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		background-color:transparent;
		color:#003d69; /*color of text on drop down menu when hovering over and there is no drop down menu! */
		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:#003d69 !important; /* Color of page that is Active and hover color of main items */
		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
	{
		color: #FFFFFF;
		filter:alpha(opacity=100); /* IE's opacity*/
		opacity: 100;
		border-bottom-style:outset;
		border-top: none 1px transparent;
		border-right: none 1px transparent;
		border-left: none 1px transparent;
		border-bottom: none 1px transparent;		
		padding:4px 0px 0px 10px; /*Controlls the position of the drop down */
		
		
	}

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

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

		color:#000000 !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:#FF6600;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		width:115px;
		text-align:left;
		color: #FFFFFF;/*drop down text color*/
		padding:3px 9px 3px 9px;

	}
