<style type="text/css">

.teste{}

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}
.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;
	        background-image: url("/site/public/file/skins/verde-claro/images/add-ons/drop_shadow/fundo_dropshadow.jpg");
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#000000;
		background-color:#ffffff;
		text-decoration:none;
		padding:5px;

		border-style:solid;
		border-color:#dddddd;    
		border-width:1px;
		border-top:0px;
		border-bottom:0px;
		border-left:0px;
		font-weight:bold;
	    background-image: url("/site/public/file/skins/verde-claro/images/add-ons/drop_shadow/fundo_dropshadow.jpg");

	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover{
          background-color:#111111;
          background-image: url("/site/public/file/skins/verde-claro/images/add-ons/drop_shadow/fundo_dropshadow_h.jpg");
          border-color:#D3DDE4;
	}


	/*"""""""" (MAIN) Active State """"""""*/
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{
		background-color:#efefef;
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		color:#000000;
		background-color:#ffffff;
		text-decoration:none;
		padding:5px;
		border-style:solid;
		border-color:#dddddd;
		border-width:1px;
		border-top:0px;
		border-bottom:0px;
		border-left:0px;		
	        background-image: url("/site/public/file/skins/verde-claro/images/add-ons/drop_shadow/fundo_dropshadow.jpg");
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#FFFFFF;
		padding:1px;
		border-style:solid;
		border-width:1px;
		border-color:#cccccc;
		margin-top:-1px;



	}


	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:underline;
	}


	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
		background-color:#ffffff;
	}


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


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{
		background-color:#eeeeee;
		padding:5px;
		border-width:0px;
		border-style:none;
		border-color:#000000;

	}


</style>
