@CHARSET "ISO-8859-1";

table.menu {
	width: 200px;
}

table.menu td.title {
	text-align: center;
	font-weight: bold;
	background-image: url(../../images/menu_title_bg.gif);
}

table.menu td.subtitle {
	text-align: right;
	font-size: 8px;
	color: #91371E;
}

table.menu td.last {
	border-bottom: 1px #91371E solid;
}

table.menu a {
	color: #00CC00;
	text-decoration: none;
}

table.menu a:link {}

table.menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
