%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%



/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {
	position:relative;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #FFFFFF;
	height: 24px;
	background-image: url(../images/menuBG.jpg);
	text-align: left;
}.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:transparent;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
	color:#FFFFFF;
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 30px;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{
	background-color:#000000;
	color:#E0DC4B;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */

		background-color:#000000 !important;
		/*text-decoration:underline !important;*/
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-repeat:no-repeat;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
	padding:5px;
	margin-top:-1px;
	font-size: 11px;
	background-image: url(../images/alpha.png);
	background-repeat: repeat;	
	
	}


	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
	/*
	text-decoration:underline;
	color:#FFFFFF;
	*/
	color:#E0DC4B
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */

		background-color:#ffffff !important;
		color:#000000 !important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
	background-image:url(../images/arrow_right.gif);
	background-position: right;
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		margin:2px 0px 2px 5px;
		padding-right:20px;
		/*padding:2px 10px 2px 5px;*/
	}
