/* -- Navigation MemberHome submenu Menu CSS -- **/

a.bottom_menu_item:link,
a.bottom_menu_item:visited
{
	color: #fff;
}

a.bottom_menu_item:hover
{
	color: #FFFB90;
}

a.bottom_menu_item_active:link,
a.bottom_menu_item_active:visited
{
	color: #FFFB90;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
}

a.bottom_menu_item_active:hover
{
	color: #FFFB90;
}