/* Դԣһ http://down.liehuo.net */

.menu{bottom:0;right:200px;width:540px; position:absolute;height:80px;}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;z-index:1000;
display: inline;
float: left;margin:0 2px;
}
.ddsmoothmenu ul .bano{border:0;}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display:block;text-decoration:none;float:left;height:80px;line-height:80px;}
.ddsmoothmenu ul li a span{display:block;float:left;height:77px;line-height:77px;position:relative;padding:0 18px;color:#000;cursor:pointer;}
.ddsmoothmenu ul li a.sub span{ }
.ddsmoothmenu ul li a em{ position:absolute;display:block;width:3px;height:5px;background:url(../images/flange_icon.gif) -15px top;right:15px;top:14px;}
/*.ddsmoothmenu ul li a.sub span em{display:block;width:5px;height:3px;overflow:hidden;background:url(../images/icon_Landee Flange.gif) left top;right:15px; position:absolute;top:28px;}*/

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}


.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{

}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
;
}
.ddsmoothmenu ul li a.selected {}
.ddsmoothmenu ul li a.selected span{border-bottom:3px solid #aa846b;}

.ddsmoothmenu ul li a:hover ,.ddsmoothmenu ul li a.on {}

.ddsmoothmenu ul li a:hover span,.ddsmoothmenu ul li a.on span{border-bottom:3px solid #aa846b;}
/*/.ddsmoothmenu ul li a.sub:hover em,.ddsmoothmenu ul li a.sub.on em {background:url(../images/icon_Landee Flange.gif) -5px top;}*/



	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{background: #aa846b;padding-top:10px;
position: absolute;text-align:left;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;background:none;padding:0;margin:0;
}
.ddsmoothmenu ul li ul li.bottom{background: #aa846b;height:12px;line-height:12px;overflow:hidden;font-size:1px;padding:0;}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;left:0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width:180px; /*width of sub menus*/
margin: 0;float:none;line-height:24px;height:24px;background:#aa846b;color:#fff;font-size:12px;padding:0 20px;

}
.ddsmoothmenu ul li ul li a:hover{background:#86624a;}
.ddsmoothmenu ul li ul li a.selected{background:#86624a;}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}