body {background:url(http://galmar.com.br/img/Fundo_html.jpg) no-repeat center top;}

#base-menu {
	position: relative;
	height: 35px;
}
#menu{
	list-style: none;
	width: 750px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
	 #menu ul:after /*From IE 7 lack of compliance*/{
		clear: both;
		display: block;
		font: 1px/0px serif;
		content: ".";
		height: 0;
		visibility: hidden;
		}

	#menu > li {
		width: 106px;
		float: left;
		background: #ff6600;
		text-align: center;
		border-right: 1px solid #fff;
		height: 35px;
		line-height: 35px;
	}
		#menu > li.big-text {
			line-height: 18px;
		}
		#menu > li.last {
			background: #fff;
		}
			#menu > li.last a{
				color: #ff6600;
			}
		#menu > li:hover {
			background: #a34500;
		}
		#menu > li a{
			color: #fff;
			text-transform: uppercase;
			display: block;
			font-family: Verdana, Arial, sans-serif;
			font-size: 10px;
			font-weight: bold;
			text-decoration: none;
		}
	#menu > li:hover > ul{
		display:  block;
	}
	#menu > li ul{
		display:  none;
		padding: 7px 0 0 0;		
		list-style: none;
		background: #fff;
		border: 1px solid #fe6614; 
	}
		#menu > li li{
			height: 10px;
			line-height: normal;
			margin: 3px;
		}
			#menu > li li.big-text{
				height: 20px;
				line-height: 10px;
			}
		
		#menu > li li a{
			font-size: 8px;
			color: #fe6614;
			text-transform: none;
			text-align: left;
		}
