@charset "utf-8";
/*
 Ajatix Advanced CSS Drop Down Menu
 Copyright (C) 2009-2014 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXCSSMenucJDGUIC {position:relative;z-index:100;min-width:590px;line-height:0;background:#f5f5f5 url(ajxmenu_files/menu-bg.gif) top left;box-shadow:3px 3px 10px rgba(0,0,0,.5);}
.AJXCSSMenucJDGUIC ul {position:relative;display:inline-block;margin:0;padding:0;list-style-type:none;}
*+html .AJXCSSMenucJDGUIC ul {display:inline;}
.AJXCSSMenucJDGUIC li {float:left;margin:0;}
.AJXCSSMenucJDGUIC li a {display:block;height:34px;white-space:nowrap;overflow:hidden;padding:0 0 0 27px;font:11px Verdana,Arial,Helvetica,sans-serif;line-height:34px;text-decoration:none;text-align:left;color:#333333;}
.AJXCSSMenucJDGUIC a span {display:block;padding:0 27px 0 0;}
.AJXCSSMenucJDGUIC li:hover > a,.AJXCSSMenucJDGUIC li.ajxover > a {background:url(ajxmenu_files/top-mo.gif) no-repeat bottom left;}
.AJXCSSMenucJDGUIC li:hover > a span,.AJXCSSMenucJDGUIC li.ajxover > a span {background:url(ajxmenu_files/top-mo.gif) no-repeat bottom right;}
@media screen and (max-width:480px) {
.AJXCSSMenucJDGUIC {min-width:0;width:100%;background-repeat:repeat-x;background:#f0efef;border:solid 1px #d7d7d7;border-radius:2px;box-shadow:none;cursor:pointer;}
.AJXCSSMenucJDGUIC:before {position:absolute;right:10px;content:"\2261";font:bold 34px Arial,Helvetica,sans-serif;line-height:34px;color:#333333;z-index:1;}
.AJXCSSMenucJDGUIC > ul {width:100%;height:0;overflow:hidden;padding-top:34px;cursor:default;}
.AJXCSSMenucJDGUIC:hover ul,.AJXCSSMenucJDGUIC .ajxover ul {height:auto;}
.AJXCSSMenucJDGUIC li {float:none;padding:0 0px 0px 0px;}
}
