.menu {
	width:537px;
	height: 45px;
	display: block;
	position:absolute;
	left: 433px;
	top: 73px;
		}

		.menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		.menu ul li {
			/* itens */  
			float: left;
			overflow: hidden;
			position: relative;
			text-align: center;
			line-height: 45px;
		}

		.menu ul li a {
	/*relativo  */ 
			position: relative;
	display: block;
	width: 100px;
	height: 45px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
		}

		.menu ul li a span {
			/* posicionamento */
			position: absolute;
			left: 0;
			width: 100px;
		}

		.menu ul li a span.out {
			top: 0px;
		}

		.menu ul li a span.over,
		.menu ul li a span.bg {
			/* hide */  
			top: -45px;
		}

		/** 1st example **/

	
		#menu ul li a {
			color: #C2DEA3;
		}

		#menu ul li a span.over {
			color: #FFF;
		}

		#menu ul li span.bg {
			/* height of the menu items */  
			height: 45px;
			background: url('images/bg_over.png') center center no-repeat;
		}
		
    #menu li a.selecionado{
			/* height of the menu items */  
			height: 45px;
			background: url('images/bg_over.png') center center no-repeat;
			color:#FFFFFF;
			
					position: relative;
	display: block;
	width: 100px;
	height: 45px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
		}
		
