.MenuBar
{
	background-image:url(../../Icons/Menu/MainMenu.png);
	background-repeat:repeat-x;
	background-position:left top;
	color: White;
	cursor: default;
	border: solid 1px #CFDBC5;
}

.MenuBarItem
{
	cursor: default;
	background-color: Transparent;
	font-size: 12px;
	font-weight: bold;
	font-family: "Verdana";
	color: White;
	height: 25px;
	width: 100%;
}

.MenuBarItem:hover
{
	cursor: default;
	background-image:url(../../Icons/Menu/MainMenuHover.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color: #9DB68C;
	font-size: 12px;
	font-weight: bold;
	font-family: "Verdana";
	color: White;
	height: 25px;
	width: 100%;
}

.MenuBarItemHover
{
	cursor: default;
	background-image:url(../../Icons/Menu/MainMenu.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color: #9DB68C;
	font-size: 12px;
	font-weight: bold;
	font-family: "Verdana";
	color: White;
}

.LanguageItemHover
{
	cursor: default;
	font-size: 12px;
	font-weight: bold;
	font-family: "Verdana";
	color: White;
}

.MenuItem
{
	background-color: Transparent;
	color: #486137;
	font-weight: lighter;
	font-family: "Verdana";
	cursor: default;
	width: 100%;
	height: 100%;

	font-size: 12px;
}


.MenuItem:hover
{
	color: Black;
	width: 100%;
	cursor: default;
	font-size: 12px;
	font-weight: lighter;
	font-family: "Verdana";
	cursor: pointer;
}


.MenuItemHover
{
	background-image:url(../../Icons/Menu/MenuHover.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color: #9DB68C;
	color: Black;
	cursor: default;
	width: 100%;
	font-size: 12px;
	
}




