/* ------------------------ */
/* --- ENTRADAS DO MENU --- */
/* ------------------------ */

#menu {
	width:100%;
	background:url(../imagens/bg_menu.jpg) repeat-x;
	height:63px; /*27*/

	}
	.menu_center{
		width:942px;
		margin:0 auto;
		}
	#menu * {
		line-height:0;
		font-size:0;
	}

#menu ul {
	padding:6px 0 0 0;

	}

#menu ul li {
	float:left;
	list-style-type:none;
	display:inline-block;
	/*display:inline;*/
	
}
	#menu ul li.admin{
	}

	#menu ul li a{
		height:40px;
		font-size:11px;
		text-decoration:none;
		color:#51504e;
		text-transform:none;
		float:left;
		line-height:20px;
		text-align:center;
		padding:6px 12px;
		background:url(../imagens/divisor_menu.jpg) no-repeat right center;
		
		
	}
	.last{
		background:none !important;
		margin:0 !important;}

	#menu ul li a:hover {
		color:#000;
		text-decoration:none;
	}



/* Adjusting the margins, paddings and no list styles */
	.navigation  {
		margin:0; 
		padding:0; 
		list-style:none;
	}	
	
	/* Little tricking with positions */
	.navigation  li {
		float:left;			/* Show list items inline */
		position:relative; 
	}		
	/* Playing with Main Categories */
	.navigation  li a {
		display:block;  	/* Making sure a element covers whole li area */
		text-decoration:none; /* No underline */
		text-align:center; 
		text-transform:uppercase;
	}

	.navigation  li a:hover {
		color:#F2861D;
	}
		
	/* Sub Cat Menu stuff*/
	.navigation  ul {
		                    /*inset | horiz | vert | blur | spread | color
		-webkit-box-shadow:  0px 1px 1px 0px #000;
        box-shadow:          0px 1px 1px 0px #000;	
		*/
		position:absolute; 
		left:0; 
		top:52px;
		z-index:99999;
		display:none; /* Hide it by default */
		
		padding:0 0 10px 0; 
		list-style:none;
		border-bottom:1px solid #ccc;
		
		width:140px;
		
		background: rgb(222,222,222); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(222,222,222,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,222,222,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(222,222,222,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	}
		
	.navigation  ul li {
		float:left; 
		width:100%;
		border:none;
		border-bottom:1px solid #CCCCCC;

		padding:5px 0;
		display:block;
		
	
	}
	.navigation  ul li:hover{
		background-color:#EEEEEE;}
		
	/* Sub Cat menu link properties */
	.navigation  ul a {
		height:auto !important;
		display:block;    	/* Making sure a element covers whole li area */
		background:none !important;
		line-height:14px !important;
		font-size:11px !important;
		padding:8px 7px 10px 7px; 
		color:#fff;
		text-decoration:none;	
		border-top:none;
		width:110px;
	
		
	
		
	}
		
	.navigation  ul a:hover {
		color:#F2861D;
	}