.TopGroup {
 color: #FFFFFF;
 background-color: #FFFFFF;
 font-family: Arial;
 font-size: 12px;
 font-weight: bold;
 text-decoration: 'none';
 cursor: pointer;
 vertical-align: middle;
 text-align:left;
 width: 215px;
 height: 21px;

}

.MenuGroup {
 color: #FFFFFF;
 background-color: #D2D5DF;
 font-family: Arial;
 font-size: 12px;
 font-weight: bold;
 text-decoration: 'none';
 cursor: pointer;
 vertical-align: middle;
 text-align: left;
 width: 215px;
 height: 25px;

}

.MenuItem {
 color: #666666;
 font-family: Arial;
 font-size: 12px;
 text-decoration: 'none';
 cursor: pointer;
 vertical-align: middle;
 text-align: left;
 height: 25px;

 
 
}


.MenuItemHover {
 color: #666666;
 font-family: Arial;
 font-size: 12px;
 text-decoration: underline overline;
 cursor: pointer;
 vertical-align: middle;
 text-align: left;
 height: 25px;
 
}

.ChildItem {
 color:#999999;
 background-color: #E3E0CE;
 font-family: Arial;
 font-size: 12px;
 font-weight: normal;
 text-decoration: 'none';
 cursor: pointer;
 vertical-align:middle;
 text-align:left;
 width: 215px;
 height: 25px;
}

.ChildItemHover {
 color: #FF6600;
 background-color:#E3E0CE;
 font-family: Arial;
 font-size: 12px;
 font-weight: normal;
 text-decoration: 'none';
 cursor: pointer;
 vertical-align:middle;
 text-align:left;
 width: 244px;
 height: 25px;
}

.MenuHome {
 color: #999999;
 font-family: Arial;
 font-size: 12px;
 font-weight: normal;
 text-decoration: none;
 cursor: pointer;
 vertical-align: middle;
 text-align: left;
 padding: 5px 15px 4px 5px;
 height: 25px;
}

.MenuHome:hover {
 color: #FF6600;
 font-family: Arial;
 font-size: 12px;
 font-weight: normal;
 text-decoration: none;
 cursor: pointer;
 vertical-align: middle;
 text-align: left;
 padding: 5px 15px 4px 5px;
 height: 25px;
}
	
.MenuHomeSelected {
 color: #FF6600;
 font-family: Arial;
 font-size: 12px;
 font-weight: normal;
 text-decoration: none;
 cursor: pointer;
 vertical-align: middle;
 text-align: left;
 padding: 5px 15px 4px 5px;
 height: 25px;
}