﻿.menuTable tr td
{
	height:44px;
	background-repeat:no-repeat;
	cursor: pointer;
}

.menuTdFirst, .menuTdFirstHover, .menuTdFirstSelected
{
	width: 6px;
}

.menuTdFirstHover, .menuTdFirstSelected
{
	background-image: url(/Images/menuleft.gif); 
}

.menuBookingImage
{
	background-image: url(/Images/mbg.gif); 
	width: 27px;
}

.menuTdSecond, .menuTdSecondHover, .menuTdSecondSelected
{
	background-color: #ffffff; 
	width: 150px;
	font-size:13px;
	font-weight:bold;
	color:#97917A;
	padding-right:5px;
}

.menuTdSecondHover
{
	background-color: #dcddd0; 
}

.menuTdSecondSelected
{
	background-color: #97917a;
	color: #dcddd0;
}

.menuTdThird, .menuTdThirdHover, .menuTdThirdSelected
{
	width: 6px;
	background-image: url(/Images/menuleft.gif); 
}

.menuTdThirdHover, .menuTdThirdSelected
{
	background-color: #97917a;
	background-image: none;
}

.menuTdForth
{
	width: 38px;
}

.menuEmptyTr
{
	cursor: default;
}