 /* WinIE behavior call */
div#nav-cat {
 margin-top: 0em;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 font-weight: bold;
 font-size: 1.3em;
border-top: none;
background: #fff;
}
div#nav-cat ul {
 margin: 0em; 
 padding: 0em; 
 width: 100%; 
 z-index: 1000;
 line-height: 14px;
 border: none;
}

div#nav-cat ul.level2 {
background-color: #fff;
border: 1px solid #DBDBDB;
}
div#nav-cat ul.level3 {
background-color: #fff;
border: 1px solid #DBDBDB;
}
div#nav-cat ul.level4 {background-color: #000;}
div#nav-cat ul.level5 {background-color: #000;}
div#nav-cat ul.level6 {background-color: #000;}

div#nav-cat li {
 z-index: 1;
 position: relative;
 list-style: none;
 margin: 0;
 margin-top: 0;
 margin-bottom: 2px;
 width: 96%;
 padding-left: 10px;
 background: url("../images/marker-1.png") no-repeat scroll 6px 13px transparent;
}
div#nav-cat li li {
 margin-left: 0em;/* This puts space between menu and sub-menu , reccomend to leave at 0 unless you have over-lapping problems. */
 
} 
div#nav-cat li:hover {} /* sets the HOVER background of any MENU item that DOES NOT have submenu items */
div#nav-cat li.submenu {} /* sets the background of any menu item that DOES have submenu items */
div#nav-cat li.submenu:hover {} /*sets the HOVER background of any menu item that DOES have submenu items */



div#nav-cat li a {/*<---This will set the background color of the WHOLE MENU , EVERY LEVEL , SYSTEM WIDE!!! If you want different colors , DON'T CHANGE THIS!!! */
 display: block;
 width: 100%;
 color: #000;
 font-size: 11px;
 text-decoration: none;
 line-height: 14px;
 font-weight: 500;
 padding: 6px 0 6px 13px;
 background: url(../images/left_li.gif) no-repeat 5px center;
}
div#nav-cat li a:hover {
	color:orange;
}
div#nav-cat li a:visited {
	color:orange;
}
div#nav-cat ul ul {
 position: absolute; top: 0; left: 101%;
 display: none; z-index: 1000;
}

div#nav-cat ul.level1 li.submenu:hover ul.level2 , 
div#nav-cat ul.level2 li.submenu:hover ul.level3 ,
div#nav-cat ul.level3 li.submenu:hover ul.level4 ,
div#nav-cat ul.level4 li.submenu:hover ul.level5 ,
div#nav-cat ul.level5 li.submenu:hover ul.level6 {
 display:block;
}
.descrfly .additionalImages { width:750px; height:auto;}
.descrfly .productImage {width:750px; height:auto;}
div#nav-cat ul.level3 li.submenu:hover ul.level4 { height: 200px;overflow: scroll;}