.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:18px;
	background-color: transparent;
	border:none;
}
/* .MainMenu_MenuItem.background-color: menu background 
   .color: text color in submenu!
 */
.MainMenu_MenuItem {
	border: #608013 1px solid;
	border-left: none;
	border-right: none;
	cursor: pointer; 
	cursor: hand; 
	color: #C1B4A4; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background: #38391F;
	/*Transparent url(<%=SkinPath%>images/VGrnTbar.gif) repeat-x;*/
}
.MainMenu_MenuIcon {
	background-color: #38391F;
	border: #608013 solid 1px;
	border-right: none;
/*	border-left: red 1px solid; 
	border-bottom: #84D094 1px solid; 
	border-top: #84D094 1px solid; 
	*/
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #38391F;
	border: #608013 solid 1px;
	cursor: pointer; 
	cursor: hand;
	/*filtttter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
}
.MainMenu_MenuBreak {
	height: 1px;
}
/* .MainMenu_MenuItemSel.background-color: Each menu item bkgrn when hovered over*/
.MainMenu_MenuItemSel {
	background-color: #608013;
	cursor: pointer; 
	cursor: hand; 
	color: #FFCC00;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border: #608013 1px solid;
	border-left: none;
/* 	border-right: #608013 0px solid;
	border-left: #608013 1px solid;
	border-bottom: #608013 0px solid; 
	border-top: #608013 0px solid;
	background: yellow;
	*/
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #A68A55;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}