.liMenuHor { margin: 0; padding: 0; z-index: 10; }
.liMenuHor li { display: inline-block; list-style: none; margin: 0; padding: 0; text-align: left; vertical-align: top; }

.liMenuHor .top-offset { display: block; height: 0; }
.liMenuHor ul { margin-top: 0; }

.liMenuHor a { position: relative; display: inline-block; height: 56px; line-height: 56px; padding: 0 15px; text-align: left; text-decoration: none; }

.liMenuHor a>div { display: inline-block; vertical-align: middle; }
.liMenuHor a .name { font-size: 20px; color: #fff; vertical-align: top; }
.liMenuHor a:hover, .liMenuHor a.active, .liMenuHor a.selected { background-color: #481b1b; }
.liMenuHor a:hover .name, .liMenuHor a.active .name, .liMenuHor a.selected .name { color: #c6ae8a; }
.liMenuHor a.readonly, .liMenuHor a.readonly:hover { background: none; color: gray; }
.liMenuHor a .image { width: 32px; height: 30px; background-position: left 0; background-repeat: no-repeat; }
.liMenuHor a:hover .image, .liMenuHor a.active .image, .liMenuHor a.selected .image { background-position: -32px; }

.liMenuHor ul { display: none; position: absolute; left: 0; padding: 0; background-color: #481b1b; z-index: 999; }
.liMenuHor ul li { display: block; list-style: none; margin: 0; padding: 0; min-width: 254px; }
.liMenuHor ul a { display: block; padding: 5px 20px; width: inherit; height: inherit; line-height: normal; }
.liMenuHor ul a:nth-child(n+1) { margin-bottom: 1px; }
.liMenuHor ul a:before, .liMenuHor ul a:after { content: none; }
.liMenuHor ul a .name { display: inline; font-size: 17px; color: #ffffff; }
.liMenuHor ul a.selected, .liMenuHor ul a:hover, .liMenuHor ul .active { background: none; background-color: #773c3b; }
.liMenuHor ul a.selected .name, .liMenuHor ul a:hover .name { color: #c6ae8a; }
.liMenuHor ul .row { display: inline-block; margin-right: 10px; vertical-align: top; }
.liMenuHor ul .row:last-child { margin-right: 0; }

.liMenuHor ul ul { display: none; left: 0; top: 0; padding: 15px 10px; margin: 10px 0px 0px 0px; position: absolute; z-index: 1000 }


.arrow-down { 
}

.liMenuHor li:hover .arrow-down { 
}
