﻿

.SubGroup { }

/* Default item styles ------------------------------------ */
.Item, .ItemHover, .ItemExpanded { cursor: pointer; font-size: 9px; font-weight: bold; text-transform: uppercase; color:#fff;
                                   vertical-align:bottom; padding:0 12px 5px; text-align:center; line-height:normal; height:33px; }
.ItemHover, .ItemExpanded { text-decoration: underline; color:#c00; }

/* Child selected item styles ------------------------------------ */
.ChildItem, .ChildItemHover, .ChildItemExpanded { cursor: pointer; font-size: 9px; font-weight: bold; color: White; text-decoration: none;
                                                  background-color: #265191; font-weight: bold; border:1px solid black; text-transform:uppercase; padding:3px; }
.ChildItemHover, .ChildItemExpanded { background-color: #010066; }

