#nav {
	list-style:none;
	position:relative;
	font-family:arial, verdana, sans-serif;
	height: 28px;
	margin-top: 0px;
	margin-right: 27px;
	margin-bottom: 8px;
	margin-left: 25px;
	padding: 0px;
}
#nav li.top {display:block; float:left;}
#nav li a.top_link {
	display:block;
	float:left;
	height:30px;
	line-height:27px;
	color:#ffe5e5;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	cursor:pointer;
	background: url(blank.gif);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 11px;
	text-transform: uppercase;
}
#nav li a.top_link span {
	float:left;
	display:block;
	height:30px;
	background:url(blank.gif) right top;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 17px;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	height:30px;
	background:url(blanka.gif) no-repeat right top;
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 20px;
}
#nav li a.top_link:hover {color:#fff; background: url(blank_over.gif) no-repeat;}
#nav li a.top_link:hover span {background:url(blank_over.gif) no-repeat right top;}
#nav li a.top_link:hover span.down {background:url(blank_overa.gif) no-repeat right top;}

#nav li:hover > a.top_link {color:#ffe4e4; background: url(blank_over.gif) no-repeat;}
#nav li:hover > a.top_link span {background:url(blank_over.gif) no-repeat right top;}
#nav li:hover > a.top_link span.down {background:url(blank_overa.gif) no-repeat right top;}

/* Default list styling */

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

/* 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:-8888px; top:-8888px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover ul.sub
{left:0; top:31px; background: #fff; padding:3px; border:1px solid #883642; white-space:nowrap; width:250px; height:auto; z-index:250;}
#nav li:hover ul.sub li
{	font-size:11px; 
	color:#7a2f3a; 
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width:250px; 
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffe5e5;
	}
#nav li:hover ul.sub li a
{
	display:block;
	font-size:11px;
	height:20px;
	width:250px;
	line-height:20px;
	text-indent:5px;
	color:#7a2f3a;
	text-decoration:none;
}
#nav li ul.sub li a.fly
{
	background-color: #fff;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 240px 7px;
}
#nav li:hover ul.sub li a:hover 
{
	color:#fff;
	background-color: #883642;
}
#nav li:hover ul.sub li a.fly:hover
{
	color:#fff;
	background-color: #883642;
	background-image: url(arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 240px 7px;
}

#nav li:hover ul li:hover a.fly {
	color:#fff;
	background-color: #883642;
	background-image: url(arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 80px 7px;
} 

#nav li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
{left:90px; top:-4px; background: #fff; padding:3px; border:1px solid #883642; white-space:nowrap; width:250px; z-index:250; height:auto;}
