.menu_main_unselected {
	font-family : "Lucida Sans Unicode", Arial, Helvetica;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #555583;
	text-decoration : none;
}
.menu_main_over {
	font-family : "Lucida Sans Unicode", Arial, Helvetica;
	font-size: 9pt;
	color: white;
	background-color: #8888ba;
	text-decoration : none;
	cursor :pointer;
}
.menu_main_selected {
	font-family : "Lucida Sans Unicode", Arial, Helvetica;
	font-weight : bold;
	font-size: 9pt;
	color: #555583;
	background-color: #FFC104;
	text-decoration : none;
}
.menu_sub_unselected {
	color: #FFFFFF;
	background-color: #555583;
	font-family : "Lucida Sans Unicode", Arial, Helvetica;
	font-size: 8pt;
	line-height: .97em;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid white;
	text-indent: -8px;
	width: 155px;
	display: block;
	text-decoration : none;
}
.menu_sub_over {
	color: white;
	background-color: #7E2612;
	cursor :pointer;
	font-family : "Lucida Sans Unicode", Arial, Helvetica;
	font-size: 8pt;
	line-height: .97em;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid white;
	text-indent: -8px;
	width: 155px;
	display: block;
	text-decoration : none;
}
.menu_sub_selected {
	color: #555583;
	background-color: #FFC104;
	font-family : "Lucida Sans Unicode", Arial, Helvetica;
	font-size: 8pt;
	line-height: .97em;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid white;
	text-indent: -8px;
	width: 155px;
	display: block;
	text-decoration : none;
}
a {text-decoration: none;}
