/* ================================================================ 
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/final_drop.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 {
	padding: 0px 0px 0px 0px;
	background: #000000 url(../content/images/bg-bubplastic.gif) top left repeat-x;
	height: 27px;
	clear: both;
	position: relative;
	z-index: 50;
}
#nav ul {
	margin: 0px;
	list-style-type: none;
}
/* float the list to make it horizontal and a relative positon */
#nav li {
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	float: left;
	position: relative;
}
/* style the links */
#nav a, #nav a {
	padding: 7px 10px 5px 10px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: white;
}

/* style the hover */
#nav a:hover, #nav ul ul a:hover, #nav :hover > a, #nav ul ul :hover > a {
 	text-decoration: none;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
 	color: red; background: transparent;
}
 

/* make the second level visible when hover */
#nav ul li:hover ul, #nav ul a:hover ul {
	visibility: visible;
	text-decoration: none;
	color: white;
}
/* make the second level visible when hover */
#nav ul li:hover ul, #nav ul a:hover ul {
	visibility: visible;
	text-decoration: none;
	color: green;

}/* hide the sub levels and give them a positon absolute so they take up no room */
#nav ul ul {
	/*alan added for dev*/ visibility: hidden;  
	position: absolute;
	padding: 10px 10px 15px 0px;
	width: 290px;
	/*height: 0;
	top: 25px;
	left: 0;*/
	background: url(../content/images/dropdown_bg.gif) no-repeat bottom left;
}
#nav ul ul li {
	margin: 0px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	border: none;
	float: none;
}
/* style the second level links */
#nav ul ul a, #nav ul ul a:visited {
	padding: 3px 0px 3px 20px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	 color: black; background: transparent;
	/*white-space: nowrap;*/
}
#nav ul li ul li a:hover { color: red; background: transparent;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#nav table { position: absolute; top: 0; left: 0; border-collapse: collapse; }
/* ================================================================ */




#nav ul ul li.section{
	margin: 0px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	border: none;
	border-bottom: 0px solid blue;
	font-size: 10px;
	padding: 15px 0px 3px 20px;
	float: none;
	color: red;
	font-weight: bolder;
}

#nav ul ul li.menuline
{
	margin-left: 20px; 
	margin-right: 20px;
	margin-bottom: 5px;
	padding-top: 5px; 
	font-size:1px;
	line-height:1px;
	border-bottom: 1px solid gray; 
}