.menuItems
{
	height: 24px;
	border-color: White;
	background-color: White;
	width: 100%;
}

.menuItems td
{
	background-color: #979ca7;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	cursor: hand;
}

.menuItems td.menuSelected
{
	color: #e5e6e9;
}

.menuSubItems
{
	background-color: #979ca7;
	border-right: white 1px solid;
	border-top: white 2px #979ca7;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}

.menuSubItems td
{
	padding: 2px 5px 2px 5px;
	background-color: #979ca7;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	cursor: hand;
}

.menuSubItems td.menuSelected
{
	color: #e5e6e9;
}