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

.ux-menu-init-hidden {
    visibility: hidden;
    position: absolute;
}
.ux-menu-container {
	position: relative;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 80px;
	top: 100px;
	height: 30px;
}
.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 li ul li {
    position: relative;
    float: left;
	width:300px;
}
.ux-menu li ul li a {
	line-height:1.2em;
}

.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 !important ;  
    color: #432;
    border-left: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
   /* background: url(images/bg.png) repeat;
	background-size: 100% 100%;*/
	line-height: 12px;
    padding: 10px 14px;
	font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
	background-color: #fff;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
/* old: e3dad1 */

.ux-menu a.ux-menu-link-last {
    border-right: 1px solid #EEEEEE;
}

/* .ux-menu-item766 a,.ux-menu-item767 a, .ux-menu-item768 a, .ux-menu-item659 a, .ux-menu-item660 a {
	font-size: 12px !important;
} */

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;
	color:#0099CC;
}
.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: 0;
    border-right: 1px solid #EEEEEE;
}
.ux-menu ul a.ux-menu-link-last,
.ux-menu.ux-menu-vertical a.ux-menu-link-last {
    border-bottom: 1px solid #EEEEEE;
}
.ux-menu-arrow {
    display: block;
    width: 8px;
    height: 6px;
    right: 10px;
    top: 14px;
    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; */
		color:#0099CC;
		border-color: #67B13D;

}