/* ================================================================ 
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.cssplay.co.uk/menus/pro_drop6.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 {
	width:100%;
	height:25px;
	list-style:none;
	padding:0;
	margin:0;
	margin-top:2px;
	background-color:#800000;
	z-index:200;
	font-family:"Palatino Linotype", "Book Antiqua", "Times New Roman", "Californian FB";
}

#nav li a.top_link {
	color:#DCD7D3;
}

#nav a{
	text-decoration:none;
}

#nav li.top {display:block; float:left;}
#nav li a.top_link {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	padding: 0 10px;
}

#nav li a.top_link span,
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0;
	height:25px;
}

#nav li:hover a.top_link,
#nav a.top_link:hover,
#nav li:hover a.top_link span, 
#nav a.top_link:hover span,
#nav li:hover a.top_link span.down,
#nav a.top_link:hover span.down,
#nav :hover ul.sub li a:hover,
#nav :hover ul.sub li a.fly:hover{
	color:#FFF;
	border-color:#993333;
	background-color:#993333;
}

#nav li:hover li:hover > a.fly,
#nav li:hover li:hover > li a.fly{
	color:#FFF; /*Do not add these classes to the list above - IE6/5.5 will mess up*/
	border-color:#993333;
	background:#993333 url(Img/arrow_hover.gif) no-repeat 170px 6px;
}


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

#nav :hover ul.sub{
	left:0;
	top:25px;
	padding:5px;
	white-space:nowrap;
	width:auto;
	height:auto;
	z-index:300;
	border:1px solid #993333;
	border-top-color:#800000;
}

#nav :hover ul.sub,
#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{
	background-color:#800000;
}

#nav li:hover li:hover > ul{
	background-color:#800000;
}

#nav :hover ul.sub li{
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width:180px; 
	font-weight:normal;
}

#nav :hover ul.sub li a{
	display:block;
	font-size:12px;
	height:18px;
	width:auto;
	line-height:18px;
	text-indent:5px;
	color:#DCD7D3;
}
#nav li ul.sub li a.fly{
	background:url(Img/arrow.gif) no-repeat 170px 6px;
}
#nav :hover ul.sub li a.fly:hover{
	background:#993333 url(Img/arrow_hover.gif) no-repeat 170px 6px;
}

#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:175px;
	top:-4px;
	padding:3px;
	border:1px solid #800000;
	white-space:nowrap;
	width:auto;
	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:180px; 
	top:-4px; 
	padding:3px; 
	border:1px solid #993333; 
	white-space:nowrap; 
	width:auto; 
	height:auto;
	z-index:400; 
}

#nav li:hover > ul ul {
	position:absolute; 
	list-style:none;
}
