/*-- required & default rules --*/
.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;
    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;
    font-size: 13px;
    line-height: 12px;
    padding: 5px;
	padding-top:2px;
    padding-bottom: 2px;
	color:#deded1;
	font-family:Arial;
}
ux.menu ul a {
    width: 100%;
}
.ux-menu a:focus,
.ux-menu a:hover,
.ux-menu a.ux-menu-link-hover {
    border-color: #d2e3f4;
    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 {
    min-width: 1px;
}
.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;
}
ul#left-nav-categories li ul, ul#left-nav-brands li ul{
	background:url(/images/common/submenu_bg_1px.png);
	border:1px solid #626262;
	/*border-top:1px solid #626262;*/
	width:125px;
	z-index:999;
	text-transform: uppercase;
} 
ul#top-nav-categories, ul#top-nav-categories {
	background:url(/images/common/submenu_bg_1px.png);
	border:1px solid #626262;
	/*border-top:1px solid #626262;*/
	width:150px;
	z-index:999;
	text-transform: uppercase;
	left:-30px !important;
	top:20px !important;
} 
a.uppercased {
	text-transform: uppercase;
}
.ux-menu-sub a{
	
    font-size: 11px;
}
.ux-menu-sub ol{
	list-style:none;
	padding-left:0;
	margin-left:-2px;
} 
.ux-menu-sub ol li{
	width:150px !important;
}
/*
.current {
  background:#fff!important;
}
*/
/*

.ux-menu.ux-menu-horizontal > .ux-menu-item-first > a {
    background: transparent url(images/menu-item-first.png) no-repeat center left;
}
.ux-menu.ux-menu-horizontal > .ux-menu-item-last > a {
    background: transparent url(images/menu-item-last.png) no-repeat center right;
}

.ux-menu.ux-menu-horizontal > .ux-menu-item-first.ux-menu-item-hover > a {
    background: transparent url(images/menu-item-first-over.png) no-repeat center left;
}
.ux-menu.ux-menu-horizontal > .ux-menu-item-last.ux-menu-item-hover > a {
    background: transparent url(images/menu-item-last-over.png) no-repeat center right;
}

.ux-menu.ux-menu-horizontal > li.ux-menu-item-main > a {
    padding-bottom: 12px;
}*/
