﻿.TopGroup { margin: auto; }
.MenuGroup { border-top:1px solid #fff; }

.Item, .ItemHover, .ItemExpanded { font-size:15px; font-weight:bold; cursor: pointer; text-transform:uppercase; letter-spacing:2px; }
.ItemInner {  padding:5px; margin:0 34px; }
.Item .ItemInner { color:#818284; background-color:#ffffff; }
.ItemHover .ItemInner, .ItemExpanded .ItemInner { color: #ffffff; background-color:#bf2b35; }

.ChildItem, .ChildItemHover, .ChildItemExpanded { padding: 6px 10px; min-width:170px; cursor: pointer; font-size: 14px; text-transform:uppercase; border-bottom:1px solid #fff; }
.ChildItem { color: #ffffff; background-color:#bf2b35; }
.ChildItemHover, .ChildItemExpanded { color: #818284; background-color:#bf2b35; }