#menu{
	display:block;
	position:relative;
	height:30px;
	right:0px;
	top:0px;
}
#img{
	background-image:url(images/menu.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#menu a {
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#009999;
}
#menu a:hover {
	text-decoration:underline;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#009999;
}
