/* ================================================================ 
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/navs/flyoutt.html
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.
=================================================================== */
/* common styling */

ul#top_nav { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position:absolute;
	right:5px;
	top:4px;
	display:block;
	margin:0;
	padding:0;
	z-index:100;
} 
ul#top_nav ul { 
	width: 160px; 
	padding: 0;
	margin: 0; 
	list-style: none; 
	display: none; 
	position: absolute; 
	top: 100%; 
	left: 0; 
	z-index:100;
} 
ul#top_nav ul ul,ul#top_nav ul ul ul { 
	top: 0; 
	left: 100%; 
} 
ul#top_nav li { 
	float: left; 
	display: inline; 
	position: relative; 
} 
ul#top_nav ul li { 
	width: 100%; display: block; 
} /* Root Menu */ 
ul#top_nav a { 
	padding: 2px 5px 2px 5px; 
	float: left; 
	display: block; 
	color: #666;
	font-size:11px;
	font-weight:bold;
	text-decoration: none; 
	height: 1%; 
	background:url(../../images/site/top_nav_divider.jpg) right no-repeat;
} /* Root Menu Hover Persistence */ 

ul#top_nav ul li, ul#top_nav ul li li, ul#top_nav ul li li li {
	background-color:#FFFCD9;
}

ul#top_nav ul li a {
	border-top:1px #D7A200 solid;
	background:none;
}

ul#top_nav li:hover li a,ul#top_nav li.iehover li a { 
	float: none; 
}
#top_nav a:hover, #top_nav li:hover{
	color:#820000;
}
#top_nav ul li:hover, #top_nav ul li a:hover{ 
	color:#820000;
}
ul#top_nav li:hover ul ul,ul#top_nav li:hover ul ul ul,ul#top_nav li.iehover ul ul,ul#top_nav li.iehover ul ul ul { 
	display: none; 
} 
ul#top_nav li:hover ul,ul#top_nav ul li:hover ul,ul#top_nav ul ul li:hover ul,ul#top_nav li.iehover ul,ul#top_nav ul li.iehover ul,ul#top_nav ul ul li.iehover ul { 
	display: block; 
}

#nav_products_header {
	background:url(../../images/site/nav_products_header_bg.jpg) no-repeat;
	width:196px;
	height:27px;
	margin:0px 0px 0px 10px;
	padding:0 0 0 8px;
	line-height:27px;
	color:#333333;
	font-size:16px;
	font-weight:bold;
}

#left_nav {
	width:204px; 
	position:relative; 
	margin:0px 0px 0px 10px;
	padding:0px;
	font-size:11px; 
	behavior: URL(csshover.htc);
	display:block;
	background:url(../../images/site/nav_bg.jpg);
}
#nav{
	list-style: none;
	width:198px;
	margin:0px 0px 0px 3px;
	padding: 0px;
}
#nav li { 
	position: relative; 
	border-bottom:none;
	display:block;
	height: auto; /*auto */
	margin:0px;
	padding:0px;
	background-color: transparent;
	width: 198px;
	font-size: 0px;
	line-height: 0px;
	border-bottom:1px #D7A100 solid;
}
#nav li a {
	text-decoration:none; 
	display:block;
	padding:5px 5px 5px 22px;
	margin:0px; /*helps Opera with hover */
	width:171px; /* helps IE with hover */
	color:#3F3F3D;
	font-weight:bold;
	font-size:11px;
	line-height:14px; 
	background:url(../../images/site/nav_arrow.jpg) 8px 10px no-repeat;
}
#nav li a:hover{
	background-color: #FFFCD9; 
	color: #820000;
}

#nav ul, #nav ul ul, #nav ul ul ul{
	display:none; 
	position: absolute; 
	top:0px; 
	left:198px;
	padding:0px 0px 0px 0px;
	margin:0px;
	list-style: none;
	z-index:99;
	overflow:visible;
	width: 198px;
	background-color: #FFFCD9;
	border-left:1px #D7A100 solid;
}

#nav li:hover ul ul, #nav li:hover ul ul ul{
	display:none; 
}
#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{
	display:block;
}
li>ul { 
	top: auto;
	left: auto;
}

/* Win IE only \*/
* html #nav li{
	float:left;
	display: inline;
}/* end holly hack */

/* Only IE-win sees this. \*/
* html #leftcolumn {
  height: 1%;
  }
/* End hide from IE5/mac */

#nav_bottom {
	width:204px;
	height:5px;
	margin:0px 0px 0px 10px;
	padding:0px;
}
