/* JAKCMS IS NOT FREE SOFTWARE :: http://www.jakcms.com | http://www.jakcms.com/license-agreement/ */

.dropdown {position:absolute;margin:212px 0 0 50px;width:900px;height:50px;font-size:0.9em;font-weight:100;z-index:1;}

ul.topnav{float:left;list-style:none;}
ul.topnav li {float:left;position:relative;}
ul.topnav li a {float:left;display:block;color:#818181;text-align:center;text-decoration:none;padding:18px 40px 15px 10px;}
ul.topnav li a:hover {color:#555555;background:transparent url(../img/menu.png) top left no-repeat;}
ul.topnav li a.active {color:#555555;background:transparent url(../img/menu.png) top left no-repeat;}

ul.topnav li span {float:left;width:10px;height:52px;background:url(../img/subnav.png) no-repeat center top;margin-left:-15px;}
ul.topnav li span.subhover {cursor:pointer;}
ul.topnav li ul.subnav {list-style:none;position:absolute;left:0;top:51px;display:none;float:left;width:149px;}
ul.topnav li ul.subnav li {clear:both;width:149px;height:26px;margin-bottom:1px;}
html ul.topnav li ul.subnav li a {float:left;width:149px;background:transparent url(../img/subnavbg.png) no-repeat top center;color:#797979;height:26px;font-size:0.8em;text-align:right;padding-top:6px}
html ul.topnav li ul.subnav li a:hover {background:transparent url(../img/subnavbg_hover.png) no-repeat top center;color:#da6b27;}
