@charset "UTF-8";
/* CSS Document */
*{padding:0; margin:0;}
body{
	background: #ededed;
	margin:0;
	padding:0;
	}

#menu_wrap{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding:0; 
	padding-right:0px;
	width:990px;
	height:100px;
	list-style-type:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
	box-shadow:0 1px 3px rgba(0,0,0,.2)
	}

.button a{
	cursor:pointer;
	text-align:center;
	font:14px/100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	position:relative;
	min-width:50px;
	height:20px;
	float:left;
	padding:10px;
	padding-top:40px;
	padding-bottom:28px;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(0,0,0,.3)
	}
.button1 a{
	position:relative;
	float:left;
	margin-left:10px;
	margin-right:20px;
	}

.button:first-child a{
	-webkit-border-top-left-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-topleft-radius:0px;
	-moz-border-bottomleft-radius:0px;
	border-top-left-radius:0;
	border-bottom-left-radius:0px
	}

.Gray,.Gray .button a{
	color:#e9e9e9;
	background: #262626;
	}

.Gray .button a:hover,.Gray .button a:focus{
color:#a6ba27;
	}
	
.Gray .button a:active{
	text-shadow: 0 0 0.3em #FFF, 0 0 0.3em #a6ba27;

	}
	
ul#menu {
background:#262626; 
margin:0;
padding:0;
list-style-type:none;
}

.LINHA{
border-left:1.5px solid #999;
width:100px;}

ul#menu li a:link, ul#menu li a:visited {
display:block;
height:1%;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFF;
padding-left:5px;
padding-bottom:8px;
padding-top:10px;
width:110px;
}
ul#menu li a:hover {
color:#a6ba27;
}

