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