.RootMenuItems 
{
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666; 
	border-top: 1px solid #666666;
	border-right: 0px solid #666666;
	height: 21;
	background-color: White;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight:bold;
	font-style:normal ;
}

.RootMenuItemsNew
{
    border-left: 1px solid #666666;
	border-bottom: 1px solid #666666; 
	border-top: 1px solid #666666;
	border-right: 0px solid #666666;
	height: 21;
	background-color: Transparent;
}

.MenuBreak
{
	border: none;
}

.MainMenu_SubMenu {
	margin: 1px solid #666666;
	border: 1px solid #666666;
	cursor: pointer; 
	cursor: hand; 
    background-color: white;
}

.RootArrow
{
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-left: none;
	border-right: none;
    height: 21px;
    background-color: White;

}

.MainMenu_MenuItemSel {
	background-color: #fdcf07;
}
