/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:10;
	padding:0;
}

	#menu{
		
		font:10px Tahoma, Arial, Helvetica, sans-serif;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				margin:0 1px;
				width:105px;
				text-align:center;
			
				
				
				}
			/*NORMAL*/
				#menu li a{
					display:block;
					float:left;
					color:#000000;
					font-size:10px;
					font-weight:normal;
					text-decoration:none;	
					padding:0px 12px;
					background:url(images/barra.jpg) no-repeat;
					outline:none;
								
									
				}
				
				/*HOVER E ATIVO*/
					#menu li a:hover{
						color:#000000;
						background:url(images/barra.jpg) no-repeat;
						outline:none;
					}
				#menu li a.current{
					display:block;
					float:left;	
					background:url(images/barra.jpg) no-repeat;
					font-weight:bold;						
				    color:#000000;
					font-size:10px;
					text-decoration:none;
					padding:0px 12px;
					outline:none;							
				}
					#menu li a:hover.current{
						color:#000000; /*HOVER DO MENU ATIVO*/
						
					}



