.middle_menu_block
{
	width: 954px;
	/*height: 122px;*/
	background: url(../imgs/middle_menu_bg.jpg) no-repeat;
	position: relative;
}
.middle_menu_table
{
	height: 25px;
	width: 900px;
	border: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
td.menu
{
	padding: 2px 13px 0 13px;
}
td.sep
{
	width: 2px;
	padding: 3px 0 0 0;
}
.middle_menu_block a
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #0280bb;
	cursor: pointer;
}
.middle_menu_block .vmenu_item_selected
{
	background: url(../imgs/menu_bg.gif);
}
.middle_menu_block .vmenu_item_selected a
{
	color: #9fca12;
}
#middle_menu
{
	width: 100px;
	height: 39px;
	position: absolute;
	z-index: 65;
}
