/* ================================================================ 
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.
=================================================================== */

#nav {
	list-style:none;
	height:49px;
	position:relative;
	z-index:500;
	font-family:"Miryad Pro", arial, verdana, sans-serif;
	text-align: right;
	width: 520px;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
.round {
	background-image: url(../../images/menu_right.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	
}
.round2 {
	background-image: url(../../images/menu_left.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	background-color: #4D4D4D;
}
#nav li.top {
	display:block;
	float:left;
	height:49px;
}
#nav li a.top_link {
	display:block;
	float:left;
	height:49px;
	line-height:49px;
	color:#E6E6E6;
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
	padding:0 0 0 12px;
	cursor:pointer;
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding:0 14px 0 2px;
	height:49px;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 14px 0 2px;
	height:49px;
	text-decoration: underline;
}

#nav li:hover a.top_link, 
#nav li.iehover a.top_link {
	color:#fff; 
	background-color: #666666; 
	cursor:pointer;
	}
#nav li:hover a.top_link span,
#nav li.iehover a.top_link span {
	background-color: #666666; 
	cursor:pointer;
	text-decoration: none;
	}
#nav li:hover a.top_link span.down,
#nav li.iehover a.top_link span.down {
	background-color: #666666; 
	cursor:pointer;
	}

/* Default list styling */

#nav li:hover {position:relative; z-index:200; cursor:pointer;}

#nav li:hover ul.sub
{
	left:0px;
	top:18px;
	padding:0px;
	white-space:nowrap;
	width:220px;
	height:auto;
	z-index:300;
	cursor:pointer;
	background-color: #828282;
}
#nav li:hover ul.sub li
{
	display:block;
	left:0px;
	height:35px;
	position:relative;
	float:left;
	width:220px;
	font-weight:normal;
	cursor:pointer;

}
#nav li:hover ul.sub li a
{
	display:block;
	font-size:16px;
	height:35px;
	width:220px;
	line-height:35px;
	text-indent:10px;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	text-decoration: underline;
}
#nav li ul.sub li a.fly
{
	cursor:pointer;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 180px 10px;
}
#nav li:hover ul.sub li a:hover
{
	color:#000;
	cursor:pointer;
	background-color: #ffffff;
		text-decoration: none;
}
#nav li:hover ul.sub li a.fly:hover
{
	color:#fff;
	cursor:pointer;
	background-color: #828282;
	background-image: url(arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 180px 10px;
}


#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
{
	left:180px;
	top:-4px;
	padding:3px;
	white-space:nowrap;
	width:180px;
	z-index:400;
	height:auto;
	background-color: #828282;
	color: #FFFFFF;
}

#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; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#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;
	border-color:#fff;
	background-color: #828282;
	background-image: url(arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 180px 10px;
} 

#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;
	background-color: #828282;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 180px 10px;
} 
.sl {
	font-size: 16px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 30px;
}
