/*Navigational Menu Color*/

.menucolor {background-color:#FFFFFF; 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:left;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:120px;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#FFFFFF;
		background-color:transparent;
				
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		text-decoration:none;
		padding:3px 4px 1px 12px;
		border-style:none;
		border-color:transparent;
		border-width:1px;		
	}


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




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

		background-color:transparent; !important;		    
		color:#e6c367; !important; /* Color of page that is Active and hover color of main items */
		text-decoration:none !important;
		background-image:url(../images/nav_background.jpg);
		background-repeat:no-repeat;
	}

	
	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{ }



	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#013366;
		opacity: 1; /*0.9*/
		padding: 0px; /*new*/
	
		margin:8px 6px 8px 6px;/*Controlls the position of the drop down */
		border:solid 1px #e6c367;
/*		border-top:solid 2px #0C3;*/
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		background-color:#e6c367; /*color of box around drop menu text */
		filter:alpha(opacity=100); /* IE's opacity*/
		opacity: 100;
		color:#013366; 
		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] Items """"""""*/
	#qm0 div a
	{		
		background-color:#013366;/*FC0*/
		font-family:Arial;
		font-size:11px;
		width:120px;
/*		height:120px;*/
		text-align:left;
		color: #FFFFFF;
		padding:4px 8px 4px 8px;
	/*	border-bottom:solid 1px #FC0;*/
	}