		.botao_serv {
			-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
			-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
			box-shadow:inset 0px 1px 0px 0px #bbdaf7;
			background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
			background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
			background-color:#79bbff;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			border:1px solid #84bbf3;
			display:inline-block;
			color:#ffffff;
			font-family:arial;
			font-size:18px;
			font-weight:normal;
			padding:8px 24px;
			text-decoration:none;
			text-shadow:1px 1px 0px #528ecc;
			width: 162px;
		}.botao_serv:hover {
			background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
			background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
			background-color:#378de5;
		}.botao_serv:active {
			position:relative;
			top:1px;
		}
		.menu-superior ul {
			padding:0px;
			margin:10px;
			float: center;			
			width: 960;
			background-color:#EDEDED;
			list-style:none;
			font-size:18px;
			font-weight:bold;
		}
 
		.menu-superior ul li { display: inline; }
 
		.menu-superior ul li a {
			color: #6D6D6D;
			text-decoration: none;
			border-bottom:3px solid #EDEDED;
			padding: 2px 10px;
			margin-left: 10px;			
			float:center;
		}
 
		.menu-superior ul li a:hover {
			color: #C30;
			border-bottom:3px solid #C30;
			margin-left: 10px;
		}		
		/* This imageless css button was generated by CSSButtonGenerator.com */
