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

body{
	font-size:16px;
	background:transparent no-repeat;

	/* CSS3 Radial Gradients */
	background: #000 url(../img/bg.jpg) no-repeat center top;

	font-family:Arial, Helvetica, sans-serif;
}

#navigationMenu li{
	list-style:none;
	height:39px;
	padding:2px;
	width:40px;
    margin-bottom: 10px;
}

#navigationMenu span{
	/* Container properties */
	width:0;
	right:35px;
	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('../img/navigation.png') no-repeat;
	height:39px;
	width:39px;
	display:block;
	position:relative;
}

/* General hover styles */

#navigationMenu a:hover span{ width:auto; padding:0 20px;overflow:visible; margin-left: -168px;}
#navigationMenu a:hover{
	text-decoration:none;

	/* CSS outer glow with the box-shadow property */
	-moz-box-shadow:0 0 5px transparent;
	-webkit-box-shadow:0 0 5px transparent;
	box-shadow:0 0 5px transparent;
}

/* Green Button */

#navigationMenu .ym {	background-position:0 0;}
#navigationMenu .ym:hover {	background-position:0 -39px;}
#navigationMenu .ym span{
	background-color:#fec10e;
	color:#111111;
	text-shadow:1px 1px 0 #fff;
}

/* Blue Button */

#navigationMenu .bbm { background-position:-39px 0;}
#navigationMenu .bbm:hover { background-position:-39px -39px;}
#navigationMenu .bbm span{
	background-color:#fec10e;
	color:#111;
	text-shadow:1px 1px 0 #fff;
    margin-left: -168px;
}

/* Orange Button */

#navigationMenu .line { background-position:-78px 0;}
#navigationMenu .line:hover { background-position:-78px -39px;}
#navigationMenu .line span{
	background-color:#fec10e;
	color:#111;
	text-shadow:1px 1px 0 #fff;
    margin-left: -168px;
}

/* Yellow Button */

#navigationMenu .wechat { background-position:-117px 0;}
#navigationMenu .wechat:hover{ background-position:-117px -39px;}
#navigationMenu .wechat span{
	background-color:#fec10e;
	color:#111;
	text-shadow:1px 1px 0 #fff;
    margin-left: -168px;
}

/* Purple Button */

#navigationMenu .skype { background-position:-156px 0;}
#navigationMenu .skype:hover { background-position:-156px -39px;}
#navigationMenu .skype span{
	background-color:#fec10e;
	color:#111;
	text-shadow:1px 1px 0 #fff;
    margin-left: -168px;
}
/* Purple Button */

#navigationMenu .wa { background-position:-195px 0;}
#navigationMenu .wa:hover { background-position:-195px -39px;}
#navigationMenu .wa span{
	background-color:#fec10e;
	color:#111;
	text-shadow:1px 1px 0 #fff;
    margin-left: -168px;
}

/* The styles below are only needed for the demo page */

#main{
	margin:0px auto;
	position:relative;
	width:40px;
}


h1{
	color:#fff;
	font-size:30px;
	font-weight:normal;
	padding:0px 0 0px;
	text-align:center;
}

h2{
	font-weight:normal;
	text-align:center;
}

h1,h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

a, a:visited,a:active {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a images{
	border:none;
}

p.note{
	color:#707070;
	font-size:10px;
	text-align:center;
	margin:50px;
}
