/* Top Menu item styles ------------------------------------ */ 
.TopGroup{}
.Item, .ItemHover, .ItemExpanded{cursor:pointer;height:28px;font-size:11px; line-height:1em; font-weight:bold;
      color:#1566ae;text-align:center;padding:0px; text-transform:uppercase;}
.ItemHover, .ItemExpanded{}

/* Top Menu Child selected item styles ------------------------------------ */ 
.MenuGroup{padding:0px 6px 0px 6px;background-color: #8dc855;border-top:18px solid #8dc855; border-bottom:1px solid #8dc855; }
.ChildItem, .ChildItemHover, .ChildItemExpanded{cursor:pointer;  height:14px; font-size:11px;font-weight:bold; text-transform:uppercase;
           color:#1566ae;text-align:left;padding:0px 11px 0px 11px;margin:0px; border:none;}
.ChildItemHover, .ChildItemExpanded{}

.TopGroup .DivItem div{ height:11px; width:1px; background-color:#1566ae;margin:0px 11px;}
.MenuGroup .DivItem div{width:100%; height:11px; font-size:0px; }


/* Left Menu item styles ------------------------------------*/
.LTopGroup{margin:0px 0px 19px 0px; line-height:11px;}
.LMenuGroup{background-color:#1566ae; border-top:solid 5px #1566ae; border-bottom:solid 6px #1566ae;}
.LItem, .LItemHover, .LItemExpanded{cursor:pointer;height:8px;font-size:11px;color:#1566ae;text-align:left; 
                                    text-transform:uppercase; line-height:11px; font-weight:bold; padding:6px 5px 5px 10px; }
.LItemHover, .LItemExpanded{background-color:#1566ae; color:White;line-height:11px;}

/* Left Menu Child selected item styles ------------------------------------ */ 
.LChildItem, .LChildItemHover, .LChildItemExpanded{cursor:pointer;font-size:11px;color:White;text-align:left; text-transform:uppercase;
                                    font-weight:bold; padding:3px 10px 3px 19px; line-height:11px; }
.LChildItemHover, .LChildItemExpanded{}

.LTopGroup .LDivItem div{height:3px; width:100%; font-size:0px; line-height:0px;}

