﻿body {
}

table.ListBar
{
	height: 100%;
	width:100%;
}

td.ListBar_MainBar_Left
{
	height:22px;
	width:2px;
}

td.ListBar_MainBar_Middle
{
	height:22px;
	width: 185px;
	text-align:center; 
	background-image:url(../../Themes/Default/Images/bg_menu.gif);
}

.ListBar_MainBar_Item
{
	font-weight: bold; 
	width: 100%; 
	cursor: hand; 
	height:22px;
	color:#663300;
	
}

td.ListBar_MainBar_Right
{
	height:22px;
	width:2px;
}


table.ListBar_SubBar
{
	width:100%;
}

td.ListBar_SubBar_Item
{
	BACKGROUND-COLOR: #F5EFE0;
	color:#66330c; 
	width:250px;
	height:22px;
	text-align:center; 
	cursor: hand; 
}