@CHARSET "UTF-8";

table.menu {
	border-style: none;
	border-width: 0;
}

table.fullwidth {
	width: 100%;
}

td.menu {
	white-space: nowrap;
}

a.menu {
	border: 0;
}

img.menu {
	border: 0;
}

img.fixed {
	width: 1px;
	height: 16px;
}

.horbar {
	color: #99CC00;
}

.horbaritem {
	float: left;
	white-space: nowrap;
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial,
		helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.horbaritem a {
	display: block;
	text-decoration: none;
}

.horbaritem a:link {
	color: #99CC00;
	text-decoration: none;
}

.horbaritem a:visited {
	color: #99CC00;
	text-decoration: none;
}

.horbaritem a:hover {
	color: #ffffff;
	text-decoration: none;
}

.horbaritem a:active {
	color: #ffffff;
	text-decoration: none;
}

.submenu {
	background-color: #4D1979;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe {
	position: relative;
	display: block;
	border: 2px outset;
}

.item {
	text-align: left;
	white-space: nowrap;
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial,
		helvetica, sans-serif;
	font-size: 13px;
}

.item a {
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link {
	color: #99CC00;
	text-decoration: none;
}

.item a:visited {
	color: #99CC00;
	text-decoration: none;
}

.item a:hover {
	color: #ffffff;
	text-decoration: none;
}

.item a:active {
	color: #ffffff;
	text-decoration: none;
}

.item .fwdarr {
	position: absolute;
	top: 5px;
	right: 7px;
}

.separator {
	background-color: #ffffff;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin: 2px 0px 2px 1px; /* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}