/*---------------------------------------------------------------------------*/
/* Menu code                                                                 */
/*---------------------------------------------------------------------------*/
#topMenu
{
  position:relative;
  margin:0px auto;
  width:720px;
  height:35px;
  z-index:5;
  padding-left: 10px;
}

#topMenu a
{
  height: 35px;
  float: left;
  display: block;
  margin-left: 5px;
}

.menu
{
	width:100%;
	position:relative;
	z-index:100;
  background: transparent;
}

#mnuKungFu a { width: 111px; background: transparent url(images/menu_kf.png) no-repeat scroll 0px -35px; }
#mnuKungFu a:hover { background: transparent url(images/menu_kf.png) no-repeat scroll 0px 0px; }
#mnuKungFuDropdown a { width: 99px; background: white; border: 1px solid #89BF8D; color: #691D00; padding: 2px 2px; margin-left: 8px; height: 30px; }
#mnuKungFuDropdown a:hover { background: white; color: #691D00; }

#mnuTaiChi a { width: 89px; background: transparent url(images/menu_tc.png) no-repeat scroll 0px -35px; margin: 0 0; }
#mnuTaiChi a:hover { background: transparent url(images/menu_tc.png) no-repeat scroll 0px 0px; }

#mnuKickBoxing a { width: 138px; background: transparent url(images/menu_kb.png) no-repeat scroll 0px -35px; margin: 0 0; }
#mnuKickBoxing a:hover { background: transparent url(images/menu_kb.png) no-repeat scroll 0px 0px; }

#mnuCircuitBoxing a { width: 167px; background: transparent url(images/menu_cb.png) no-repeat scroll 0px -35px; margin: 0 0; }
#mnuCircuitBoxing a:hover { background: transparent url(images/menu_cb.png) no-repeat scroll 0px 0px; }

#mnuAboutUs a { width: 112px; background: transparent url(images/menu_about.png) no-repeat scroll 0px -35px; margin: 0 0; }
#mnuAboutUs a:hover { background: transparent url(images/menu_about.png) no-repeat scroll 0px 0px; }
#mnuAboutUsDropdown a { width: 108px; background: white; border: 1px solid #89BF8D; color: #691D00; padding: 2px 2px; margin-left: 0px; height: 30px; }
#mnuAboutUsDropdown a:hover { background: white; color: #691D00; }

#mnuHome a { width: 83px; background: transparent url(images/menu_home.png) no-repeat scroll 0px -35px; margin: 0 0; }
#mnuHome a:hover { background: transparent url(images/menu_home.png) no-repeat scroll 0px 0px; }

/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
	padding:0;
	margin:0;
	list-style-type:none;
	text-align: left;
}

.menu ul ul
{
	width:109px;
  background: black;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
{
  float: left;
  position: relative;
  left: 0;
	padding:0;
	text-align: left;
  vertical-align: middle;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:109px; w\idth:98px; background: none;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#687a7f url(images/drop.gif) bottom right no-repeat;}

/* style the second level hover */
.menu ul ul a.drop:hover{background:#687a7f url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#687a7f url(images/drop.gif) bottom right no-repeat;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#687a7f;}

/* style the third level hover */
.menu ul ul ul a:hover {background:#687a7f;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute; height:0; top:35px; left:530; width:159px; }

/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:109px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#687a7f; color:#351400; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#687a7f;}
.menu :hover > a {color:#fff;background:#687a7f url(images/nav.gif) repeat-x 100% 100%;}
.menu ul ul :hover > a {color:#fff;background:#687a7f;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
