/* -- Navigation MemberHome submenu Menu CSS -- **/

a.bottom_menu_item:link,
a.bottom_menu_item:visited
{
	color: #235f8f;
}

a.bottom_menu_item:hover
{
	color: #457B9F;
	text-decoration: none;
}

a.bottom_menu_item_active:link,
a.bottom_menu_item_active:visited
{
	color: #457B9F;
	text-decoration: none;
}