.menu_link {
	font-family : Arial, Verdana;
	font-size : 11px;	
	font-weight : normal;
	color : #000000 ! important;
	text-decoration : none ! important;
	letter-spacing: 1px;
}
.menu_link:hover {
	font-family : Arial, Verdana;
	font-size : 11px;	
	font-weight : normal;
	color : #A9A9A9 ! important;
	text-decoration : none ! important;
	letter-spacing: 1px;
}
.menu_selected {
	font-family : Arial, Verdana;
	font-size : 11px;
	font-weight : bold;
	color : #A9A9A9 ! important;
	text-decoration : none ! important;
	letter-spacing: 1px;
}
.menu_selected:hover {
	text-decoration : none;
	letter-spacing: 1px;
}
.sub_menu_link {
	font-family : Arial, Verdana;
	font-size : 12px;	
	font-weight : bold;
	color : #555555 ! important;
	text-decoration : none ! important;
}
.sub_menu_link:hover {
	font-family : Arial, Verdana;
	font-size : 12px;	
	font-weight : bold;
	color : #F26522 ! important;
	text-decoration : none ! important;
}
.sub_menu_selected {
	font-family : Arial, Verdana;
	font-size : 12px;	
	font-weight : bold;
	color : #F26522 ! important;
	text-decoration : none ! important;
}
.sub_menu_selected:hover {
	text-decoration : none ! important;
}