/* ================================================================ 
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_pullup_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.
=================================================================== */

.preload1 {
	/*background: url(blank_over.png);*/
}
.preload2 {
	/*background: url(blank_overa.png);*/
}
/* top margin for this demo only */
#nav {
	padding:0;
	list-style:none;
	height:24px;
	position:relative;
	z-index:500;
	font-family:Arial, Helvetica, sans-serif;
	background:none;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 72px;
}
#nav li.top {
	display:block;
	float:left;
	padding-top:0px;
	margin-left: 0px;
}
#nav li a.top_link {
	display:block;
	height:24px;
	line-height:27px;
	color:#b5aed0;
	text-decoration:none;
	font-size:12px;
	padding:0px 0px 0px 0px;
	cursor:pointer;
	/*background:url(blank.png);*/
	background:none;
	float: left;
	font-weight:bold;
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding:0 24px 0 24px;
	height:24px;
/*	background:url(normal.png) right top no-repeat;*/
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	height:24px;
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 24px;
/*	background:url(blanka.png) right top no-repeat;*/
}
#nav li a.top_link:hover {
	color:#dc137b;
	/*background:url(blank_over.png) right top no-repeat;*/
}
#nav li a.top_link:hover span {
	color:#dc137b;
	/*background:url(blank_over.png) right top no-repeat;*/
	line-height:27px;
}
#nav li a.top_link:hover span.down {
	/*background:url(blank_overa.png) right top no-repeat;*/
	line-height:27px;
}
#nav li:hover > a.top_link {
	/*color:#fff;
	background:url(blank_over.png) right top no-repeat;*/
}
#nav li:hover > a.top_link span {
	/*background:url(blank_over.png) right top no-repeat;*/
	line-height:27px;
}
#nav li:hover > a.top_link span.down {
	/*background:url(blank_overa.png) right top no-repeat;*/
	line-height:27px;
}
/* Default list styling */

#nav li:hover {
	position:relative;
	z-index:500;
	background:none;
}
/* 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:-1000px;
	top:-1000px;
	width:125px;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li:hover ul {
	left:0px;
	bottom:auto;
	top:24px;
	white-space:nowrap;
	width:125px;
	height:auto;
	z-index:100;
	background-position: left top;
	background-color:#333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color:#b5aed0;
}
* html #nav li:hover ul {
	width:125px;
}
#nav li:hover ul li {
	display:block;
	position:relative;
	float:left;
	font-weight:normal;
	background:none;
	clear:left;
}
#nav li:hover ul li a {
	display:block;
	font-size:12px;
	height:20px;
	line-height:20px;
	padding:0px 6px 0px 0px;
	color:#b5aed0;
	text-decoration:none;
	width:125px;
	
}
#nav li ul li a.fly {
	color:#b5aed0;
	text-decoration:none;
	width:125px;
	
}
#nav li:hover ul li a:hover {
	color:#dc137b;
	text-decoration:none;
	font-weight:bold;
	
	

}
#nav li:hover ul li a.fly:hover {
	background:none;
	color:#dc137b;
	text-decoration:none;
	font-weight:bold;
	
	
	
}
#nav li:hover ul li:hover.fly {
	background:none;
	font-weight:bold;
	width:125px;
	
}
#nav li:hover ul li:hover.fly > a.fly {
	color:#dc137b;
	text-decoration:none;
	background:none;
	font-weight:bold;
	
	

}
#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:0;
	margin-left:100%;
	bottom:auto;
	top:0px;
	padding:4px;
	white-space:nowrap;
	width:125px;
	z-index:100;
	height:auto;
	background-color:#333333;
	
}
