/*
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #f4f4f4;
}

ul { list-style: none inside; }
p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
a img { border: none; }

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

a { 
	text-decoration: none; 
	outline: none;
	color: #335588;
	}
	a:hover {
		text-decoration: underline;
	}

		
#zone-bar {
	background: #bebfc1;
	min-height: 30px;
	padding: 5px 10px 0 10px;
	}
	#zone-bar ul {
		display: block;
		}
		#zone-bar ul li {
			height: 18px;
			padding: 5px 5px 0 5px;
			position: relative;
			float: left;
			margin-right: 10px;
			}
			#zone-bar ul li:hover {
				background: url(imagens/zonebar-navleft.png) center left no-repeat;
			}
			#zone-bar ul li a {
				display: block;
				float: left;
				height: 23px;
				position: relative;
				top: -5px;
				right: -5px;
				padding-right: 3px;
				color: #000;
				font-weight: bold;
				font-size: 1.1em;
				text-decoration: none;
				
				}
				#zone-bar ul li a:hover, #zone-bar ul li a.zoneCur {
					background: url(imagens/zonebar-navright.png) center right no-repeat;
				}
				#zone-bar ul li a span {
					position: relative;
					top: 6px;
				}
			#zone-bar ul li ul {
				display: none;
				position: absolute;
				top: 29px;
				left: 0px;
				width: 150px;
				border: 1px solid #ccc;
				background: #ccc;
				padding: 10px 0 0 0;
				}
				#zone-bar ul li ul li {
					float: none;
					padding: 0; margin: 0;
					height: 100%;
				}
				#zone-bar ul li ul li:hover {
					background: #bebfc1;
					}
					#zone-bar ul li ul li a {
						display: block;
						float: none;
						margin-left: -5px;
						padding: 5px 0 0 10px;
						width: 140px;
					}
					#zone-bar ul li ul li a:hover {
						background: #01b7cf;
					}
#main-content {
	background: white;
	padding: 16px;
}

#feature-content {
	margin-bottom: 18px;
	}
	#feature-left {
		width: 48%;
		float: left;
		padding-right: 15px;
		}
		#feature-left p {
			font-size: 1.2em;
			line-height: 1.5em;
			margin-top: 8px;
		}
	#feature-right {
		float: right;
		width: 49%;
		}
		#feature-right p {
			font-size: 1.2em;
			line-height: 1.5em;
		}
		.feature-mini {
			float: left;
			width: 46%;
			margin-right: 2%;
		}
		
#footer {
	background: #1b5790;
	padding: 5px;
	color: white;
	font-size: 12px;
	}
	#footer a {
		color: white;
	} */
	
	
*{padding:0; margin:0;}
#menu{position:relative;width:800px; margin:auto; height:22px;; background: url(../imagens/back_branco.gif) center repeat; border-top:2px solid #666; border-bottom:2px solid #666; z-index:2; }
#menu ul{ list-style:none; margin:0; padding:0;}
#menu ul li { position:relative; float:left;}

#menu ul li a{display:block; float:left;  color:#000; font:14px "Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration:none; border-left:2px solid #666; padding:2px 46px 2px 46px; }
#menu ul li.parent > a{background: transparent url('../imagens/seta_baixo_preta.gif') right no-repeat;}
#menu ul li.parent > a:hover{background: transparent url('../imagens/seta_baixo_branca.gif') right no-repeat; }
#menu ul.sub-menu1{ display:none; position:absolute;left:230px; top:0;}
#menu ul li a:last-child{ border-right:0; margin:0}
#menu ul li a:first-child{ border-left:1px solid #666; margin:0}
#menu ul li a:hover {background: url(../imagens/back_azul.gif) center repeat; color:#fff;}
#menu ul li ul{position:absolute; top:25px; left:0; display:block; border:1px solid #000; }
#menu ul li ul li a{ background:#bebfc1; color:#fff; width:135px; text-align:left; }
#menu ul li ul li.parent > a{background: transparent url('../imagens/seta_baixo_cinza.gif') right no-repeat;}
#menu ul li ul li.parent > a:hover{background: transparent url('../imagens/seta_lateral_branca.gif') right no-repeat;}
