.bot_menu
{
	height:22px;
	width:900px;
	color:#FFF;
	text-decoration:none;
	
	
}

.bot_menu_td,
.bot_menu_td a,
.bot_menu_td_last a,
.bot_menu_td_last
{
	height:22px;
	border: 1px solid #FFF;
	padding:2px;
	color:#FFF;
	text-decoration:none;
	background:#069;
}

.bot_menu_td_last
{
	text-decoration:none;
}

a.menu_bottom_line_item
{
	text-decoration:none;
}

a.menu_bottom_line_item:hover
{
	color:#9FF;
	text-decoration:underline;
	background:#00F;

}
.menu_bottom_line_item_active a:hover
{
	color:#FFF;
}
a.menu_bottom_line_item_active
{
	background:#06F;
	font-weight:bold;
	color:#FFF;
}

