﻿.MenuItem, .DynamicMenuItem
{
	/*background-color:#E9FAFE;*/
	background:url(../Images/leftmenuitem1.png) no-repeat;
	color:#FFA000;
	font-family:Candara;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	width:160px;
	border:solid;
	border-color:#42414B;
	border-width:1px;
	height:20px;
	display:block;
}

.MenuItemSelected
{
	background:url(../Images/leftmenuitem2.png) no-repeat;
	background-color:#CCFFFF;
	text-align:center;
	border:solid;
	border-color:#FFA000;
	border-width:1px;
	height:20px;
}

a.MenuItemHover:link,
a.MenuItemHover:visited,
.MenuItemHover,
a.MenuItemHover:link,
a.MenuItemHover:visited,
.MenuItemHover
{
	background:url(../Images/leftmenuitem3.png) no-repeat;
	color:#333300;
	font-family:Candara;
	font-size:10pt;
	font-weight:bold;
	width:160px;
	text-align:center;
	border:solid;
	border-color:#FFA000;
	border-width:1px;
	height:20px;
	display:block;
}