

/*!!!!!!!!!!! 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
	{
		margin:0;
		padding:0;
		width:131px;
		height:40px;
		background-color:#069;
		color:#FFF;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
	}
	
	#qm0 a.selected{background-image:url(../img/px_azul2.gif);}
	
	#qm0 a.selected2{background-image:url(../img/px_azul2.gif);width:132px;}
	
	#qm0 a.width2{width:132px;}
	
		/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		background-image:url(../img/px_azul2.gif)!important;
	}


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

		background-image:url(../img/px_azul2.gif)!important;
		/*text-decoration:underline !important;*/
	}


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


	#qm0 span
	{ 
		position:relative;
		top:20px;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		width:131px;
		background-color:#069;
		padding:0;
		margin-top:-1px;
		text-align:left;
		
	}
	
	
	#qm0 div.width2{width:132px;}
	
		#qm0 div a
	{
		display:block;
		width:124px;
		height:30px;
		text-align:left;
		padding-left: 5px;
		padding-top: 5px;
		
	}
	
		#qm0 div a.width2{width:125px;}



	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		
		background-image:none;
		background-color:#069;
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
		background-image:url(../img/px_azul2.gif)!important;
		
		/*background-color:#ffffff !important*/
	}


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


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		/*background-color:#eeeeee;
		padding:2px 40px 2px 5px;
		background-image:url(../img/px_azul2.gif);*/
		text-algin:left;
		heignt:30px;
	}
	
	#qm0 div a:hover
	{		
		/*background-color:#eeeeee;
		padding:2px 40px 2px 5px;*/
		background-image:none;
		background-color:#069;
	}
