﻿.MenuItem
{
	color: darkblue;
	font-family: Tahoma;
	font-size: 9pt;
	text-align: right;
	width: 190px;
	padding: 2px;
	height: 20px;
	background-color: #f6f5f0;
}

.DynamicMenuItem
{
	color: Black;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: lighter;
	text-align: right;
	width: 190px;
	padding: 2px;
	height: 20px;
	background-image: url(navigation/menu.bmp);
	background-color: whitesmoke;
}
.MenuItemSelected
{
	background-color:#FFFFA0;
	text-align:center;
	border:solid;
	border-color:#FFA000;
	border-width:1px;
	padding:2px;
	height:20px;
}

.MenuItemHover
{
	background-color: royalblue;
	background-image: url(navigation/menu2.bmp);
	color: White;
	font-family: Tahoma;
	width: 190px;
	text-align: right;
	padding: 2px;
	height: 20px;
}