/* ================================================================
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 { padding: 0; margin: 0; list-style: none; height: 25px; position: relative; z-index: 500; }
#nav li a.top_link span, #nav li a.top_link span.down { float: left; display: block; padding: 4px 35px 0 0; height: 25px; }
#nav li a.top_link, #nav li a.top_linkde {
	display: block;
	float: left;
	height: 25px;
	line-height: 23px;
	text-decoration: none;
	padding: 0;
	cursor: pointer;
	color: #669933;
	font: bold 13px verdana,arial,helvetica,sans-serif;
}
#nav li a.top_linkde span, #nav li a.top_linkde span.down { float: left; display: block; padding: 4px 28px 0 0; height: 25px; }
#nav li#language a{ font-weight: normal; }
#nav li.top { display: block; float: left; height: 25px; }
/* Default list styling */
#nav li:hover { position: relative; z-index: 200; }
#nav li:hover a.top_link { color: #cc3300; font-weight: bold; text-decoration: underline; }
#nav li:hover ul.sub {
	left: -10px;
	top: 22px;
	background: #fff0bb;
	padding: 0px;
	border: 1px solid #5c731e;
	width: 90px;
	height: auto;
	z-index: 300;
	text-align: center;
}
#nav li:hover ul.sub li a { display: block; width: 83px; color: #000000; font: 11px verdana,arial,helvetica,sans-serif; text-decoration: none; padding: 4px 0; }
#nav li:hover ul.subde li a { display: block; width: 83px; color: #000000; font: 11px verdana,arial,helvetica,sans-serif; text-decoration: none; padding: 4px 0 4px 2px; }
#nav li:hover ul.sub li a:hover, #nav li:hover ul.subde li a:hover { color: #000000; text-decoration: underline; }
#nav li:hover ul.sub li, #nav li:hover ul.subde li { display: block; position: relative; float: left; width: 90px; }
#nav li:hover ul.subde {
	left: 5px;
	top: 22px;
	background: #fff0bb;
	padding: 0px;
	border: 1px solid #5c731e;
	width: 90px;
	height: auto;
	z-index: 300;
	text-align: center;
}
#nav ul { position: absolute; left: -9999px; top: -9999px; width: 0; height: 0; margin: 0; padding: 0; list-style: none; }
#pagenav{ border-bottom: 1px solid #ff6600; }
