/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.mmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}
.mmmc {position:relative;}
.mmmc a {float:left;display:block;white-space:nowrap;}
.mmmc div a {float:none;}
.mmmc div {visibility:hidden;position:absolute;}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

	/* Remove the comments bleow for vertical mains and change the false value to
           true in the mm_create function after the menus structure. */
	/*.mmmc a {float:none}*/


	/*"""""""" (MAIN) Container """"""""*/
	#mm0
	{ 
		background-color:transparent;
	}

	 /*"""""""" (MAIN) Items """"""""*/
	#mm0 a
	{
		color: White;
		background-color:#265fb6;
		font-family:Arial;
		font-size:1.1em;
		text-decoration:none;
		padding:5px 30px 5px 8px;
		border-style:solid;
		border-color:#dddddd;
		border-width:1px;
	
	}

	/*"""""""" (MAIN) Hover State """"""""*/
	#mm0 a:hover
	{ 
		color: Yellow;
		text-decoration:underline;
		background-color:Navy;
	}

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

      background-color:Navy !important;
		/*text-decoration:underline !important;*/
		color: Yellow !important;
		/*font-weight: bold !important;*/
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#mm0 .mmparent
	{
		background-image:url(../images/arrow_down.gif);
		background-repeat:no-repeat;
		background-position:95%;
	}

	/*"""""""" [SUB] Containers """"""""*/
	#mm0 div
	{
		background-color:#265fb6;
		padding:5px;
		border-style:solid;
		border-width:1px;
		border-color: White;
		margin-top:-1px;
		font-size:.9em;
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#mm0 div a:hover
	{
		text-decoration:underline;
		background-color:Navy;
	}


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

		background-color:Navy !important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#mm0 div .mmparent 
	{
		background-image:url(../images/arrow_right.gif);	
	}


	/*"""""""" [SUB] Items """"""""*/
	#mm0 div a
	{		
		background-color:#265fb6;
		padding:2px 40px 2px 5px;
		border-width:0px;
		border-style:none;
		border-color:#000000;
	}

