

/*propriedades do menu em csss com js*/
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}
.qmmc {/*vertical-align:middle;*/
	position:relative;
	clear:both;
	margin:auto;
	display:block;
	
	
	
	
/*position:absolute; */}
.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:#000000;
		/*background:url(imgs/menu.gif);*/
	display:block;
	/*width:370px;
	height:53px;*/
	position:relative;
	clear:both;
	margin:auto;
	left:130px;
	
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color: #262C2A;/* cor das letras*/
		
		font-family:Arial;
		font-size:.8em;
		text-decoration:none;
		padding:5px 40px 5px 8px;
		border-style:solid;
		border-color:#666666;/*borda do menu*/
		border-width:1px;
	
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		background-color:#999999;/*cor mouserhover sem link*/
		color:#FFFFFF;
	}


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

		background-color:#999999!important;
		text-decoration:none !important;
	}


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


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#999999;/*cor do container do submenu*/
		padding:5px;
		border-style:solid;
		border-width:1px;
		border-color:#333333;/*cor da borda do submenu*/
		margin-top:-1px;
		
	}

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


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

		background-color:#999999 !important;/*cor do submenu com submenu*/
	}


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


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		background-color:#999999; /*cor dos links do submenu*/
		padding:2px 40px 2px 5px;
		border-width:0px;
		border-style:none;
		border-color:#999999;
	}
	#index{
		background-image:url(images/oc_logo.gif);
		background-repeat:no-repeat;
		background-position:95%;
	}
 
 
 
 
 
 