.TopGroup {
 color: #FFFFFF;
 background-color: #D2D5DF;
 font-family: Arial;
 font-size: 11px;
 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: 11px;
 font-weight: bold;
 text-decoration: 'none';
 cursor: pointer;
 vertical-align: middle;
 text-align: left;
 width: 215px;
 height: 25px;
}

.MenuItem {
 color: #FFFFFF;
 font-family: Arial;
 font-size: 11px;
 font-weight: bold;
 text-decoration: 'none';
 cursor: pointer;
 vertical-align: middle;
 text-align: left;
 border-left: solid 1px #ffffff;
}


.MenuItemHover {
 color: #FFFFFF;
 font-family: Arial;
 font-size: 11px;
 font-weight: bold;
 text-decoration: 'none';
 cursor: pointer;
 vertical-align: middle;
 text-align: left;
 border-left: solid 1px #ffffff;
}

.ChildItem {
 color:#666666;
 background-image: url(../images/nav_bg_on.gif);
 background-color: #ebebeb;
 font-family: Arial;
 font-size: 10px;
 font-weight: normal;
 text-decoration: 'none';
 cursor: pointer;
 vertical-align:middle;
 text-align:left;
 height: 18px;
 border-left: solid 1px #dfdfdf;
 border-right: solid 1px #dfdfdf;

}

.ChildItemHover {
 color:#0c2577;
 background-image: url(../images/nav_bg_off.gif);
 background-color: #c9cfe3;
 font-family: Arial;
 font-size: 10px;
 font-weight: normal;
 text-decoration: 'none';
 cursor: pointer;
 vertical-align:middle;
 text-align:left;
 height: 18px;
 border-left: solid 1px #dfdfdf;
 border-right: solid 1px #dfdfdf;

}

.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;
}
