/* CSS Document */
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.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 {visibility:hidden;position:absolute;}


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


	/* 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:#FAD778;
	width: 896px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AB8F5F;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AB8F5F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AB8F5F;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AB8F5F;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
	color:#990033;
	background-color:#FAD778;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	text-decoration:none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AB8F5F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AB8F5F;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-style: solid;
    border-top-color: #FFFFFF;
	border-top-width: 1px;
	width: 112px;
	}


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


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

		background-color:#FFFFFF!important;
		text-decoration:none !important;
		background-image:url(arrow_down_hvr.gif);
	    background-repeat:no-repeat;
	    background-position:95%;
	}


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


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
	background-color:#EEEEE5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AB8F5F;
	border-left-color: #AB8F5F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AB8F5F;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 165px;*/
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
		color: #330011;
		background:#FFFFFF	
		background-image:url(arrow_right_hvr.gif);
	    background-repeat:no-repeat;
	    background-position:95%;
	}

	}


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

		background-color:#ffffff !important;
	}


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


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{
	background-color:#EEEEE5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCA0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCA0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 150px;
	font-size: .9em;
	font-weight: normal;
	}
