/* ================================================================ 
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 */
#menu {
	height:35px; position:relative; z-index:5;
	width:600px;
}
#menu ul li a, 
#menu ul li a:visited 
{
	display:block; font-family:Arial, Helvetica, sans-serif; 
	text-decoration:none; 
	height:35px; 
	color:#d1d1d1; 
	background: #898d91 url(../images/nav_bg.gif); 
	line-height:35px;
	overflow:hidden;
}
#menu ul 
{
	padding:0; margin:0; list-style: none;
}
#menu ul li {float:left; position:relative; font-size:11pt;}
#menu ul li ul {display: none;}
#menu ul li ul li{text-transform:none; font-size:11px; font-weight: bold;}

/* specific to non IE browsers */
#menu ul li:hover a 
{
	color:#FFF; 
	background:url('../images/navBtnHover.gif') no-repeat; 
}
#menu ul li:hover ul {display:block; position:absolute; top:35px; left:0; width:168px;}

/* #menu ul li a.first {background: #f6f6f6 url(../images/menu/bg-f.gif) no-repeat;}
#menu ul li:hover a.first {background: #f6f6f6 url(../images/menu/bg-f-a.gif) no-repeat;}
#menu ul li a.last {background: #f6f6f6 url(../images/menu/bg-l.gif) no-repeat;}
#menu ul li:hover a.last {background: #f6f6f6 url(../images/menu/bg-l-a.gif) no-repeat;}
*/

#menu ul li:hover ul li ul {display: none;}
#menu ul li:hover ul li a 
{
	display:block; 
	text-align:left; 
	background:#898d91; 
	color:#fff; 
	width:185px; 
	border-bottom: 1px #6b6f73 solid; 
	height:auto; 
	line-height:1.45em; 
	padding:8px 10px; 
	font-size:8pt;
}
#menu ul li:hover ul li a:hover {background:#7c7c7c;}
#menu ul li:hover ul li a span {display:block; padding:0px; margin:0px; color:#adadad; font-size:.9em;}

#menu ul li a,
#menu ul li a:visited
{
	background: url(../images/navBtn.gif) no-repeat left top;
}

#menu ul li a:hover,
#menu ul li:hover > a
{
	background: url(../images/navBtnHover.gif);
}

