/* ================================================================ 
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_variable4.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 {
	position: absolute;
	right: 0;
	top: 88px;
	height: 27px;
	list-style: none;
	font: bold 16px Arial,sans-serif;
	white-space: nowrap;
	z-index: 200;
} 
#nav ul {list-style: none;}
.section {
	display: block;
	height: 27px;
	line-height: 27px;
	padding: 0 16px 0 14px;
	background: url(/_elki/_img/down14.gif) no-repeat right center;
}
#nav li {position: relative; float: left;}
#nav li li {float: none;}
/* a hack for  IE6 */
* html #nav li li {
	float: left;
}
#nav li a.section {color: #fff;}
#nav li span.section {color: #e0ffe9; cursor: default;}
#nav li a.section, #nav li span.section {float: left; text-shadow: -1px -1px #887;}

#nav li a.section:hover,
#nav li.active a.section:hover {color: #ffe6af;}

#nav li a.section:active,
#nav li.active a.section,
#nav li.active a.section:active {color: #e0ffe9;}

.row a, .row span {
	float: none;
	display: block;
	height: 16px;
	padding: 4px 12px 7px;
	font: bold 13px/16px Verdana, Arial, sans-serif;
	letter-spacing: -.04em;
	word-spacing: .11em;
	white-space: nowrap;
}
.row span {cursor: default;}
#nav li li, .row {display: block; height: 27px;}

#nav li li.first {height: 37px; margin: 12px 10px 0 0; padding-left: 10px;}
#nav li li.first span.row {padding-top: 10px; margin-right: -10px;}
#nav li li.last {height: 38px; margin-right: 10px; padding-left: 10px;}
#nav li li.last span.row {padding-bottom: 11px; margin-right: -10px;}
.row a {color: #36554f;}
#nav li li.first .row a, #nav li li.last .row a,
#nav li li.first .row span, #nav li li.last .row span {margin-left: -10px;}

#nav li:hover {position: relative; z-index: 300;}
#nav li:hover ul {left: 0; top: 24px; z-index: 500;}
#nav li:hover.last ul,
#nav.sf-js-enabled li.last ul {left: -41px; width: 120px; text-align: right;}

#nav ul {position: absolute; left: -9999px; top: -9999px;}
#nav.sf-js-enabled ul {left: 0; top: 24px;}

