/*
 Ajatix Pure CSS Menu
 Copyright (C) 2010 Ajatix. All rights reserved.
 http://www.ajatix.com
*/
.AJXMenuIdfRfIB {position:relative;z-index:100;width:100%;height:41px;background:#0066cc url(hokahmenu_files/menu-bg.gif) center center;text-align:center;}
.AJXMenuIdfRfIB ul {position:relative;display:inline-block;margin:0;padding:0;list-style-type:none;}
* html .AJXMenuIdfRfIB ul {display:inline;}
*+html .AJXMenuIdfRfIB ul {display:inline;}
.AJXMenuIdfRfIB li {float:left;margin:0;}
.AJXMenuIdfRfIB li:hover,.AJXMenuIdfRfIB li a:hover {position:relative;}
.AJXMenuIdfRfIB a {display:block;float:left;height:41px;white-space:nowrap;padding:0 12px 0 12px;font:bold 12px/41px Arial,Helvetica,sans-serif;text-decoration:none;text-align:center;color:#cae3f8;background:url(hokahmenu_files/top.gif) top right;}
.AJXMenuIdfRfIB li:hover a,.AJXMenuIdfRfIB a:hover {color:#ffffff;background:#5597d1 url(hokahmenu_files/top.gif) bottom right;}
.AJXMenuIdfRfIB a.ajxsub {padding:0 26px 0 12px;background:url(hokahmenu_files/top-sub.gif) top right;}
.AJXMenuIdfRfIB li:hover a.ajxsub,.AJXMenuIdfRfIB a.ajxsub:hover {background:#5597d1 url(hokahmenu_files/top-sub.gif) bottom right;}
.AJXMenuIdfRfIB ul ul {position:absolute;display:block;left:-9999px;top:-9999px;width:202px;height:auto;background:#0066cc;}
.AJXMenuIdfRfIB table {margin-top:-1px;border-collapse:collapse;}
.AJXMenuIdfRfIB ul :hover ul {left:-1px;top:41px;}
.AJXMenuIdfRfIB li li {width:200px;border:1px solid #98b1c4;border-width:0 1px;padding:0}
.AJXMenuIdfRfIB li li.sfirst {border-top:1px solid #98b1c4;}
.AJXMenuIdfRfIB li li.slast {border-bottom:1px solid #98b1c4;}
.AJXMenuIdfRfIB ul ul a,.AJXMenuIdfRfIB ul :hover ul a,.AJXMenuIdfRfIB ul :hover ul :hover ul a {float:none;margin:0;width:176px;height:auto;white-space:normal;padding:9px 12px 9px 12px;font:12px/12px Arial,Helvetica,sans-serif;text-decoration:none;text-align:left;color:#ffffff;background:none;}
.AJXMenuIdfRfIB ul ul :hover a,.AJXMenuIdfRfIB ul ul a:hover,.AJXMenuIdfRfIB ul ul :hover ul :hover a,.AJXMenuIdfRfIB ul ul :hover ul a:hover {background:#2d6fa9;}
.AJXMenuIdfRfIB ul ul a.ajxsub,.AJXMenuIdfRfIB ul :hover ul a.ajxsub {width:172px;padding:9px 16px 9px 12px;background:url(hokahmenu_files/sub-sub.gif) no-repeat center right;}
.AJXMenuIdfRfIB ul ul :hover a.ajxsub,.AJXMenuIdfRfIB ul ul a.ajxsub:hover  {background:#2d6fa9 url(hokahmenu_files/sub-sub.gif) no-repeat center right;}
.AJXMenuIdfRfIB ul :hover ul ul {position:absolute;left:-9999px;top:-9999px;}
.AJXMenuIdfRfIB ul :hover ul :hover ul {left:200px;top:-1px;}
.AJXMenuIdfRfIB br {clear:both;height:0;font-size: 1px;line-height: 0px;}
