.menu_main_unselected {
	font-family : "Lucida Sans Unicode", Arial, Helvetica;
	font-weight : bold;
	font-size: 10pt;
	color: #FFC104;
	background-color: #007b9d;
	text-decoration : none;
}
.menu_main_over {
	font-family : "Lucida Sans Unicode", Arial, Helvetica;
	font-weight : bold;
	font-size: 10pt;
	color: #FFC104;
	background-color: #7E2612;
	text-decoration : none;
	cursor :pointer;
}
.menu_main_selected {
	font-family : "Lucida Sans Unicode", Arial, Helvetica;
	font-weight : bold;
	font-size: 10pt;
	color: #007b9d;
	background-color: #FFC104;
	text-decoration : none;
}
.menu_sub_unselected {
	color: #FFC104;
	background-color: #007b9d;
	font-family : "Lucida Sans Unicode", Arial, Helvetica;
	font-weight : bold;
	font-size: 8pt;
	line-height: .97em;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: -8px;
	width: 150px;
	display: block;
	text-decoration : none;
}
.menu_sub_over {
	color: #FFC104;
	background-color: #7E2612;
	cursor :pointer;
	font-family : "Lucida Sans Unicode", Arial, Helvetica;
	font-weight : bold;
	font-size: 8pt;
	line-height: .97em;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: -8px;
	width: 150px;
	display: block;
	text-decoration : none;
}	
.menu_sub_selected {
	color: #007b9d;
	background-color: #FFC104;
	font-family : "Lucida Sans Unicode", Arial, Helvetica;
	font-weight : bold;
	font-size: 8pt;
	line-height: .97em;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: -8px;
	width: 150px;
	display: block;
	text-decoration : none;
}
.bookmark {
	font-family: "Lucida Sans Unicode", Arial, Helvetica;
	font-size: 9px;
	font-weight : bold;
	color: #007b9d;
	background-color: #FFC104;
}
a {text-decoration: none;}
/*
a:hover {
	color: #FFC104;
	background-color: #7E2612;
}*/