.basictab a{
	color:black;
}

.basictab{
	padding: 3px 0;
	margin-left: 0;
	font-family:Myriad Pro, Tahoma, Arial, Verdana;
	font-size:10pt;
	border-bottom: 0px solid gray;
	list-style-type: none;
	margin-bottom: 0;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
	display: inline;
	margin: 0;
}

.basictab li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 2px;
	border-bottom: none;
/*	color: black;*/
}

.basictab li a:hover{
	background-color: #868891;
	color: white;
}

.basictab li.selected a{ /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	color: white;
}

.naoFixar{
	background-color:inherit;
	color:White;
}

.fixar a{
	background-color: #868891;
	color:White;
}

.fixar a:hover{
	color: black;
}

.fixar a:active{
	color:White;
}

.fixar a:visited{
	color:White;
}

/* SUBMENU */
.submeSemLink{
	padding: 2px 1px;
	border-top-width: 0;
	width: auto;
	display: none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	height:20px;
}

.submenustyle{
	background:#868891;
	padding: 2px 1px;
	border-top-width: 0;
	width: auto;
	display: none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	height:20px;
}

* html .submenustyle{ /*IE only width definition*/
	width: 100%;
}

.submenustyle a{
	font-family:Arial, Verdana;
	font-size:9pt;
	margin-top:8px;
	color:white;
	padding: 1px 5px;
	text-decoration: none;
}

.submenustyle a:hover{
	color:#df6d27;
}
