/* CSS Document */

/* REINICIANDO AS CONFIGURAÇÕES DE "TODOS" OS ELEMENTOS PARA DIVERSOS NAVEGADORES */
/* definições de html basico */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	outline:0;
	/*vertical-align:baseline;*/
}

:focus {
	outline:1;
	border-bottom-color: #FFFFFF;
}



body {
background-image: url(imagem/fundoSite.jpg);
background-repeat: repeat-x;
background-color:#16356e;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	color:#646464;
	font-size:12px;
	font-weight:normal;
	margin:0 auto;
	padding: 0;
	text-align: left;

}

h1{
	font-size:14px;
	color: #6b0714;
	font-weight:normal;
}
h2{
	font-size:24px;
	color: #f199a3;
	font-weight:normal;
}
h3{
	font-size:16px;
	color: #b0bdc4;
	font-weight:bold;
}
h4{
	font-size:16px;
	color: #b0bdc4;
	font-weight:normal;
}
h5{
	font-size:14px;
	color: #485f6c;
	font-weight:normal;
}
h6{
	font-size:10px;
	color: #485f6c;
	font-weight:normal;
}

ol, ul, li { 
	list-style: none;
}

hr {
	margin:0;
	padding:0;
	height:1px;
	background:#4d6d4d;
	color:#4d6d4d;
	border:none;
}

label{
	display:block;
	height:auto;
}

input, textarea, select{
	margin:0;
	padding:1px;
	width:auto;
	height:auto;
	border:1px;
}

/* ################ Formulários de reserva ################ */
table#reserva{
width: 600px;
border: none;
}

table#reserva td{
padding: 3px 2px;
}

table#reserva label{
display: inline;
font: 12px Georgia, "Times New Roman", Times, serif;
}

/*Células das labels*/
.tdLabelPinheiro, .tdLabelInacio{
width: 120px;
text-align: right;
color: #4fa75b;
font: 12px Georgia, "Times New Roman", Times, serif;
}

.tdLabelPinheiro{color: #B3F6BD;}

.tdLabelInacio{color: #FA9CA9;}

.tdLabelPinheiro2, .tdLabelInacio2{
width: 60px;
text-align: right;
color: #4fa75b;
font: 12px Georgia, "Times New Roman", Times, serif;
}

.tdLabelPinheiro2{color: #B3F6BD;}

.tdLabelInacio2{color: #FA9CA9;}

/*Textfields*/
.tfPinheiro, .tfInacio{
width: 344px;
padding: 3px;
font: 11px "Tahoma", Arial, Helvetica, sans-serif;
color: #f1f5de;
border: 1px solid #f1f5de;
}

.tfPinheiro{background:#4fa75b;}

.tfInacio{background:#b50b25;}

/*Células internas de data de chegada e saida*/
.celPinheiro, .celInacio{
width: 106px;
padding: 3px;
}

.tfPinheiroData, .tfInacioData{
width: 100px;
padding: 3px;
border: 1px solid #f1f5de;
font: 11px "Tahoma", Arial, Helvetica, sans-serif;
color: #f1f5de;
}

.tfPinheiroData{background:#4fa75b;}

.tfInacioData{background:#b50b25;}


/*Textareas*/
.taPinheiro, .taInacio{
width: 344px;
padding: 3px;
border: 1px solid #f1f5de;
font: 11px "Tahoma", Arial, Helvetica, sans-serif;
color: #f1f5de;
}

.taPinheiro{background:#4fa75b;}

.taInacio{background:#b50b25;}

/*Selects*/
.slPinheiro, .slInacio{
width: 200px;
border: 1px solid #f1f5de;
font: 11px "Tahoma", Arial, Helvetica, sans-serif;
color: #333;
}

/* ################ FIM - Formulários de reserva ################ */

.cursor{
cursor: pointer; 
}


.subtitulo{    
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	color:#f1e4d0;
	font-size:14px;
	font-weight:bold;
}

.negritobranco{    
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}

.negritobrancopq{    
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
}

.negritorosapq{    
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	color:#fa9ca9;
	font-size:10px;
	font-weight:normal;
}

.negritoverdepq{    
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	color:#b3f6bd;
	font-size:10px;
	font-weight:normal;
}


.negritoCINZA{    
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	color:#646464;
	font-size:12px;
	font-weight:bold;
}
.azul{    
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	color:#c9e5ec;
	font-size:14px;
	font-weight:normal;
}

.negritopreto{    
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

.preto{    
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:normal;
}








img {
	border: none;
}





/* definições de estrutura INDEX*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


#base{
	width:920px;
	margin:0 auto;
	}
	
#clear{
	clear:both;
}
	

#cabecalho{
	width:920px;
	height:173px;
	margin: 0 auto;
}

#banner{
	width:920px;
	height:305px;
	}
	

	




	



a.nk7:link {	color: #ffffff;	text-decoration: underline; font-size:10px; }
a.nk7:visited {	color: #ffffff;	text-decoration: underline; font-size:10px; }
a.nk7:hover {	color: #c8d4eb;	text-decoration: underline;	font-size:10px;}
a.nk7:active {	color: #ffffff;	text-decoration: none; font-size:10px; }


	




/* definições de estrutura HOME*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


	
#baseMapasReservas{
	width:920px;
	height:273px;
	float:left;
	position:relative;
	margin-top: 10px;
	}
	
#baseMapa1{
	background-image:url(imagem/fundoMapa1.jpg);
	width:279px;
	height:273px;
	float:left;
	position:relative;
	}
	
#baseMapa2{
	background-image:url(imagem/fundoMapa2.jpg);
	width:301px;
	height:273px;
	float:left;
	position:relative;
	}
	


#mapa1{
	width:224px;
	height:142px;
	float:left;
	position:relative;
	margin-top: 55px;
	padding-left: 25px;
	}
	
#conteudoMapa1{
	width:240px;
	height:50px;
	float:left;
	position:relative;
	padding-left: 25px;
	font-size: 11px;
	color: 7b815c;
	}
	
#btnSaibaMais1{
	width:73px;
	height:17px;
	position: relative;
	float:right;
	padding-right: 22px;
}
	
#mapa2{
	width:224px;
	height:142px;
	float:left;
	position:relative;
	margin-top: 55px;
	padding-left: 35px;
	}
	
#conteudoMapa2{
	width:240px;
	height:50px;
	float:left;
	position:relative;
	padding-left: 35px;
	font-size: 11px;
	color: 7b815c;
	}
	
#btnSaibaMais2{
	width:73px;
	height:17px;
	position: relative;
	float:right;
	padding-right: 30px;
}
	
#baseReserva{
	background-image:url(imagem/fundoReserva.jpg);
	width:340px;
	height:273px;
	float:left;
	position:relative;
	}
	
#espacamentoReserva{
	width:340px;
	height:155px;
	float:left;
	position:relative;
	}
	
#conteudoReserva{
	width:340px;
	height:117px;
	float:left;
	position:relative;
	}
	
.reserva{    
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	text-align:center;
	color: #f0f4db;
	font-size:12px;
	font-weight:normal;
}

.reserva2{    
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	color: #f0f4db;
	font-size:12px;
	font-weight:normal;
}

.stformReserva1{
	background-color:#b50b25;
	border:solid #f1f5de 1px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #f1f5de;
	padding-top:1px;
	padding-left:1px;
}

.stformReservaPinheiro{
	background-color:#4fa75b;
	border:solid #f1f5de 1px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #f1f5de;
	padding-top:1px;
	padding-left:1px;
}

.stformReservaInaciosTur{
	background-color:#15134b;
	border:solid #f1f5de 1px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #f1f5de;
	padding-top:1px;
	padding-left:1px;
}

.stformReserva2{
	background-color:#f2f5df;
	border:solid #b60b25 1px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #b50b25;
	padding-top:1px;
	padding-left:1px;
}



#baseSuperior{
	background-image:url(imagem/baseSuperior.jpg);
	background-repeat: no-repeat;
	width:920px;
	height:17px;
	float:left;
	position:relative;
	margin-top: 10px;
	}
	
#baseInferior{
	background-image: url(imagem/baseInferior.jpg);
	background-repeat: no-repeat;
	width:920px;
	height:15px;
	float:left;
	position:relative;
	margin-bottom: 8px;
	}
	
#baseInternas{
	width:920px;
	float:left;
	position:relative;
	background-color:#eef2d4;
	}
	
#baseNoticias{
	width:312px;
	height:250px;
	float:left;
	position:relative;
	padding-left: 8px;
	}
	
#fundoNoticias{
	background-image:url(imagem/fundoNoticias.jpg);
	width:300px;
	height:59px;
	float:left;
	position:relative;
	padding-left: 5px;
	margin-bottom: 6px;
	}
	
#basePromocoes{
	width:262px;
	height:250px;
	float:left;
	position:relative;
	padding-left:8px;
	}
	
#conteudoPromocoes{
	width:262px;
	height:47px;
	float:left;
	position:relative;
	margin-bottom: 3px;
	}
#fotoPromocoes{
	width:62px;
	height:42px;
	float:left;
	position:relative;
	padding-right:6px;
	margin-top: 4px;
	}
	
#baseChatOnline{
	width:289px;
	height:250px;
	float:left;
	position:relative;
	padding-left:8px;
	}
	
#usuarioOnline{
	width:288px;
	height:191px;
	float:left;
	position:relative;
	}
	
#titHome{
	width:223px;
	height:40px;
	float:left;
	position:relative;
	margin-bottom: 10px;
	}
	
#divisao{
	background-image:url(imagem/divisaoVertical.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:13px;
	height:170px;
	float:left;
	position:relative;
	padding-left: 20px;
	}
	
#bannerReveillon{
	width:529px;
	height:170px;
	float:left;
	position:relative;
	padding-left: 25px;
	}
	
#climaTempo{
	width:150px;
	height:170px;
	float:left;
	position:relative;
	padding-left: 10px;
	}
	
#chat{
	width:160px;
	height:170px;
	float:left;
	position:relative;
	padding-left: 5px;
	}


a.noticia:link {	color: #ffffff;	text-decoration: none; font-size:12px; }
a.noticia:visited {	color: #ffffff; text-decoration: none; 	font-size:12px; }
a.noticia:hover {	color: #c9e5ec;	text-decoration: none;	font-size:12px;}
a.noticia:active {	color: #ffffff;	text-decoration: none; font-size:12px; }

a.promocoes:link {	color: #16356e;	text-decoration: none; font-size:12px; }
a.promocoes:visited {	color: #16356e; text-decoration: none; 	font-size:12px; }
a.promocoes:hover {	color: #000000;	text-decoration: none;	font-size:12px;}
a.promocoes:active {	color: #16356e;	text-decoration: none; font-size:12px; }

a.link:link {	color: #fa9ca9;	text-decoration: none; font-size:12px; }
a.link:visited {	color: #fa9ca9; text-decoration: none; 	font-size:12px; }
a.link:hover {	color: #ffffff;	text-decoration: none;	font-size:12px;}
a.link:active {	color: #fa9ca9;	text-decoration: none; font-size:12px; }

a.linkpinheiro:link {	color: #b3f6bd;	text-decoration: none; font-size:12px; }
a.linkpinheiro:visited {	color: #b3f6bd; text-decoration: none; 	font-size:12px; }
a.linkpinheiro:hover {	color: #ffffff;	text-decoration: none;	font-size:12px;}
a.linkpinheiro:active {	color: #b3f6bd;	text-decoration: none; font-size:12px; }

a.linkinaciostur:link {	color: #a0bce2;	text-decoration: none; font-size:12px; }
a.linkinaciostur:visited {	color: #a0bce2; text-decoration: none; 	font-size:12px; }
a.linkinaciostur:hover {	color: #ffffff;	text-decoration: none;	font-size:12px;}
a.linkinaciostur:active {	color: #a0bce2;	text-decoration: none; font-size:12px; }
	
	
	
/* definições de estrutura Inacio Palace*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#baseConteudoInacio{
	width:700px;
	float:left;
	position:relative;
	}

#cabecalhoInacio{
	background-image:url(imagem/cabecalhoFundoVermelho.gif);
	margin-top:10px;
	width:920px;
	height:34px;
	float:left;
	position:relative;
	}

#fundoInacio{
	background-image:url(imagem/fundoInacio.gif);
	background-repeat:repeat-y;
	float:left;
	position:relative;
	width:920px;
	}
	
#rodapeInacio{
	background-image:url(imagem/rodapeFundoVermelho.gif);
	margin-bottom:8px;
	width:920px;
	height:27px;
	float:left;
	position:relative;
	}
	
#menuInacio{
	width:220px;
	height:220px;
	float:left;
	position:relative;
	}


#containerInacio{
	width:630px;
	padding:5px 32px 10px 38px;
	float:left;
	position:relative;
	color: #fa9ca9;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	}
	
#titPrincipalInacio{
	width:700px;
	height:47px;
	float:left;
	position:relative;
	}
	
#titSecundarioInacio{
	width:700px;
	height:42px;
	float:left;
	position:relative;
	}
	
#divisaoHorizontal{
	background-image:url(imagem/divisaoHorizontalInacio.gif);
	width:700px;
	height:14px;
	float:left;
	position:relative;
	}
	
#btnNossasTarifasVermelho{
	padding-left:10px;
	width:100px;
	height:31px;
	float:right;
	position:relative;
	margin-top: 10px;
	}
	
#btnConhecaApartamentos{
	padding-left:10px;
	width:100px;
	height:31px;
	float:right;
	position:relative;
	margin-top: 10px;
	}
	
#btnReservasVermelho{
	width:100px;
	height:31px;
	float:right;
	position:relative;
	margin-top: 10px;
	}
	
#btnReservasVermelho2{
	padding-right:100px;
	width:100px;
	height:31px;
	float:right;
	position:relative;
	margin-top: 10px;
	}
	

#itensInformacaoes{
	width:315px;
	height:20px;
	float:left;
	position:relative;
	}
	
#fotoServicosInacio{
	width:190px;
	height:152px;
	float:left;
	position:relative;
	}

#tabelaTarifas{
	width:400px;
	padding-left:80px;
	float:left;
	position:relative;
	}
	
		


/* definições de estrutura Pinheiro Palace*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#baseConteudoPinheiro{
	width:700px;
	float:left;
	position:relative;
	}

#cabecalhoPinheiro{
	background-image:url(imagem/cabecalhoFundoVerde.gif);
	margin-top:10px;
	width:920px;
	height:34px;
	float:left;
	position:relative;
	}

#fundoPinheiro{
	background-image:url(imagem/fundoPinheiro.gif);
	background-repeat:repeat-y;
	float:left;
	position:relative;
	width:920px;
	}
	
#rodapePinheiro{
	background-image:url(imagem/rodapeFundoVerde.gif);
	margin-bottom:8px;
	width:920px;
	height:27px;
	float:left;
	position:relative;
	}
	
#menuPinheiro{
	width:220px;
	height:220px;
	float:left;
	position:relative;
	}


#containerPinheiro{
	width:630px;
	padding:5px 32px 10px 38px;
	float:left;
	position:relative;
	color: #b3f6bd;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	}
	
#titPrincipalPinheiro{
	width:700px;
	height:47px;
	float:left;
	position:relative;
	}
	
#titSecundarioPinheiro{
	width:700px;
	height:40px;
	float:left;
	position:relative;
	}
	
#divisaoHorizontalPinheiro{
	background-image:url(imagem/divisaoHorizontalPinheiro.gif);
	width:700px;
	height:14px;
	float:left;
	position:relative;
	}
	



#fotoServicosPinheiro{
	width:190px;
	height:152px;
	float:left;
	position:relative;
	}
	
/* definições de estrutura Pinheiro Palace*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#baseConteudoInaciosTur{
	width:700px;
	float:left;
	position:relative;
	}

#cabecalhoInaciosTur{
	background-image:url(imagem/cabecalhoFundoAzul.gif);
	margin-top:10px;
	width:920px;
	height:34px;
	float:left;
	position:relative;
	}

#fundoInaciosTur{
	background-image:url(imagem/fundoInaciosTur.gif);
	background-repeat:repeat-y;
	float:left;
	position:relative;
	width:920px;
	}
	
#rodapeInaciosTur{
	background-image:url(imagem/rodapeFundoAzul.gif);
	margin-bottom:8px;
	width:920px;
	height:27px;
	float:left;
	position:relative;
	}
	
#menuInaciosTur{
	width:220px;
	height:280px;
	float:left;
	position:relative;
	}


#containerInaciosTur{
	width:630px;
	padding:5px 32px 10px 38px;
	float:left;
	position:relative;
	color: #a0bce2;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	}
	
#titPrincipalInaciosTur{
	width:700px;
	height:47px;
	float:left;
	position:relative;
	}
	
#titSecundarioInaciosTur{
	width:700px;
	height:40px;
	float:left;
	position:relative;
	}
	
#divisaoHorizontalInaciosTur{
	background-image:url(imagem/divisaoHorizontalInaciosTur2.gif);
	width:700px;
	height:14px;
	float:left;
	position:relative;
	}
	



#logosPassagensInaciosTur{
	padding-left:50px;
	width:499px;
	height:82px;
	float:left;
	position:relative;
	}

	



/* Contato*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	


#ConteudoContato{
	width:782px;
	padding:40px 40px 10px 80px;
	position:relative;
	float:left;
	line-height: 30px;
	height: 150px;
	background-color: #21140c;
	}
	
	#containerContato {
	width: 902px;
	background-color: #21140c;
	padding: 9px 9px 9px 9px;
	margin: 0 auto;
	height: 1380px;
	}

.stformNewletter{
	background-color:#FFFFFF;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #333333;
	padding-top:1px;
	padding-left:1px;
}	

.stformContato{
	background-color:#FFFFFF;
	border:solid #1093c9 1px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #1093c9;
	padding-top:1px;
	padding-left:1px;
}

.stformBrnContato{
background-color:#21140c;
font-family: "Georgia", Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;
color: #f1e4d0;
padding-top:1px;
padding-left:1px;
}

.stformorcamento{
background-color:#FFFFFF;
border: solid #666666 1px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;
color: #333333;
padding-top:2px;
padding-left:2px;
}

.stformnews{
background-color:#21140c;
border:solid #e89c27 1px;
font-family: "Georgia", Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;
color: #333333;
padding-top:2px;
}

.fontContato{
	font-size:12px;
	text-align:right;
	}
	
.fontNewsletter{
	font-size:12px;
	color:#000000;
	text-align:right;
	}

.stformnews{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;
color: #000000;
padding-top:2px;
padding-left:10px;
}
	

/* Rodapé*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

	
#fundoRodape{
	width:100%;
	height:66px;
	background-image:url(imagem/fundoRodape.jpg);
	background-repeat:repeat-x;
	background-position: top;
	}
	
#subMenuRodape{
	height:20px;
	float:left;
	position:relative;
	padding-left:56px;
	margin-top: 8px;
	}
	
#RodapeDireitosReservados{
	width:400px;
	height:20px;
	float:left;
	position:relative;
	line-height: 20px;
	color: #b6cbf1;
	margin-top: 10px;
	font-size: 10px;
	}
	
	
#RodapeDesenvolvido{
	width:90px;
	font-size: 10px;
	float: right;
	position: relative;
	margin-top:10px;
	color: #ffffff;
	}
	

	
#RodapeLogo{
	width:52px;
	height:37px;
	float: right;
	position: relative;
	margin-top: 5px;
	}
	
a.subMenu1:link {	color: #587cbf;	text-decoration: none; font-size:14px; }
a.subMenu1:visited {	color: #587cbf;	text-decoration: none; font-size:14px; }
a.subMenu1:hover { color: #ffffff; text-decoration: none; font-size:14px;}
a.subMenu1:active {	color: #587cbf;	text-decoration: none; font-size:14px; }

a.subMenu2:link {	color: #82a4e5;	text-decoration: none; font-size:14px; }
a.subMenu2:visited {	color: #82a4e5;	text-decoration: none; font-size:14px; }
a.subMenu2:hover { color: #ffffff; text-decoration: none; font-size:14px;}
a.subMenu2:active {	color: #82a4e5;	text-decoration: none; font-size:14px; }

a.subMenu3:link {	color: #e5eaf4;	text-decoration: none; font-size:14px; }
a.subMenu3:visited {	color: #e5eaf4;	text-decoration: none; font-size:14px; }
a.subMenu3:hover { color: #82a4e5; text-decoration: none; font-size:14px;}
a.subMenu3:active {	color: #e5eaf4;	text-decoration: none; font-size:14px; }

