/* DROP-DOWN MENU */
#head2 .container{overflow:visible;height:43px;}
#menu1 ul{height:43px;white-space:nowrap;}
#menu1 li.dropDown{position:relative;white-space:nowrap;}
#menu1 li.dropDown:hover{background:color:#fff;background:url('img/img_05.jpg');}
#menu1 li.dropDown a{display:block;height:33px;}
* html #menu1 li.dropDown a{display:block;height:43px;}
#menu1 li.dropDown a:hover{}

#menu1 li ul{display:none;border-right:0;}
#menu1 li.dropDown ul{height:auto;float:left;z-index:10;position:absolute;left:-1px;top:43px;}
#menu1 li.dropDown:hover ul ul{display:none;}
#menu1 li.dropDown ul li{position:relative;clear:left;float:left;width:15em;border-bottom:1px dotted #fff;border-bottom:1px dotted #fff;border-left:1px dotted #fff;border-right:1px dotted #fff;background:url('img/img_14.jpg'); color:#83694D;}
#menu1 li.dropDown ul li.l1{border-top:1px dotted #fff;}
#menu1 li.dropDown ul li:hover{background:url('img/img_05.jpg') repeat-x; color:#83694D;}
#menu1 li.dropDown ul li a{height:auto;margin:0;padding:10px 20px 10px 15px;font-weight:bold;background:none;text-shadow:none; color:#83694D;}
#menu1 li.dropDown ul li a:hover, #menu1 li.dropDown .selected > a{text-decoration:underline; color:#83694D;}

#menu1 li.dropDown ul ul{display:none;position:absolute;z-index:11;top:0;left:15em;}
#menu1 li.dropDown ul ul li a{padding:7px 10px;font-size:1em;}


#menu2 li{border-bottom:1px solid #e8eaed;}

#menu2 li.dropDown{position:relative;}
#menu2 li.dropDown:hover{color:#fff;background:url('img/menu1_bg_hover.png');}
#menu2 li.dropDown:hover a{color:#fff;background:none;}

#menu2 .sub1 li{border:0;}

#menu2 .dropDown .sub1{display:none;white-space:nowrap;position:absolute;top:0;left:230px;z-index:12;border-left:3px solid #6b9b0e;}
*:first-child+html #menu2 .dropDown .sub1{background:#66960b;} /* IE 7 hack */
* html #menu2 .dropDown .sub1{background:#66960b;} /* IE 6 hack */
#menu2 .dropDown .sub1 li{position:relative;width:15em;padding:0;background:url('img/menu_drop.png');border-bottom:1px solid #e8eaed;}
#menu2 .dropDown .sub1 li a{padding:5px 20px 5px 10px;background:none;color:#fff;text-decoration:none;}
#menu2 .dropDown .sub1 li:hover{background:url('img/menu1_bg_hover.png');}
#menu2 .dropDown .sub1 li a:hover, #menu2 .dropDown .sub1 .selected > a{color:#fff;text-decoration:underline;}

#menu2 .sub2{margin:0;padding:0;border:0;background:none;}
#menu2 .sub2 li{border:0;}

#menu2 .dropDown .sub1 li ul{display:none;position:absolute;margin:0;padding:0;z-index:13;top:0;left:15em;border-left:3px solid #6b9b0e;}
#menu2 .dropDown .sub1 li{background:url('img/menu_drop.png');border-bottom:1px solid #e8eaed;}
#menu2 .dropDown .sub1 li ul li a{padding:3px 20px 3px 10px;}

