/* ================================================================ 
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;*/ overflow: visible; position:relative; z-index:1100;}
#navigation ul li a, #navigation ul li a:visited {display:block; text-decoration:none; color: #FFFFFF; float:left; height:46px; line-height:46px; 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:46px; left:0; width:181px;}
#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:161px; padding:6px 10px; line-height:14px; height: auto;}
#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 ul li a,
#navigation ul li ul li a:visited,
#navigation ul li.current ul li a
{
	border-left-width: 0 !important;
	background-color: #ebe5de !important;
	color: #a54170 !important;
	border-bottom: 1px solid #edeae5 !important;
	white-space: normal;
	height: auto;
}
#navigation ul li ul li a:hover,
#navigation ul li.current ul li a:hover
{
	background-color: #760439 !important;
	color: #ffffff !important;
}
#navigation ul li.current a
{
	background-color: #231E72 !important;
}