/* ================================================================ 
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.
=================================================================== */

.preload1 {background: url(../../img/top_menu/blank_over.gif);}
.preload2 {background: url(../../img/top_menu/blank_overa.gif);}

#nav {
	color: #FFFFFF;
	height: 27px;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
/*	vertical-align: top;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#nav li.top 
{
	display: block;
	float: left;
	position: relative; /*for to fade effect work in firefox*/
	
	/*	background-image: url(../../img/top_menu/menu_line.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
}

#nav li a.top_link {
	margin: 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 27px;
	width: auto;
	float: left;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
	background-attachment: scroll;
	background-image: url(../../img/tabs.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}

#nav li a.top_link span {
	display: block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 11px;
	height: 20px;
	width: auto;
	float: left;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../../img/tabs.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav li.top a.active{
	display: block;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: auto;
	float: left;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	color: #AA4400;
	background: url(../../img/tabs.png) no-repeat scroll right -47px;
	text-transform: uppercase;
	line-height: 27px;
}
#nav li.top a.active span{
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 11px;
	color: #AA4400;
	background: url(../../img/tabs.png) no-repeat scroll 0px -47px;
}

#nav li.top a.active span img{
	padding-top:5px;
	padding-bottom:2px;
}

#nav li a.top_link span.down 
{
	float:left;
	display:block;
	padding:0 20px 0 10px;
	height:27px;
	text-decoration: none;
	color: #AA4400;
	background: url(../../img/tabs.png) no-repeat scroll 0px -47px;
}

#nav li a.top_link:hover 
{
	text-decoration: none;
	color: #AA4400;
	background: url(../../img/tabs.png) no-repeat scroll right -47px;
}

#nav li a.top_link:hover span 
{
	text-decoration: none;
	color: #AA4400;
	background: url(../../img/tabs.png) no-repeat scroll 0px -47px;
	display: block;
}

#nav li a.top_link:hover span.down 
{
	text-decoration: none;
	color: #AA4400;
	background: url(../../img/tabs.png) no-repeat scroll 0px -47px;
}

#nav li:hover > a.top_link 
{
	text-decoration: none;
	color: #AA4400;
	background: url(../../img/tabs.png) no-repeat scroll right -47px;
}

#nav li:hover > a.top_link span 
{
	text-decoration: none;
	color: #AA4400;
	background: url(../../img/tabs.png) no-repeat scroll 0px -47px;
}

#nav li:hover > a.top_link span.down 
{
	text-decoration: none;
	color: #AA4400;
	background: url(../../img/tabs.png) no-repeat scroll right -47px;
}

#nav table 
{
	border-collapse:collapse; 
	width:0; 
	height:0; 
	position:absolute; 
	top:0; 
	left:0;
}

/* Default list styling */

#nav li:hover 
{
/*	position:relative; */ /*for to fade effect work in firefox*/
	z-index:20;
}

/* 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: -999px;
	width: 0;
	height: 0;
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 31;
	opacity: 0;
}

#nav li:hover ul.sub
{
	left: 0px;
	top: 27px;
	padding: 0px;
	border: 1px solid #E85C00;
	white-space: normal;
	width: 200px;
	height: auto;
	z-index: 30;
	color: #FFF;
	font-weight: normal;
	background-color: transparent;
	background-image: url(../../img/top_menu/opaque.png);
	opacity: 1;
	font-size: 10px;
	text-align: left;
	-webkit-transition: opacity 0.5s linear, visibility 0.5s linear;
	-moz-transition: opacity 0.5s linear, visibility 0.5s linear;
	-o-transition: opacity 0.5s linear, visibility 0.5s linear;
	transition: opacity 0.5s linear, visibility 0.5s linear;
	margin: 0px;
}
#nav li:hover ul.sub li
{
	display: block;
	height: auto;
	position: relative;
	float: left;
	width: 200px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#nav li:hover ul.sub li a
{
	display: block;
	font-size: 11px;
	height: auto;
	width: 200px;
	line-height: 35px;
	text-indent: 5px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
#nav li ul.sub li a.fly
{
	background-image: url(../../img/top_menu/arrow.gif);
	background-repeat: no-repeat;
	background-position: 190px 12px;
}
#nav li:hover ul.sub li a:hover 
{
	color:#AE3602;
}
#nav li:hover ul.sub li a.fly:hover
{
	color:#AE3602;
	background-image: url(../../img/top_menu/arrow.gif);
	background-repeat: no-repeat;
	background-position: 190px 12px;
}
#nav li:hover ul li:hover > a.fly {
	color:#AE3602;
	background-image: url(../../img/top_menu/arrow.gif);
	background-repeat: no-repeat;
	background-position: 190px 12px;
} 

#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: 200px;
	top: 0px;
	background-image: url(../../img/top_menu/opaque.png);
	border: 1px solid #E85C00;
	white-space: normal;
	width: 200px;
	z-index: 40;
	height: auto;
	opacity: 1;
	-webkit-transition: opacity 0.5s linear, visibility 0.5s linear;
	-moz-transition: opacity 0.5s linear, visibility 0.5s linear;
	-o-transition: opacity 0.5s linear, visibility 0.5s linear;
	transition: opacity 0.5s linear, visibility 0.5s linear;
	margin: 0px;
	padding: 0px;
}
