/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav {
	position:relative;
	z-index:500;
	width: 640px;
}
ul#nav li     {
	display: block;
	float: left;
	height: 73px;

}


/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{
	left:0px;
	top:53px;
	white-space:nowrap;
	width:176px;
	height:auto;
	z-index:300;
	background-image: url(images/dropDownBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #323234;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#nav li:hover ul.sub li
{
	display:block;
	height:27px;
	position:relative;
	float:left;
	width:176px;
	font-weight:normal;
	padding-bottom: 7px;
}
#nav li:hover ul.sub li a
{
	display:block;
	font-size:0.75em;
	height:25px;
	width:auto;
	line-height:25px;
	text-indent:15px;
	color:#d3d5cc;
	text-decoration:none;
	font-weight: bold;
}
#nav li:hover ul.sub li a.indent {
	text-indent:25px;
}

#nav li:hover ul.sub li a:hover 
{
	color:#373737;
	background-image: url(images/dropDownItemBG.jpg);
	background-repeat: repeat-x;
}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
