#menu {
  position : absolute;
  top      : 50px;
  right    : 10px;
	width: 500px;
	text-align: right;
}

#menu li {
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
}

#menu li a {
	color: #FFFFFF;
}

#menu li a:hover {
	color: #0079CD;
	text-decoration: none;
}



#menu a {
	width : 90px;
	height : 22px;
	display : block;
	float : right;
	text-align : left;
	text-indent : -9000em;
}

#menu .about {
	width : 90px;
	background : url(/images/aboutwhite.png) center center no-repeat;
}

#menu .contact {
	width : 90px;
	background : url(/images/contactwhite.png) center center no-repeat;
}

#menu .faq {
	width : 50px;
	background : url(/images/faqwhite.png) center center no-repeat;
}

#menu .home {
	width : 55px;
	background : url(/images/homewhite.png) center center no-repeat;
}

#menu .about:hover {
	background : url(/images/aboutblue.png) center center no-repeat;
}

#menu .contact:hover {
	background : url(/images/contactblue.png) center center no-repeat;
}

#menu .faq:hover {
	background : url(/images/faqblue.png) center center no-repeat;
}

#menu .home:hover {
	background : url(/images/homeblue.png) center center no-repeat;
}
