/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l0iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	text-decoration: underline; */
	padding: 4px;
	color: #3A5FCD;
}

/* directly modify the properties of individual items */
#e0_0o {
	background-color: ;
}
#e0_22i {
	color: ;
	font-weight: ;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #F5F5F5;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E8E8E8;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E8E8E8;
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #4F94CD;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #DCDCDC;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #4F94CD;
}
/*Menu home*/
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 9px Verdana;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border-top: solid white;
border-width: 2px 0;
background: black url(../imagens/blockdefault.jpg) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 6px 20px;
text-decoration: none;
border-right: 0px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../imagens/blockactive.jpg) center center repeat-x;
}

a:link {COLOR: #19295C; TEXT-DECORATION: none;}
a:visited {COLOR: #19295C; TEXT-DECORATION: none;}
a:hover {COLOR: #1F209F; TEXT-DECORATION:  ;}
a:active {COLOR: #19295C; TEXT-DECORATION: none;}

.tablecad {background: #F5F5F5;}

TD{
	COLOR: #000;
	FONT-FAMILY: arial, verdana, helvetica, sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}

INPUT.botao {

	BORDER-RIGHT: #999999 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: #999999 1px solid;
	COLOR: #000;
	BORDER-BOTTOM: #999999 1px solid;
	FONT-STYLE: normal;
	FONT-FAMILY: arial, verdana, helvetica, sans-serif;
	HEIGHT: 17px;
	BACKGROUND-COLOR: #EFECDE;
	TEXT-ALIGN: center; FONT-VARIANT: normal;

}
