.menu_main_unselected {
	font-family : Lucida Sans Unicode, Arial, Helvetica;
	font-weight : bold;
	font-size: 10pt;
	color: #FFE478;
	background-color: #A04176;
	text-decoration : normal;
}
.menu_main_over {
	font-family : Lucida Sans Unicode, Arial, Helvetica;
	font-weight : bold;
	font-size: 10pt;
	color: #FFE478;
	background-color: #003366;
	text-decoration : normal;
	cursor :pointer;
}
.menu_main_selected {
	font-family : Lucida Sans Unicode, Arial, Helvetica;
	font-weight : bold;
	font-size: 10pt;
	color: #003366;
	background-color: #FFE478;
	text-decoration : normal;
}
.menu_sub_unselected {
	color: #FFFFFF;
	background-color: #A04176;
	font-family: Lucida Sans Unicode, Arial, Helvetica;
	font-weight: normal;
	font-size: 9pt;
	font-style : normal;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: -12px;
	width: 165px;
	display: block;
	text-decoration : normal;
}
.menu_sub_over {
	color: #FFFFFF;
	background-color: #003366;
	cursor: pointer;
	font-family : Lucida Sans Unicode, Arial, Helvetica;
	font-weight: normal;
	font-size: 9pt;
	font-style : normal;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: -12px;
	width: 165px;
	display: block;
	text-decoration : normal;
}	
.menu_sub_selected {
	color: #003366;
	background-color: #FFE478;
	font-family : Lucida Sans Unicode, Arial, Helvetica;
	font-weight : regular;
	font-size: 9pt;
	font-style : normal;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: -12px;
	width: 165px;
	display: block;
	text-decoration : normal;
}
.bookmark {
	font-family: Lucida Sans Unicode, Arial, Helvetica;
	font-size: 7pt;
	font-weight : bold;
	color: #003366;
}
a {text-decoration: none;}
a:hover {
	color: #FFE478;
	background-color: #003366;
}