#mainmenu {
display: none;
padding: 0;
width: 770px;
margin: 0 auto;
list-style-type: none;
}

#mainmenu-frame {
    position: relative;
    height: 31px;
	clear: left;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	background-image: url('../images/menu-item-bg.png');
	width: 100%;
}


/*-- required & default rules --*/
.ux-menu-container {
    position: absolute;
    top: 0;
	clear: left;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
	/*background-image: url('../images/menu-item-bg.png');*/
	width: 100%;
}

.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;
    zoom: 1;
    z-index: -1;
    filter:mask();
}

.ux-menu-vertical .ux-menu-item-main {
    clear: left;
}

.ux-menu a {
    display: block;
    position: relative;
    text-decoration: none;
    color: white; //#432;
    border-left: 1px solid #e3dad1;
    border-top: 0; /*1px solid #e3dad1;*/
    border-bottom: 0; /*1px solid #e3dad1;    */
    background: #f3efec url(../images/menu-item-bg.png) repeat;
    font-size: 12px;
    line-height: 12px;
    padding: 9px 14px 10px;
    cursor: pointer;
}

.ux-menu-sub a {
    display: block;
    position: relative;
    text-decoration: none;
    color: white; //#432;
    border-left: 0; /*1px solid #e3dad1;*/
    border-top: 0; /*1px solid #e3dad1;*/
    border-bottom: 0; /*1px solid #e3dad1;    */
    background: #f3efec url(../images/menu-sub-item-bg.png) repeat;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 14px;
    cursor: pointer;
}

.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-sub a:focus,
.ux-menu-sub a:hover,
.ux-menu-sub a.ux-menu-link-hover {
    border-color: #d2e3f4;
    background: url(../images/menu-sub-item-bg-over.png) repeat;
    outline: 0;
}

.ext-ie .ux-menu-clearfix {
    zoom: 1;
}

.ux-menu-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ux-menu a.ux-menu-link-parent {
    padding-right: 24px;
    min-width: 1px;
}

.ux-menu ul a,
.ux-menu.ux-menu-vertical a {
    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: 8px;
    height: 6px;
    right: 10px;
    top: 14px;
    position: absolute;
    background: url(../images/menu-arrow-down-white.gif) no-repeat;
    font-size: 0;
}

.ux-menu.ux-menu-vertical .ux-menu-arrow,
.ux-menu ul .ux-menu-arrow  {
    width: 6px;
    height: 8px;
    top: 8px; 
    background: url(../images/menu-arrow-right-white.gif) 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: #494a4c;*/
}
