/*
 * 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 --*/
ul.ux-menu-horizontal {
    width: 1000px;
    height: 32px;
}

.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;
}

li.ux-menu-item-main {
   height: 30px;
   text-align: center;
   border: 0px solid #000;
   line-height: 30px;
   padding-top:0px;
   margin-left: 17px;
   margin-right: 17px;
}

li.ux-menu-item-main a {
   font-family: Georgia;
   text-decoration: none;
   font-weight: bold;
   font-size: 20px;
}

li.doubleline {
   line-height: 15px;
}

.ux-menu a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
/*    border-left: 1px solid #e3dad1;
    border-top: 1px solid #e3dad1;
    border-bottom: 1px solid #e3dad1;
    background: #f3efec url(images/menu-item-bg.png) repeat;*/
    padding: 0px 2px;
}

.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 {
    /*border-color: #d2e3f4;
    background: url(images/menu-item-bg-over.png) repeat;*/
    outline: 0;
}

.ux-menu-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ux-menu a.ux-menu-link-parent {
    padding-left: 5px;
    padding-right: 5px;
    min-width: 1px;
    text-decoration: none;
}

.ux-menu-sub a.ux-menu-link-parent {
    text-decoration: none;
}

.ux-menu-sub a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 3px;
}

ul.ux-menu-sub li {
    text-align:left;
    background-color: #000;
    margin-bottom: 0px;
}

.ux-menu-container .ux-menu-sub LI A
{
   font-family: Verdana;
   font-size: 12px;
}



.ux-menu-sub a:focus,
.ux-menu-sub a:hover,
.ux-menu-sub a.ux-menu-link-hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

ul.ux-menu-sub li.ux-menu-item-parent {
    background: #000 url(/images/arrows.gif) no-repeat right center;
    text-decoration: none;
}

.ux-menu ul a,
.ux-menu.ux-menu-vertical a {
    text-decoration: none;
    border-bottom: 0px;
    /*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 {
    display: block;
    width: 0px;
    height: 0px;
    right: 0px;
    top: 0px;
    position: absolute;
    background: url(images/menu-arrow-down.png) no-repeat;
    font-size: 0;
}
*/

.ux-menu.ux-menu-vertical .ux-menu-arrow,
.ux-menu ul .ux-menu-arrow  {
    width: 6px;
    height: 8px;
    top: 13px;
    background: url(images/menu-arrow-right.png) no-repeat;
}

.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;
*/
}

