/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
#navigation
{
	height: 35px;
	position: relative;
	font-size: 11px;
	z-index: 100;
	background: #da4035 url(navigation_bg.gif) repeat-x;
}
#navigation ul li a, #navigation ul li a:visited
{
	display: block;
	text-decoration: none;
	width: 122px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	background: #da4035;
}
#navigation ul li.lastnavitem a, #navigation ul li.lastnavitem a:visited
{
	width: 122px;
}
#navigation ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation ul li
{
	float: left;
	position: relative;
}
#navigation ul li ul
{
	display: none;
}

/* specific to non IE browsers */
#navigation ul li:hover a
{
	color: #fff;
}
#navigation ul li:hover ul
{
	display: block;
	position: absolute;
	top: 35px;
	left: 0;
	width: 164px;
	border: 1px solid #982d25;
	border-top: 0;
}
#navigation ul li:hover ul li a.hide
{
	background: #6a3;
	color: #fff;
}
#navigation ul li:hover ul li:hover a.hide
{
	background: #6fc;
	color: #000;
}
#navigation ul li:hover ul li ul
{
	display: none;
}
#navigation ul li:hover ul li a
{
	display: block;
	background: #f4f6eb;
	color: #105a54;
	width: 164px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dee4c8;
	height: auto;
	padding: 0;
	line-height: 14px;
}
#navigation ul li:hover ul li a span
{
	display: block;
	padding: 4px 13px;
}

#navigation ul li:hover ul.icons li a
{
	padding: 4px;
	width: 156px;
}
#navigation ul li:hover ul.icons li a img
{
	float: left;
}
#navigation ul li:hover ul.icons li a span
{
	width: 100px;
	float: left;
	padding: 6px 13px 0 6px;
}

#navigation ul li:hover ul li a:hover
{
	background: #ffffff;
	color: #ae332a;
}
#navigation ul li:hover ul li:hover ul
{
	display: block;
	position: absolute;
	left: 105px;
	top: 0;
}
#navigation ul li:hover ul li:hover ul.left
{
	left: -105px;
}

#navigation li.last ul
{
	left: -44px !important;
}



/* IE5 only nav */
#navigation div
{
	float: left;
}