/* @override 
	http://www.mediavisioninc.net/layout/LIVE/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; 
  margin:0; 
  list-style:none; 
  height: 30px; 
  background: url(nav_bg_header.jpg) repeat-x; 
  position:relative; 
  z-index:200;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}
#nav li.top {
  display:block; 
  float:left;
}
#nav li a.top_link {
  display:block; 
  float:left; 
  height: 30px; 
  line-height: 30px; 
  color: #a8bec5; 
  font-weight: bold; 
  padding: 0px 0px 0px 0; 
  cursor:pointer;background: none;
	text-decoration: none;
	font-size: 13px;
}
#nav li a.top_link span {
  float:left; 
  display:block; 
  padding: 0px 20px; 
  height: 30px;
	background-position: right top;
	border-right: 1px groove #868686;
}
#nav li a.top_link span.down {
  float:left;
  display:block;
  padding: 0px 11px;
  height: 30px;
	background-position: right top;
}

#nav li:hover a.top_link,
#nav a.top_link:hover {
  color: #2a2a2a; 
  background: url(proCSS.gif) repeat-x 0 -87px;
	height: 30px;
}
#nav li:hover a.top_link span,
#nav a.top_link:hover span {
	height: 30px;
	background-position: right;
}
#nav li:hover a.top_link span.down,
#nav a.top_link:hover span.down {
	background-position: right top;
}
#menuitem_current a {
  color: #b9b9b0; 
  background-color: transparent;
	background-image: url(nav_bg_header.jpg);
}
#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: -1px; 
  top: 30px; 
  background: #bcbcbc; 
  white-space:nowrap; 
  width: 145px; 
  height:auto; 
  z-index:300;
	border-bottom: 1px solid #2a2a2a;
	border-right: 1px solid #2a2a2a;
	border-left: 1px solid #2a2a2a;
	padding: 4px;
}
#nav :hover ul.sub li {
  display:block; 
  height: 25px; 
  position:relative; 
  font-weight:normal;
	float: left;
}
#nav :hover ul.sub li a {
  display:block; 
  font-size: 11px; 
  height: 18px; 
  width: 145px; 
  line-height: 20px; 
  text-indent:5px; 
  color: #2a2a2a; 
  text-decoration:none;
  white-space:nowrap;
	border-bottom: 1px solid #dcdcdc;
	background-image: url(proCSS.gif);
}
#nav li ul.sub li a.fly {
  background: #4B7048 none no-repeat 95px 6px;
}
#nav :hover ul.sub li a:hover { 
  color: #fffeff;
  border: 1px solid white;
	background: url(proCSS.gif) repeat-x 0 -40px;
	width: 145px;
	height: 20px;
}
#nav :hover ul.sub li a.fly:hover {
  background: #C1E255 none no-repeat 95px 6px; 
  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 {
  left:89px; 
  top:-4px; 
  background: #C1E255; 
  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; 
  margin:0; 
  padding:0; 
  list-style:none;
}

#nav li:hover li:hover > ul {
  left:109px; 
  top:-4px; 
  background: #4B7048; 
  padding:3px; 
  white-space:nowrap; 
  width:120px; 
  z-index:400; 
  height:auto;
}
#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:#C1E255 url(arrow_over.gif) 110px 6px no-repeat; 
  color:#FFFFFF; 
  border-color:#FFFFFF;
}
#nav li:hover li:hover > li a.fly {
  background: url(arrow.gif) no-repeat 110px 6px; 
  color:#000; 
  border-color:#D257C2;
}

