.header-nav-container {}

#nav {
	/*float: left;*/
	font-family: Arial, Helvetica, sans-serif;
}

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

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

#nav a, #nav a:hover, #nav a:active, #nav a:focus {
	display: block;
	text-decoration: none;
}

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

#nav li ul span {
	white-space: normal;
	padding: 10px 0;
}

/************ 0 LEVEL  ***************/
#nav li {
	float: left;
	background: none;
	/*border-right: 1px solid #ddd;*/
	/*border-left: 1px solid #fff;*/
}

#nav li.first{}

#nav li.parent {}

#nav li.parent li.parent {}

#nav a {
	color: #d2c9aa;
	float: left;
	font-size: 100%;
	padding: 0 15px;
	line-height: 30px;
	text-decoration: none;
	/*border-bottom: 5px solid #ddd;*/
	letter-spacing: -1px;
}

#nav li.active a {
	color: #25A6D5;
	/*border-bottom: 5px solid #25A6D5;*/
}

#nav li.active a:hover, #nav li.active a:active, #nav li.active a:focus {
	color: #25A6D5;
	/*border-bottom: 5px solid #25A6D5;*/
}

#nav li.over a, #nav a:hover, #nav a:active, #nav a:focus, #nav a.over {
	color: #4f4f4f;
/*border-bottom: 5px solid #aaa;*/
}


/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active {
	margin: 0;
	padding:0;
}

/*#nav ul li.over { background:#d5e4eb url(http://thetravelerscollection.com/skin/frontend/default/jm_fabian/images/nav_divider.gif) repeat-x 0 100%; }*/

#nav ul li.last {
	padding-bottom: 0;
}

#nav ul a,
#nav ul a:hover, #nav ul a.over {
	float: none;
	background: none;
}

#nav ul a span,
#nav ul a:hover span, #nav ul a.over span {
	float: none;
	display: inline;
}


#nav ul li a, #nav ul li a span {
	font-weight: normal !important;
	line-height: normal !important;
	background: none !important;
}

/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width: 15em;
	top: 35px;
	left: -10000px;
	/*border: 1px solid #fff;*/
	background: #eee;
	padding-bottom: 5px;
}

#nav ul li {
	/*border-bottom: 1px solid #ccc;*/
	border-right: 0;
	border-left: 0;
	background: none;
	width: 100%;
}

/* Show menu */
#nav li.over > ul { left: -1px; }
#nav li.over > ul li.over > ul { left:150px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a,  #nav li.active li a {
	border: 0 !important;
	margin: 0;
	color: #930 !important;
	/*background: url(http://thetravelerscollection.com/skin/frontend/default/jm_fabian/images/blank.png);*/
	font-size: 100%;
	text-transform: none;
	padding: 7px 15px;
	letter-spacing: normal;
}

#nav ul li a:hover, #nav ul li a:active, #nav ul li a:focus, #nav ul li a.over {
	background: #4badd4 !important;
	color: #fff !important;
}

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