
#nav {
	padding: 0 10px;
	font-size: 11px;
}

/************** ALL LEVELS  *************/
	/* Style consistent throughout all nav levels */
#nav li {	
	position: relative;
	text-align: left;
}

#nav li.over {
	z-index: 999;
}

#nav a,#nav a:hover {
	display: block;
	line-height: 1.3em;
	text-decoration: none;
}

#nav span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
}

#nav li ul span {
	white-space: normal;
}

/************ 0 LEVEL  ***************/
#nav li {
	float: left;
	padding: 0px;	
}

#nav li.active a {
	color: #DA5D80;
}

#nav a {
	float: left;
	padding: 16px 12px 16px 11px;	
	color: #FFF;
	font-weight: bold;
}

#nav a:hover {
	background: url(../images/nav-bg-hover-purple.gif) repeat-x;
	border-left: 1px solid #181818;
	border-right: 1px solid #757575;
}

/************ 1ST LEVEL ************/
#nav ul li, #nav ul li.active {
	float: none;
	background: #181818;	
	margin: 0;	
}

/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last {	
}

#nav ul a,#nav ul a:hover {
	float: none;
	padding: 0;	
}

#nav ul li a {
	font-weight: normal !important;		
	min-height: 20px;
	padding: 15px 0px 15px 30px;
}

/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;	
	top: 46px;
	left: -10000px;
	background-image: url(../images/dropdown-bottom-purple.png);
	background-position: center bottom;
	background-repeat: no-repeat;		
	padding-bottom: 9px;
	width: 240px;
}

/* Show menu */
#nav li.over>ul {
	left: 0;
}

#nav li.over>ul li.over>ul {
	left: 230px;
}

#nav li.over ul ul {
	left: -10000px;
}

#nav ul li a {	
	background: #181818 none no-repeat 0 0;
}

#nav ul li a:hover {
	font-weight: normal !important;		
	min-height: 20px;
	padding: 15px 0px 15px 30px;	
	background: #181818 url(../images/nav-bg-hover-purple.gif) repeat-x;	
}

#nav ul li a,#nav ul li a:hover {
	color: #FFF;	
}

#nav ul span,#nav ul li.last li span {
	background-color: transparent;			
}

/************ 3RD+ LEVEL ************/
#nav ul ul {
	top: 5px;
}
