.topMenu1{
	/* Tamanho */
	height: 30px;
	width: 195px;
	
	/* Texto*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	text-indent: 20px;
	text-transform: uppercase;
		
	/* Fundo */
	background: url(../Images/1menuHover.gif) no-repeat top left;
}

.topMenu1Over{
	/* Tamanho */
	height: 30px;
	width: 195px;
	
	/* Texto*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	text-indent: 20px;
	text-transform: uppercase;
	 	
	/* cursor */
	cursor: hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
	
	/* Fundo */
	background: url(../Images/1menuHover2.gif) repeat-y top left;
}

.topMenu2{
	/* Tamanho */
	height: 30px;
	width: 195px;
	
	/* Texto*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	text-indent: 20px;
	text-transform: uppercase;
	 
	/* Fundo */
	background: url(../Images/2menuHover.gif) no-repeat top left;
}

.topMenu2Over{
	/* Tamanho */
	height: 30px;
	width: 195px;
	
	/* Texto*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	text-indent: 20px;
	text-transform: uppercase;
	 	
	/* cursor */
	cursor: hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
	
	/* Fundo */
	background: url(../Images/2menuHover2.gif) repeat-y top left;
}

.topMenu3{
	/* Tamanho */
	height: 30px;
	width: 195px;
	
	/* Texto*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	text-indent: 20px;
	text-transform: uppercase;
	 
	/* Fundo */
	background: url(../Images/3menuHover.gif) no-repeat top left;
}

.topMenu3Over{
	/* Tamanho */
	height: 30px;
	width: 195px;
	
	/* Texto*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	text-indent: 20px;
	text-transform: uppercase;
	 	
	/* cursor */
	cursor: hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
	
	/* Fundo */
	background: url(../Images/3menuHover2.gif) repeat-y top left;
}

.topMenu4{
	/* Tamanho */
	height: 30px;
	width: 195px;
	
	/* Texto*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	text-indent: 20px;
	text-transform: uppercase;
	 
	/* Fundo */
	background-color: #FFFFFF;
	background: url(../Images/4menuHover.gif) no-repeat top left;
}

.topMenu4Over{
	/* Tamanho */
	height: 30px;
	width: 195px;
		
	/* Texto*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	text-indent: 20px;
	text-transform: uppercase;
	 
	/* cursor */
	cursor: hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
	
	/* Fundo */
	background: url(../Images/4menuHover2.gif) repeat-y top left;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv1{
	position:absolute;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	line-height:30px; /*Altura dos elementos do submenu*/
	z-index:100;
		
	width: 195px; /*Largura dos elementos do submenu*/
	visibility: hidden;
}

.dropmenudiv1 a{
width: 100%;
display: block;

height: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
vertical-align: middle;
text-align: left;
text-decoration: none;
text-indent: 20px;
padding-top:8px;
text-transform: uppercase;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #FFFFFF;	

/* Cor de fundo com transparencia */
		background-color: #253A9C;
		/* para IE */
		filter:alpha(opacity=90);
		/* para Mozilla */
		opacity: 0.9;
		/* usando css3 */
		-moz-opacity:0.9;
}

.dropmenudiv1 a:hover{ /*Theme Change here*/
/* Cor de fundo com transparencia */
		background-color: #1e2e7d;
		/* para IE */
		filter:alpha(opacity=100);
		/* para Mozilla */
		opacity: 1;
		/* usando css3 */
		-moz-opacity:1;
}

.dropmenudiv2{
	position:absolute;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	line-height:30px; /*Altura dos elementos do submenu*/
	z-index:100;

		
	width: 195px; /*Largura dos elementos do submenu*/
	visibility: hidden;
}

.dropmenudiv2 a{
width: 100%;
display: block;

height: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
vertical-align: middle;
text-align: left;
text-decoration: none;
text-indent: 20px;
padding-top:8px;
text-transform: uppercase;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #FFFFFF;	

/* Cor de fundo com transparencia */
		background-color: #0076EC;
		/* para IE */
		filter:alpha(opacity=90);
		/* para Mozilla */
		opacity: 0.9;
		/* usando css3 */
		-moz-opacity:0.9;
}

.dropmenudiv2 a:hover{ /*Theme Change here*/
/* Cor de fundo com transparencia */
		background-color: #0066cc;
		/* para IE */
		filter:alpha(opacity=100);
		/* para Mozilla */
		opacity: 1;
		/* usando css3 */
		-moz-opacity:1;
}

.dropmenudiv3{
	position:absolute;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	line-height:30px; /*Altura dos elementos do submenu*/
	z-index:100;
		
	width: 195px; /*Largura dos elementos do submenu*/
	visibility: hidden;
}

.dropmenudiv3 a{
width: 100%;
display: block;

height: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
vertical-align: middle;
text-align: left;
text-decoration: none;
text-indent: 20px;
padding-top:8px;
text-transform: uppercase;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #FFFFFF;	

	/* Cor de fundo com transparencia */
		background-color: #2DABFF;
		/* para IE */
		filter:alpha(opacity=90);
		/* para Mozilla */
		opacity: 0.9;
		/* usando css3 */
		-moz-opacity:0.9;
}

.dropmenudiv3 a:hover{ /*Theme Change here*/
	/* Cor de fundo com transparencia */
		background-color: #0099ff;
		/* para IE */
		filter:alpha(opacity=100);
		/* para Mozilla */
		opacity: 1;
		/* usando css3 */
		-moz-opacity:1;
}

.dropmenudiv4{
	position:absolute;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	line-height:30px; /*Altura dos elementos do submenu*/
	z-index:100;
	
		
	width: 195px; /*Largura dos elementos do submenu*/
	visibility: hidden;
}

.dropmenudiv4 a{
width: 100%;
display: block;

height: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
vertical-align: middle;
text-align: left;
text-decoration: none;
text-indent: 20px;
padding-top:8px;
text-transform: uppercase;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #FFFFFF;	

/* Cor de fundo com transparencia */
		background-color: #99C1EA;
		/* para IE */
		filter:alpha(opacity=90);
		/* para Mozilla */
		opacity: 0.9;
		/* usando css3 */
		-moz-opacity:0.9;
}

.dropmenudiv4 a:hover{ /*Theme Change here*/
	/* Cor de fundo com transparencia */
		background-color: #7fb2e5;
		/* para IE */
		filter:alpha(opacity=100);
		/* para Mozilla */
		opacity: 1;
		/* usando css3 */
		-moz-opacity:1;
}

/* Mascaras */

#topMenu1Mask{
	height: 100px;
	width: 195px;
	top: 30px;
	left: 0px;
	position:absolute;
	z-index: 1;
}

#topMenu2Mask{
	height: 100px;
	width: 195px;
	top: 30px;
	left: 195px;
	position:absolute;
	z-index: 1;
}

#topMenu3Mask{
	height: 100px;
	width: 195px;
	top: 30px;
	left: 390px;
	position:absolute;
	z-index: 1;
}

#topMenu4Mask{
	height: 100px;
	width: 195px;
	top: 30px;
	left: 585px;
	position:absolute;
	z-index: 1;
}

.topMenu1MaskOut{
	/* Cor de fundo com transparencia */
		background-color: #1e2e7d;
		/* para IE */
		filter:alpha(opacity=0);
		/* para Mozilla */
		opacity: 0;
		/* usando css3 */
		-moz-opacity:0;
}

.topMenu1MaskOver{

	/* Cor de fundo com transparencia */
		background-color: #1e2e7d;
		/* para IE */
		filter:alpha(opacity=50);
		/* para Mozilla */
		opacity: 0.5;
		/* usando css3 */
		-moz-opacity:0.5;

	/* cursor */
	cursor: hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
}

.topMenu2MaskOut{
	/* Cor de fundo com transparencia */
		background-color: #0076EC;
		/* para IE */
		filter:alpha(opacity=0);
		/* para Mozilla */
		opacity: 0;
		/* usando css3 */
		-moz-opacity:0;
}

.topMenu2MaskOver{

	/* Cor de fundo com transparencia */
		background-color: #0076EC;
		/* para IE */
		filter:alpha(opacity=50);
		/* para Mozilla */
		opacity: 0.5;
		/* usando css3 */
		-moz-opacity:0.5;

	/* cursor */
	cursor: hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
}

.topMenu3MaskOut{
	/* Cor de fundo com transparencia */
		background-color: #0099ff;
		/* para IE */
		filter:alpha(opacity=0);
		/* para Mozilla */
		opacity: 0;
		/* usando css3 */
		-moz-opacity:0;
}

.topMenu3MaskOver{

	/* Cor de fundo com transparencia */
		background-color: #0099ff;
		/* para IE */
		filter:alpha(opacity=50);
		/* para Mozilla */
		opacity: 0.5;
		/* usando css3 */
		-moz-opacity:0.5;

	/* cursor */
	cursor: hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
}

.topMenu4MaskOut{
	/* Cor de fundo com transparencia */
		background-color: #7fb2e5;
		/* para IE */
		filter:alpha(opacity=0);
		/* para Mozilla */
		opacity: 0;
		/* usando css3 */
		-moz-opacity:0;
}

.topMenu4MaskOver{

	/* Cor de fundo com transparencia */
		background-color: #7fb2e5;
		/* para IE */
		filter:alpha(opacity=50);
		/* para Mozilla */
		opacity: 0.5;
		/* usando css3 */
		-moz-opacity:0.5;

	/* cursor */
	cursor: hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
}