/* ================================================================ 
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 {width: 100%; /*height:100px;*/ position:relative; z-index:1100; margin: 0 0 3px 0; background: #8a8d97 url(bg_nav_right.gif) no-repeat scroll right top;}
#navigation ul li a, #navigation ul li a:visited {display:block; text-decoration:none; color: #FFFFFF; /*width:104px;*/float:left; border-left: 1px solid #AFB3B9; background-color: #8a8d97; height:15px; line-height:15px; padding: 5px 20px 5px 20px; overflow:hidden;}
#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 ul {display:block; position:absolute; top:25px; left:1px; width:183px;}
#navigation ul li.first:hover ul {left:0;}
#navigation ul li:hover ul li ul {display: none;}
#navigation ul li:hover ul li a {display:block; width:142px; padding:5px 14px 4px 25px;}
#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 ul li a
{
	color: #FFFFFF !important;
	white-space: nowrap;
	cursor: pointer;
}
#navigation ul li.first a
{
	border-left-width: 0 !important;
}
#navigation ul li a:hover
{
	background-color: #7E828D !important;
}
#navigation ul li ul li a,
#navigation ul li ul li a:visited,
#navigation ul li.current ul li a
{
	border-left-width: 0 !important;
	background-color: #D0D0D0 !important;
	color: #4f5155 !important;
	border-bottom: 1px solid #dad8d4 !important;
	white-space: normal;
	height: auto;
}
#navigation ul li ul li a:hover,
#navigation ul li.current ul li a:hover
{
	background-color: #7E828D !important;
	color: #ffffff !important;
}
#navigation ul li.current a
{
	background-color: #231E72 !important;
}
