#menu
{
	height: 39px;
	width: 1px;
	background: url(../imgs/middle_menu/bg.gif) repeat-x;
	/*float: left;*/
	margin: 0;
	padding: 0;
}
#menu table
{
	height: 37px;
	width: 1px;
	/*float: left;*/
	border: 0;
	margin: 0;
	padding: 0;
}
#menu td
{
	padding: 0px 2px 0px;
}
#menu td.vmenu_item_selected
{
	background: #ffffff;
}
#menu a
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
#menu td.vmenu_item_selected a
{
	color: #0280bb;
	text-decoration: underline;
}
