/*
 * Ext Core Library Examples 3.0
 * http://extjs.com/
 * Copyright(c) 2006-2009, Ext JS, LLC.
 * 
 * The MIT License
 * 
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 * 
 */

/*-- required & default rules --*/
.ux-menu-init-hidden {
    visibility:hidden;
    position:absolute;
}

.ux-menu-container {
    position: relative;
}

.ux-menu,
.ux-menu ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.ux-menu li {
    position: relative;
    float: left;
}

.ux-menu ul {
    position: absolute;
    top: 0;
    left: 0;
}

.ext-border-box .ux-menu-ie-iframe,
.ext-ie7 .ux-menu-ie-iframe {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: -1;
}

.ux-menu-vertical .ux-menu-item-main {
    clear: left;
}

.ux-menu a {
    display: block;
    position: relative;
    text-decoration: none;
    background: url(../../../pict/layout_new/menu-ite.png) no-repeat;
    color:#112d52;
    font-family:Tahoma,Verdana,Helvetica,sans-serif;
    font-weight:900;
    font-size:14px;
    line-height:26px;
    text-indent:16px;
}

.ux-menu .ux-menu-item-parent a {
    background: url(../../../pict/layout_new/menu-ite.png) no-repeat;
}

li.ux-menu-item-main {
  margin:0 5px;
}

li.ux-menu-item-main a {
  width:155px;
  height:29px;
}

ul.ux-menu-sub li {
  width:155px;
  margin: 0 !important;
}

ul.ux-menu-sub {
  margin-top:-1px;
}

.ux-menu-sub a {
    display: block;
    text-decoration: none;
    background:url('../../../pict/layout_new/menu-itf.png') repeat-y !important;
    color:white;
    font-family:Tahoma,Verdana,Helvetica,sans-serif;
    font-size:11px;
    width:100%;
    margin:0;
    padding:0;
}

.ux-menu-sub a.ux-menu-link-last {
    background:url('../../../pict/layout_new/menu-itg.png') no-repeat left bottom !important;
}

.ux-menu a.ux-menu-link-last {
    
}

ux.menu ul a {
    color:#112d52;
    font-family:Helvetica,sans-serif;
    font-weight:bold;
    font-size:20px;
}

.ux-menu a:focus,
.ux-menu a:hover,
.ux-menu a.ux-menu-link-hover {
    background: url(../../../pict/layout_new/menu-ite.png) no-repeat;
    background-position:left -29px;
    outline: 0;
    color:white;
}

.ux-menu .ux-menu-item-parent a:focus,
.ux-menu .ux-menu-item-parent a:hover,
.ux-menu .ux-menu-item-parent a.ux-menu-link-hover {
    background: url(../../../pict/layout_new/menu-ite.png) no-repeat;
    background-position:left -29px;
}

.ux-menu-sub a:focus,
.ux-menu-sub a:hover,
.ux-menu-sub a.ux-menu-sub-link-hover {
    color:gray;
    background: url(../../../pict/layout_new/menu-itf.png) repeat-y !important;
    outline: 0;
}

.ux-menu-sub a.ux-menu-link-last:focus,
.ux-menu-sub a.ux-menu-link-last:hover,
.ux-menu-sub a.ux-menu-sub-link-hover {
    background: url(../../../pict/layout_new/menu-itg.png) no-repeat left bottom !important;
}

.ux-menu-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ux-menu a.ux-menu-link-parent {
    width:155px;
    height:29px;
}

.ux-menu-arrow {
    display: none;
}

.ux-menu.ux-menu-vertical .ux-menu-arrow,
.ux-menu ul .ux-menu-arrow  {
    display:none;
}

.ux-menu ul.ux-menu-hidden {
    display: none;
}
