




.menudiv-wrapper1{width:100%; margin:0 auto;  background: url(../../images/categories_bg.gif) repeat; margin-bottom:0px; /*height:35px; */z-index:100;position:relative; border-bottom:1px solid #CCCCCC;}




.menudiv{width:1550px; margin:0 auto;}

.menu-right li{float:right !important;}



/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
/* position: absolute;*/
 position:fixed;
 /*left:48%;*/
 width: 159px;
 z-index:9999999999999999;
 background:#fff;
 /*border-top:4px solid #6CEAFF;*/
 color:#fff;
/* padding:10px 0;*/
     box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {

  margin-top: -11px !important;
 left: 150px;
 font-weight:normal;

}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {

 display: block;
 position: relative;
}
.menulist li:hover{ background:#000;}


/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
}
.menulist ul>li:last-child {
 /*margin-bottom: 1px; *//* Mozilla fix */
}







/* Links inside the menu */
.menulist a {
 display: block;
 padding:8px 5px;
 color: #000;
 /* font-size:13px;*/
 text-transform: uppercase;
 text-decoration: none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */


/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
 
.menulist a {
 float: none;
}
/* */
 


.menulist li ul li{ z-index:99999999;    padding: 5px;
    border-bottom: 1px solid #ccc;}
.menulist li ul li:hover{}

.menulist li ul li a{ color:#000;    text-transform: none; padding: 5px; }
.menulist li ul li a:hover{ color:#fff;/* font-size:12px;*/ font-weight:lighter!important; background:none;}





.uiv2-dropdown-box{margin-left:100%;position:absolute;/*position:fixed;*/z-index:16;top:0px;display:none}


 .product-li ul li:hover .uiv2-dropdown-box{display:block}



.product-li{position:relative;}
.product-ul{position:absolute;}
.product-ul li{position:static;}

.menulist ul li i {
    padding-right: 6px;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/


/* End Hacks */





