		#menu{
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0em;
	position: relative;
	z-index: 99;
		}
/* ================================================================ 
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_2.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 {
}
.preload2 {
}

#nav {
	padding:0;
	margin:0;
	list-style:none;
	height:35px;
	position:relative;
	z-index:500;
	font-family: 'SpoilerRegular', Arial;
}
#nav li.top {
	display:block;
	float:right;
	height:35px;
}
#nav li a.top_link {
	color:#FFF;
	display:block;
	height:38px;
	line-height:33px;
	text-decoration:none;
	font-size:20px;
	font-weight:normal;
	cursor:pointer;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6px;
	letter-spacing: 0.3pt;
}
#nav li a.top_link span {
	float:left;
	display:block;
	height:35px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 6px;
	direction:rtl;
}
#nav li a.top_link span.down {
	background-image: url(three_0a.gif);
	background-repeat: no-repeat;
	background-position: -11px top;
	float:left;
	display:block;
	height:35px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 6px;
	text-align: right;
}

#nav li:hover a.top_link {
	color:#FFF;
	float: left;
}
#nav li:hover a.top_link span {
}
#nav li:hover a.top_link span.down {
}

/* Default list styling */

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

#nav li:hover ul.sub
{
	top:38px;
	padding:3px;
	white-space:nowrap;
	width:150px;
	height:auto;
	z-index:300;
	right: -1px;
	direction:rtl;
	background-image: url(drpdn_menu_tsp_bg.png);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 15px;
}
#nav li:hover ul.sub li
{
	display:block;
	height:20px;
	position:relative;
	float:right;
	width:150px;
	font-weight:normal;
	direction:rtl;
}
#nav li:hover ul.sub li a
{
	color:#FFF;
	display:block;
	font-size:18px;
	height:20px;
	width:145px;
	line-height:20px;
	text-indent:5px;
	text-decoration:none;
	direction:rtl;
	overflow: hidden;
	font-weight: normal;
}
#nav li ul.sub li a.fly
{
	background-color: #B8B9BD;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	float: right;
	text-align: right;
	direction:rtl;
	padding: 0px;
}
#nav li:hover ul.sub li a:hover 
{
	background-color: #999;
	color:#fff;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav li:hover ul.sub li a.fly:hover
{
	color:#fff;
	background-color: #82A3B5;
	background-image: url(arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	text-align: right;
}


#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{
	background-color: #9EB8C6;
	border:1px solid #CCC;
	top:-4px;
	padding:3px;
	white-space:nowrap;
	width:205px;
	z-index:400;
	height:auto;
	right: 205px;
	text-align: right;
}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{
	position:absolute;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
/*	right: -100px;*/
	text-align: right;
}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{
	color:#fff;
	background-color: #9EB8C6;
	background-image: url(arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	border-color:#fff;
	text-align: right;
} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{
	color:#000;
	border: 1px solid #CCC;
	background-color: #9EB8C6;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	text-align: right;
} 
