*{
	/* A universal CSS reset */
	margin:0;
	padding:0;
}



#navigationMenu li{
	list-style:none;
	height:39px;
	padding:2px;
	width:40px;
	color:rgb(255,255,255);
}

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

	/* Text properties */
	font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
	font-size:18px;
	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;
}

#navigationMenu a{
	background:url(images/navigation.png) no-repeat;

	height:39px;
	width:38px;
	display:block;
	position:relative;
	margin-left:-99px;
}

/* General hover styles */

#navigationMenu a:hover span{ width:auto; padding:0 20px;overflow:visible; }
#navigationMenu 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 */

#navigationMenu .home {	background-position:0 0;}
#navigationMenu .home:hover {	background-position:0 -39px;}
#navigationMenu .home span{
	background-color:#943333;
	color:#fff;
	text-shadow:0px 0px 0 #99bf31;
}




/* *************************************************************** */

#navigationMenu1 li{
	list-style:none;
	height:39px;
	padding:2px;
	width:40px;
	color:rgb(255,255,255);

}

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

	/* Text properties */
	font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
	font-size:18px;
	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;
}

#navigationMenu1 a{
	background:url(images/navigation.png) no-repeat;

	height:39px;
	width:38px;
	display:block;
	position:relative;
	margin-top: -10px;
}

/* General hover styles */

#navigationMenu1 a:hover span{ width:auto; padding:0 20px;overflow:visible; }
#navigationMenu1 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 */

#navigationMenu1 .home {	background-position:0 0;}
#navigationMenu1 .home:hover {	background-position:0 -39px;}
#navigationMenu1 .home span{
	background-color:#943333;
	color:#fff;
	text-shadow:0px 0px 0 #99bf31;
}






