@charset "iso-8859-1";
/* CSS Document */

/* =========== Menu Horizontal ============== */

#tabs {
/*	width:100%; */
	font-size:0.65em;
	line-height:normal;
}

#tabs ul {
	margin:0;
	padding:5px 10px 0 0px;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float:left;
	background:url(../images/bt150x39azeL.png) no-repeat left top;
	margin:0;
	padding:0 0 0 14px;
	text-decoration:none;
}

#tabs a span {
	float:left;
	display:block;
	background:url(../images/bt150x39aze.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}

#tabs a.active {
	background:url(../images/bt150x39czL.png) no-repeat left top;
}
#tabs a.active span {
	background:url(../images/bt150x39cz.png) no-repeat right top;
	color:#00C;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background:url(../images/bt150x39azcL.png) no-repeat left top;
	}

#tabs a:hover span {
	background:url(../images/bt150x39azc.png) no-repeat right top;
	color:#00C;
	}


/* =========== Menu Vertical ============== */

#menuv {
	float:left;
	width:150px;
/*	background:#efefef; */
	font-size:65%;
	line-height:normal;
/*	border-bottom:1px solid #00C; */
}

#menuv ul {
	margin:0;
	padding:2px 0px 0 0px;
	list-style:none;
}

#menuv li {
	display:block;
	margin:0;
	padding:0;
	height:39px;
	width:150px;
}

#menuv a {
	height:32px;
	width:120px;
	display:block;
	background:url(../images/bt150x39aze.png) no-repeat left top;
	margin:0;
	padding:7px 15px 2px 15px;
	text-decoration:none;
	text-align:left;
	color:#FFF;
}


#menuv a.active {
	background:url(../images/bt150x39cz.png) no-repeat left top;
	color:#00C;
}

#menuv a:hover {
	background:url(../images/bt150x39azc.png) no-repeat left top;
	color:#00C;
	}



/* =========== Classes de Menus ============== */

.menu_esq {
	width:150px;
	margin-left:10px;
}
.menu_esq a {
	display:block;
	width:150px;
	height:34px;
	padding-top:5px;
	padding-left:0px;

	text-decoration:none;
	background:transparent url(../images/bt150x39aze.png) top left no-repeat;
	color:#CFF;
	text-align:center;
	font-size:0.8em;
}
.menu_esq a:hover {
	width:150px;
	height:34px;
	padding-top:5px;

	text-decoration:none;
	background:transparent url(../images/bt150x39azc.png) top left no-repeat;
	color:#00C;
	text-align:center;
}
.menu_esq a.active{
	width:150px;
	height:39px;
	padding-top:5px;

	text-decoration:none;
	background:transparent url(../images/bt150x39cz.png) top left no-repeat;
	color:#00C;
	text-align:center;
}
