/* ================================================================ 
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.cssplay.co.uk/menus/pro_drop7.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.
=================================================================== */
#menu {
	float:right;
	margin:25px 0 0 0;
}
#nav {
	padding:0;
	margin:0 0 20px 10px;
	list-style:none;
/*	height:330px;
*/	position:relative;
	z-index:200;
	width:auto;
	float:right;
	font-weight:bold;
}
#nav li.top {
	display:block;
	float:left;
}
#nav li a.top_link {
	display:block;
	float:left;
	height:30px;
	color:#016193;
	text-decoration:none;
	padding:0 0 0 10px;
	cursor:pointer;
	background: url(../_img/menu_sx.gif) no-repeat;
}

#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:5px 10px 0 0;
	height:30px;
	background:url(../_img/menu_dx.gif) no-repeat right top;
	padding-bottom:3px;
	margin-right:2px;
}

#nav li.current a.top_link {
	color:#fff;
	background: url(../_img/menu_sxHover.gif) no-repeat;
}
#nav li.current a.top_link span.down {
	background: url(../_img/menu_dxHover.gif) no-repeat right top;
	margin-right:2px;
}
#nav li:hover a.top_link, #nav a.top_link:hover{
	background: url(../_img/menu_sxHover.gif) no-repeat;
	color:#FFF;
}
#nav li:hover a.top_link span.down, #nav a.top_link:hover span.down {
	padding-bottom:3px;
	margin-right:2px;
	background:url(../_img/menu_dxHover.gif) no-repeat right top;
	color:#FFF;
}
#nav li.current:hover a.top_link, #nav li.current a.top_link:hover {
	background: url(../_img/menu_sxHover.gif) no-repeat;
	color:#FFF;
}
#nav li.current:hover a.top_link span.down, #nav li.current a.top_link:hover span.down {
	padding-bottom:3px;
	margin-right:2px;
	background:url(../_img/menu_dxHover.gif) no-repeat right top;
	color:#FFF;
}
#nav table {
	border-collapse:collapse;
	padding:0;
	width:0;
	height:0;
	margin:0 -20px 0 0;}
#nav .sub {
	position:absolute;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li:hover {
	position:relative;
	z-index:200;
}
#nav a:hover {
	position:relative;
	white-space:normal;
	z-index:200;
}
#nav :hover ul.sub {
	top:30px;
	left:1px;
	background: #D5F1F7;
	padding:5px 10px 3px 10px;
	white-space:nowrap;
	width:150px;
	height:auto;
	z-index:300;
}
#nav :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
}
#nav :hover ul.sub li a {
	display:block;
	height:18px;
	line-height:18px;
	color:#016193;
	text-decoration:none;
	font-weight:normal;
}
#nav :hover ul.sub li a:hover {
	color:#C00;
	white-space:nowrap;
}
#nav li.current a:hover, #nav li.current:hover {
	white-space:nowrap;
	z-index:1;
}
#nav li.current .line {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:0;
	top:35px;
	height:25px;
	border:0;
}
#nav li.current .line li {
	display:inline;
	font-weight:normal;
	height:25px;
	margin:0;
	padding:0;
}
#nav li.current .line li a {
	display:block;
	float:left;
	padding:0 20px;
	margin:0;
	color:#ff0;
	text-decoration:none;
	border:0;
	height:25px;
	line-height:25px;
	font-size:11px;
}
#nav li.current .line li a:hover {
	text-decoration:underline;
}

