#nav, 
#nav ul {
	background: transparent url(../assets/bg/nav_back.png) no-repeat right bottom;
	font: 12px arial, sans-serif; 			
	padding:0; 
	margin:0; 
	list-style:none;     
}

#nav {
	background: transparent;
	height: 18px; 
	padding-left: 15px; 
 	float: left;
}

#nav table {
	border-collapse:collapse;
}

#nav li {
	float:left;
}

#nav li li {
	float:none;
}

/* a hack for IE5.x and IE6 */
#nav li a li {
	float:left;
}

#nav li a {
	display: block; 
	float: left; 
	color: #fff; 
	height: 18px; 
	padding: 0 8px 0 8px; /*reduced from 12px to allow for increase in font size from 10px - 12px*/
	line-height: 17px; 
	text-decoration: none; 
	white-space: nowrap; 
	font-weight: normal; 
	border-left: 1px solid #fff;
}

#nav .first a {
	border-left: none;
}

#nav li li a {
	width: 205px;
	height: 24px; 
	line-height: 23px; 
	float: none;
	border-left: none;
	font-weight: normal;
}

#nav li:hover {
	position: relative; 
	z-index: 500;
}

#nav a:hover {
	position: relative; 
	z-index: 500; 
	background: #000; 
	color: #000; 
	border-left: 1px solid #fff;
}


/*#2DB7DC*/
#nav .first a:hover {
	border-left: none;
}

#nav li:hover > a {
	background: #000; 
	color: #fff;	
	border-left: 1px solid #fff;
}

#nav .first li:hover > a {
	background: #000; 
	color: #fff;	
	border-left: 1px solid #fff;
}

#nav :hover ul {
	left : 0; 
	color: #fff;	
	top: 17px; 
	border-left: 1px solid #990;
	z-index: 400;
}

#nav a:hover ul {
	left: -1px;
}

#nav ul {
	position: absolute; 
	left: -9999px; 
	top: -9999px;
}

/* it could have been this simple if all browsers understood */

#nav li:hover li:hover > ul {
	left: 0; 
	margin-left: 100%; 
	top: 0;
}

#nav li:hover > ul ul {
	position: absolute; 
	left: -9999px; 
	top: -9999px; 
	width: auto;
}

#nav li:hover li:hover > a {
	background: #000; 
	color: #fff; 
	border-left: none;
}
/*drop down section*/

#nav li a:hover ul li a:hover {
	background: #fff;
}

#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul {
	position: absolute; 
	left: -9999px; 
	top: -9999px;
}

#nav li ul li a {
	font-size:12px;}
