/* CSS Document */#menu {	position:relative; 	margin-top:0px; left:0px; display:block; width:550px;	}#menu a.button, #menu a.button:visited {	display:block; float:right; width:100px; height:30px; 	background:url(assets/nav/buttons.gif); 	background-position:top right; 	background-color:transparent; text-align:center; color:#ffffff; line-height:28px; 	text-decoration:none; font-family:arial, sans-serif; font-weight:bold; margin-top:0px;	}#menu a.button:hover {	background-position:0 -30px; line-height:30px; overflow:hidden;	}#menu a.button:active {	background-position:0 -60px;	}a:link {	color: #669900;	text-decoration: none;	}a:visited {	color: #669900;	text-decoration: none;	}a:hover {	color: #66cc00;	text-decoration: underline;	}a:active {	color: #669900;	text-decoration: none;	}
