@charset "utf-8";
/* CSS Document */

#menu a {
	float: left;
	height: 30px;
	line-height: 30px;
	width: 125px;
	color: #F60;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/menu-sep.gif) right no-repeat;
}
#menu a.rightmost {
	background: none;
}
#menu a:visited {
	color:#F79533;	
}
#menu a:hover,
#menu a:active {
	color: #FC0;
	text-decoration: underline;
	font-size: 90%;
}
