/* CSS Document */

#menu {
	background-image:url(images/menu/background.gif);
	background-repeat:no-repeat;
	background-color:#5B7CAF;
	text-align:center;
	color:#CCCC33;
	margin-bottom:6px;
	padding:6px 0;
}

#menu a {
	margin:0 10px 0 10px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	
}

#menu a:hover {
	text-decoration:underline;
}