#nav {
	font-size: 1.0em;
}

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

#nav .nav-pointer{
	float: right;
}
#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: nowrap;
}

/************ 0 LEVEL  ***************/
#nav li {

}

#nav li.active a {
	color: #59AB21;
}

#nav a {
	color: #a7c6dd;
	font-weight: bold;
}

#nav li.over a,#nav a:hover {
	color: #59AB21;
}

/************ 1ST LEVEL ************/
#nav ul li.active,#nav ul li.level1 {
	float: none;
	margin: 0px;
	padding: 0px;
	background: #ecf3f6 url(../images/nav_divider.gif) repeat-x 0 100%;
}

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

nav ul li.last {
	background: #ecf3f6;
}

#nav ul li a {
    font-size: 0.9em;
    font-weight: bold;
    background: #fafafa;
}

#nav ul span,#nav ul li.last li span {
	padding: 3px 15px 4px 15px;
}

/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width: 15em;
	top: 3px;
	left: -10000px;
	border: 1px solid #666666;
	list-style: none;
}

#nav ul li {
}

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

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

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

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

#nav ul li a,#nav ul li a:hover {
	color: #2f2f2f !important;
}

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