/* 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: transparent;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
	color:#fff;
/*
	background-color:#e0e4f0;
*/
	text-decoration:none;
	padding:0px 12px 3px 14px;
	text-align:left;
	font: 0.8em Geneva, Arial, Helvetica, sans-serif;
	border-right: 1px solid #ffffff;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{	
/*
	background-color:#e0e4f0;
*/	
	color: #009AE4;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{ 
/*
		background-color:#e0e4f0;
*/
		text-decoration:none;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-image:url(images/arrow_down.gif);
		background-repeat:no-repeat;
		background-position:95%;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
	
		background-color:#999;
		
/*
		opacity:0.7;filter:alpha(opacity=70);
*/		
		
		padding:5px;
		border-style:solid;
		border-width:1px;
		border-color:#cccccc;
		margin-top:0px;
		
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
		background-color:#ffffff;
	}


	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
/*	
	background-color:#ebebeb;
	color: #575757;	
*/	
	color: #000;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(images/arrow_right.gif);	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{
	color: #000;
	background-color:#e0e4f0;
/*	opacity:1.0; filter:alpha(opacity=100);*/
	padding:4px 40px 4px 7px;
	border-width:0px;
	border-style:none;
	border-color:#000000;
	}



