/*
 * Ext Core Library Examples 3.0
 * http://extjs.com/
 * Copyright(c) 2006-2009, Ext JS, LLC.
 * 
 * The MIT License
 * 
 */

.ux-menu-init-hidden {
    position: absolute;
    visibility: hidden;
}
.ux-menu-container {
    position: relative;
}
.ux-menu, .ux-menu ul {
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.ux-menu li {
    float: left;
    position: relative;
}
.ux-menu ul {
    left: 0;
    position: absolute;
    top: 0;
}
.ext-border-box .ux-menu-ie-iframe, .ext-ie7 .ux-menu-ie-iframe {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.ux-menu-vertical .ux-menu-item-main {
    clear: left;
}
.ux-menu a {
    background: #f3efec url("images/menu-item-bg.png") repeat scroll 0 0;
    border-bottom: 1px solid #e3dad1;
    border-left: 1px solid #e3dad1;
    border-top: 1px solid #e3dad1;
    color: #432;
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 14px;
    position: relative;
    text-decoration: none;
}
.ux-menu a.ux-menu-link-last {
    border-right: 1px solid #e3dad1;
}
ux.menu ul a {
    width: 100%;
}
.ux-menu a:focus, .ux-menu a:hover, .ux-menu a.ux-menu-link-hover {
    background: rgba(0, 0, 0, 0) url("images/menu-item-bg-over.png") repeat scroll 0 0;
    border-color: #d2e3f4;
    outline: 0 none;
}
.ux-menu-clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.ux-menu a.ux-menu-link-parent {
    min-width: 1px;
    padding-right: 24px;
}
.ux-menu ul a, .ux-menu.ux-menu-vertical a {
    border-bottom: 0 none;
    border-right: 1px solid #e3dad1;
}
.ux-menu ul a.ux-menu-link-last, .ux-menu.ux-menu-vertical a.ux-menu-link-last {
    border-bottom: 1px solid #e3dad1;
}
.ux-menu-arrow {
    background: rgba(0, 0, 0, 0) url("images/menu-arrow-down.png") no-repeat scroll 0 0;
    display: block;
    font-size: 0;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 8px;
}
.ux-menu.ux-menu-vertical .ux-menu-arrow, .ux-menu ul .ux-menu-arrow {
    background: rgba(0, 0, 0, 0) url("images/menu-arrow-right.png") no-repeat scroll 0 0;
    height: 8px;
    top: 13px;
    width: 6px;
}
.ext-border-box .ux-menu-arrow {
    top: 17px;
}
.ext-border-box .ux-menu.ux-menu-vertical .ux-menu-arrow, .ext-border-box .ux-menu ul .ux-menu-arrow {
    top: 16px;
}
.ux-menu ul.ux-menu-hidden {
    display: none;
}
.ux-menu a.current {
    background-image: url("images/menu-item-bg-current.png");
    border-color: #cbc0b7;
}