/* @override 
	http://fbs.flashyourweb.com/layout/Lite/glmenu/procssmenu/headermenu.css
*/

/* Common Styling for CSS Menu */
/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.

Mar 25/2007: Blaine Lang
CSS Modified to work with glMenu
=================================================================== */

#nav {
  padding:0; 
  list-style:none; 
  height: 38px; 
  position:relative; 
  z-index:200; 
  font-family:arial, verdana, sans-serif;
	vertical-align: middle;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	text-align: center;
	float: left;
	background-color: transparent;
	background-image: none;
}
#nav li.top {
  display:block; 
  float:left;
}
#nav li a.top_link {
  display:block; 
  float:left; 
  line-height: 31px; 
  color: #0d933e; 
  text-decoration:none; 
  font-weight: bold; 
  padding: 0 0px 0 0; 
  cursor:pointer;background: none 0;
	margin-top: 0;
	font-size: .96em;
	position: relative;
	height: 38px;
	border-right: 1px solid #bebebe;
}
#nav li a.top_link span { 
  display:block; 
  background: none repeat-x right top;
	padding-right: 14px;
	padding-top: 0;
	padding-left: 14px;
	position: relative;
	top: 6px;
	float: left;
}
#nav li a.top_link span.down {
  float:left;
  display:block; 
  background: none no-repeat right top;
	top: 6px;
}

#nav li:hover a.top_link,
#nav a.top_link:hover { 
  background: url(nav_on_off.gif) repeat-x 0 0;
	color: white;
}
#nav li:hover a.top_link span,
#nav a.top_link:hover span {
  background: none repeat-x right top;
}
#nav li:hover a.top_link span.down,
#nav a.top_link:hover span.down {
  background: url(nav_parent_on.gif) repeat-x right 35px;
}


#nav table {
  border-collapse:collapse; 
  padding:0; 
  margin:0; 
  position:absolute; 
  left:0; 
  top:0;
}
#nav li:hover {
  position:relative;
  z-index: 200;
}
#nav a:hover {
  position:relative; 
  white-space:normal; 
  z-index:200;
}

#nav :hover ul.sub {
  left: 0; 
  top: 37px; 
  white-space:nowrap; 
  height: auto; 
  z-index:300;
	background-repeat: no-repeat;
}
#nav :hover ul.sub li {
  display:block; 
  position:relative; 
  float:left;
	height: 26px;
}
#nav :hover ul.sub li a {
  display:block; 
  line-height: 25px; 
  color: #0d933e; 
  text-decoration:none;
  white-space:nowrap;
	height: 26px;
	background: url(nav_on_off.gif) repeat-x 0 -85px;
	width: 145px;
	font-weight: bold;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}
#nav li ul.sub li a.fly {
  background: #b3b3b3 url(nav_on_off.gif) repeat-x 0;
}
#nav :hover ul.sub li a:hover {
  background: transparent url(nav_on_off.gif) repeat-x -30px -130px; 
  color:#FFFFFF;
}
#nav :hover ul.sub li a.fly:hover {
  background: url(nav_sub_on.gif) repeat-x 0; 
  color:#FFFFFF;
}
#nav li b {
  display:block; 
  font-size:21px; 
  height:18px; 
  width:88px; 
  line-height:18px; 
  margin-bottom:3px; 
  text-indent:6px; 
  color:red; 
  border-bottom:1px solid #ff6; 
  cursor:default;
}

#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul { 
  top:-4px; 
  padding:3px; 
  border:1px solid #FFFFFF; 
  white-space:nowrap; 
  width:120px; 
  z-index:400; 
  height:auto;
}

#nav ul,
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul {
  position:absolute; 
  left:-9999px; 
  top:-9999px; 
  width:0; 
  height:0; 
  padding:0; 
  list-style:none;
	margin-top: 0;
	font-size: .94em;
}

#nav li:hover li:hover > ul {
  left: 128px; 
  top: -3px; 
  padding:3px; 
  white-space:nowrap; 
  width:120px; 
  z-index: 400;
}
#nav li:hover > ul ul {
  position:absolute; 
  left:-9999px; 
  top:-9999px; 
  width:0; 
  height:0; 
  margin:0; 
  padding:0; 
  list-style:none;
}
#nav li:hover li:hover > a.fly {
  background: url(nav_sub_back.gif) repeat-x; 
  color: #677178;
}
#nav li:hover li:hover > li a.fly {
  background: url(nav_sub_back.gif) repeat-x;
}


