/* ================================================================ 
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 
{
	list-style:none;
	position:relative;
	z-index:500;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
/*	background-image: url(../img/topmenu_bg.jpg);*/
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 31px;
	width: auto;
	margin: 0px;
	padding: 0px;
}

#nav li.top 
{
	display:block;
	float:left;
	background-image: url(../../img/menu_li_line.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav li.top img
{
	padding-top: 6px;
}

#nav li a.top_link 
{
	display:block;
	float:left;
	height:31px;
	line-height:30px;
	color:#FFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 10px;
	cursor:pointer;
	/*	background:transparent url(../../img/top_menu/blank.gif);*/
	text-transform: uppercase;
}
#nav li.top a.active{
	display:block;
	float:left;
	height:31px;
	line-height:30px;
	color:#FF597A;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 10px;
	cursor:pointer;
	/*	background:transparent url(../../img/top_menu/blank.gif);*/
	text-transform: uppercase;
}

#nav li a.top_link span 
{
	float:left;
	display:block;
	height:31px;
/*	background:transparent url(../../img/top_menu/blank.gif) right top;*/
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
}

#nav li a.top_link span.down 
{
	float:left;
	display:block;
	padding:0 20px 0 10px;
	height:31px;
/*	background-image: url(../../img/topmenu_hover.png);
	background-repeat: no-repeat;
	background-color: #C0C0C0;*/
}

#nav li a.top_link:hover 
{
	color:#FF597A;/*	background-image: url(../../img/menu_hover.jpg);
	background-repeat: repeat-x;*/
}

#nav li a.top_link:hover span 
{
	color:#FF597A;
/*	background-image: url(../../img/menu_hover.jpg);
	background-repeat: repeat-x;*/
}

#nav li a.top_link:hover span.down 
{
	color:#FF597A;
/*	background-image: url(../../img/menu_hover.jpg);
	background-repeat: repeat-x;*/
}

#nav li:hover > a.top_link 
{
	color:#FF597A;
/*	background-image: url(../../img/menu_hover.jpg);
	background-repeat: repeat-x;*/
}

#nav li:hover > a.top_link span 
{
	color:#FF597A;
/*	background-image: url(../../img/menu_hover.jpg);
	background-repeat: repeat-x;*/
}

#nav li:hover > a.top_link span.down 
{
	color:#FF597A;
/*	background-image: url(../../img/menu_hover.jpg);
	background-repeat: repeat-x;*/
}

#nav table 
{
	border-collapse:collapse; 
	width:0; 
	height:0; 
	position:absolute; 
	top:0; 
	left:0;
}

/* Default list styling */

#nav li:hover 
{
	position:relative; 
	z-index:200;
}

/* 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:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
	z-index: 310;
}

#nav li:hover ul.sub
{
	left:0;
	top:31px;
	padding:0px;
	white-space:normal;
	width:200px;
	height:auto;
	z-index:300;
	color: #4f0010;
	font-weight: normal;
	background-color: transparent;
	background-image: url(../../img/opaque.png);
	text-transform: uppercase;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #690015;
	border-right-color: #690015;
	border-left-color: #690015;
}
#nav li:hover ul.sub li
{
	display:block;
	height:auto;
	position:relative;
	float:left;
	width:200px;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #690015;
}
#nav li:hover ul.sub li a
{
	display:block;
	font-size:11px;
	height:auto;
	width:197px;
	line-height:35px;
	text-indent:0px;
	color:#FFF;
	text-decoration:none;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 3px;
}
#nav li ul.sub li a.fly
{
	background-image: url(../../img/top_menu/arrow.gif);
	background-repeat: no-repeat;
	background-position: 190px 14px;
}
#nav li:hover ul.sub li a:hover 
{
	color:#CCC;
	background-color: #900;
	display: block;
}
#nav li:hover ul.sub li a.fly:hover
{
	color:#CCC;
	background-image: url(../../img/top_menu/arrow.gif);
	background-repeat: no-repeat;
	background-position: 190px 14px;
}
#nav li:hover ul li:hover > a.fly {
	color:#CCC;
	background-image: url(../../img/top_menu/arrow.gif);
	background-repeat: no-repeat;
	background-position: 190px 14px;
} 

#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:-1px;
	background: transparent url(../../img/opaque.png);
	white-space:normal;
	width:200px;
	z-index:400;
	height:auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #690015;
	border-right-color: #690015;
	border-left-color: #690015;
}