.bot_menu
{
	height: 27px;
	background: #252525;
	border: 1px solid #5d5d5d;
	margin: 0 auto;
	width: 900px;
	padding-top: 8px;
}

.menu_td,
.menu_td_last
{
	border-right: 1px solid #cacbc9;
	height: 15px;
	padding: 1px 5px 0;
}

.menu_td_last
{
	border: none;
}

a.menu_bottom_line_item,
a.menu_bottom_line_item:hover,
a.menu_bottom_line_item_active
{
	font: 11px Arial;
	color: #cacbc9;
	text-decoration: none;
}

a.menu_bottom_line_item:hover,
a.menu_bottom_line_item_active
{
	color: #fff;
}

.bot_menu td
{
	height: 15px;
}