.clear { height: 100% }
.clear:after { content: ''; display: block; clear: both }

#menu, #menu ul { list-style: none; margin: 0; padding: 0; font-family:'droid_sansregular', Verdana, Arial, Helvetica, sans-serif;}

#menu em { color:#cfcfcf; font-weight:normal; }

#menu li {  border-right: 1px solid #e3e3e3; position: relative; float: left; white-space: nowrap; }
#menu li a { display: block; padding: 9px 25px; text-decoration: none; color: #000000; font-size:13px;   }

#menu li a:hover { color:#3e93e8;  }

 #menu .current { color:#3e93e8;
 }
 

#menu ul { background: #fff; display: none; position: absolute; border: 1px solid #f2eeee; border-top:0; }
#menu ul li { background: #fff; border-top: 1px solid #f2eeee; border-right: 0px solid transparent; float: none; }

#menu ul li a {  padding: 5px 10px; text-transform:none; color:#000000; min-width:120px;  } /*sub menu*/

 #menu ul li a:hover {
color:#3e93e8;
}
 
#menu ul ul { top: -1px; left: 100% } /*sub sub menu*/

#menu ul ul a {  padding: 5px 20px;  }

#menu li.has_child { background:none; padding-right: 0px; }
#menu li.hover  { }

