.clear { height: 100% }
.clear:after { content: ''; display: block; clear: both }
#menu { position: relative; z-index: 10000; }
#menu, #menu ul { list-style: none; margin: 0; padding: 0; font-family: 'open_sansregular', Arial, Helvetica, sans-serif; font-size: 13px; color: #20aeda; float: left; font-weight: normal; }
#menu li { border-right: 1px solid #0b8abd; position: relative; float: left; white-space: nowrap; color: #20aeda }
#menu li a { display: block; padding: 10px 30px; text-decoration: none; color: #fff; font-size: 14px; }
#menu li a:hover { color: #fff; background: #0c91c7; }
#menu .current { color: #fff; background: #0c91c7; }
#menu ul { background: #fff; display: none; position: absolute; border: 1px solid #f2eeee; border-top: 0; }
#menu ul li { background: #fff; border-bottom: 1px solid #0288bf; border-right: 0px solid transparent; float: none; }
#menu ul li a { background: #fff; padding: 5px 20px; text-transform: uppercase; color: #4b4949; min-width: 120px; font-size: 11px; }
#menu ul li a:hover { color: #d10c28; }
#menu ul ul { top: -1px; left: 100% }
#menu ul ul a { padding: 5px 20px; }
#menu li.has_child { background: none; padding-right: 0px; }
#menu li.hover { }
