/* ================================================================ 
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_1.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 {
	list-style: none;
	z-index:10;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 825px;
	margin-bottom: 0px;
	display: inherit;
}
#nav li.top {
	display:block;
	float:left;
	font-size: 12px;
	position: relative;z
	z-index: 10;
}
#nav li a.top_link {
	display:block;
	color:#666;
	text-decoration:none;
	cursor:pointer;
	height: 100px;
}
#nav li a.top_link span {
	display:block;
	padding-top: 75px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding-top: 75px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#nav li a.top_link:hover {
	color:#fff;
	text-decoration:none;
}
#nav li a.top_link:hover span {
	color: #FFF;
}
#nav li a.top_link:hover span.down {
	color: #FFF;
}
/* Default list styling */

#nav li.top:hover {
	position:relative;
	z-index:200;
	background-image: url(../images/navOver.png);
	background-repeat: repeat;
	color: #FFF;
}

#nav li:hover ul.sub
{
	left:0px;
	top:95px;
	white-space:nowrap;
	width:120px;
	height:auto;
	z-index:800;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/navOverWhite.png);
	background-repeat: repeat;
	color: #FFF;
	text-indent: 5px;
	margin-top: 5px;
	padding-top: 5px;
}
#nav li:hover ul.sub li
{
	display:block;
	height:20px;
	position:relative;
	color: #333;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
#nav li:hover ul.sub li a
{
	display:block;
	font-size:10px;
	width:120px;
	text-indent:10px;
	color:#ce1141;
	text-decoration:none;
	font-weight: normal;
	line-height: 20px;
}
#nav li:hover ul.sub li a:hover
{
	display:block;
	font-size:10px;
	width:120px;
	text-indent:10px;
	color:#FFF;
	text-decoration:none;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	background-image: url(../images/navOver.png);
}
/* keep the 'next' level invisible by placing it off screen. */
#nav ul, 
#nav li:hover ul ul,
#nav li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0px;
	height:0px;
	margin:0;
	padding:0;
	list-style:none;
	}

