﻿.MenuTable 
{
	font-family: Verdana, Tahoma;
	font-size: 8pt;
	color: Black;
	width: 100%;
}
.MenuRow
{
}

.MenuCell
{
	text-align: center;
	background-image:url('bgOn.gif');
	background-repeat:repeat-x;
	height:45px;
	cursor:pointer;
	vertical-align:middle;
	border-right: solid 1px #cccccc;
	
}


.MenuCell:hover
{
	text-align: center;
	background-image:url('bgOff.gif');
	background-repeat:repeat-x;
	height:45px;
	cursor:pointer;
	vertical-align:middle;
	border-right: solid 1px #cccccc;
}
	
.MenuCellSelected
{
	
	text-align: center;
	background-image:url('bgOff.gif');
	background-repeat:repeat-x;
	height:45px;
	cursor:pointer;
	vertical-align:middle;
	border-right: solid 1px #cccccc;
	font-weight: bold;
	text-decoration: none;
	
}

.InnerCell
{
	padding-left: 5px;
	padding-right: 5px;
}
.InnerCell a
{
	font-size: 8pt;
	font-family: Verdana, Tahoma;
	color: Black;
}

.InnerCell a:hover
{
	font-size: 8pt;
	font-family: Verdana, Tahoma;
	color: Black;
}
