.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	height: 21px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-indent: 10px;
	margin-left: 12px;
	line-height: 18px;
	margin-right: 0px;
}
.menubox {
	background-image: url(images/bg_menu_top.jpg);
	background-repeat: repeat;
	background-position: center top;
	height: 26px;
	width: 730px;
}

.menu:hover {
	color: #C576DE;
}
.menu:link {
	color: #FFFFFF;
}
.menu:link:hover {
	color: #FF0099;
}

