#navigationMenu2 li{
	list-style:none;
	height:39px;
	padding:2px;
	width:40px;
}

#navigationMenu2 span{
	/* Container properties */
	width:0;
	left:38px;
	padding:0;
	position:absolute;
	overflow:hidden;

	/* Text properties */
	font-family:'Arial', Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.6px;
	white-space:nowrap;
	line-height:39px;
	
	/* CSS3 Transition: */
	-webkit-transition: 0.25s;
	
	/* Future proofing (these do not work yet): */
	-moz-transition: 0.25s;
	transition: 0.25s;
}

#navigationMenu2 a{
	height:39px;
	width:38px;
	display:block;
	position:relative;
}

/* General hover styles */

#navigationMenu2 a:hover span{ width:auto; padding:0 20px;overflow:visible; }
#navigationMenu2 a:hover{
	text-decoration:none;
	
	/* CSS outer glow with the box-shadow property */
	-moz-box-shadow:0 0 5px #9ddff5;
	-webkit-box-shadow:0 0 5px #9ddff5;
	box-shadow:0 0 5px #9ddff5;
}

/* Green Button 01*/

#navigationMenu2 .lista {	background:url('../../images/BotaoLista1.jpg') no-repeat;}
#navigationMenu2 .lista:hover {	background:url('../../images/BotaoLista1.jpg') no-repeat;}
#navigationMenu2 .lista span{
	background-color:#7da315;
	color:#3d4f0c;
	text-shadow:1px 1px 0 #99bf31;
}

/* Blue Button 02*/

#navigationMenu2 .mapa {	background:url('../../images/BotaoMapa1.jpg') no-repeat;}
#navigationMenu2 .mapa:hover {	background:url('../../images/BotaoMapa1.jpg') no-repeat;}
#navigationMenu2 .mapa span{
	background-color:#1e8bb4;
	color:#223a44;
	text-shadow:1px 1px 0 #44a8d0;
}

/* Orange Button 03*/

#navigationMenu2 .pacotes {	background:url('../../images/BotaoPacotes1.jpg') no-repeat;}
#navigationMenu2 .pacotes:hover {	background:url('../../images/BotaoPacotes1.jpg') no-repeat;}
#navigationMenu2 .pacotes span{
	background-color:#c86c1f;
	color:#5a3517;
	text-shadow:1px 1px 0 #d28344;
}

/* Yellow Button 04*/

#navigationMenu2 .receptivos {	background:url('../../images/BotaoReceptivos1.jpg') no-repeat;}
#navigationMenu2 .receptivos:hover {	background:url('../../images/BotaoReceptivos1.jpg') no-repeat;}
#navigationMenu2 .receptivos span{
	background-color:#d0a525;
	color:#604e18;
	text-shadow:1px 1px 0 #d8b54b;
}

/* Purple Button 05*/

#navigationMenu2 .cartoes {	background:url('../../images/BotaoCartoes1.jpg') no-repeat;}
#navigationMenu2 .cartoes:hover {	background:url('../../images/BotaoCartoes1.jpg') no-repeat;}
#navigationMenu2 .cartoes span{
	background-color:#af1e83;
	color:#460f35;
	text-shadow:1px 1px 0 #d244a6;
}

/* Green Button 06*/

#navigationMenu2 .dicas {	background:url('../../images/BotaoDicas1.jpg') no-repeat;}
#navigationMenu2 .dicas:hover {	background:url('../../images/BotaoDicas1.jpg') no-repeat;}
#navigationMenu2 .dicas span{
	background-color:#7da315;
	color:#3d4f0c;
	text-shadow:1px 1px 0 #99bf31;
}

/* Blue Button 07*/

#navigationMenu2 .informacoes {	background:url('../../images/BotaoInformacoes1.jpg') no-repeat;}
#navigationMenu2 .informacoes:hover {	background:url('../../images/BotaoInformacoes1.jpg') no-repeat;}
#navigationMenu2 .informacoes span{
	background-color:#1e8bb4;
	color:#223a44;
	text-shadow:1px 1px 0 #44a8d0;
}

/* Orange Button 08*/

#navigationMenu2 .servicos {	background:url('../../images/BotaoServicos1.jpg') no-repeat;}
#navigationMenu2 .servicos:hover {	background:url('../../images/BotaoServicos1.jpg') no-repeat;}
#navigationMenu2 .servicos span{
	background-color:#c86c1f;
	color:#5a3517;
	text-shadow:1px 1px 0 #d28344;
}