/* ----------| Navigation |---------- */ 

#navigation ul#nav { 
	z-index: 4000;
	background: #000;
}

#navigation ul#nav li { 
	position: relative;
	float: left;
	text-align: center;
	line-height: 1em;
}

#navigation ul#nav li a { 
	font-style: normal; 
	font-weight: normal; 
	display: block;
	padding: 3px 0;
	color: #fff;
	text-decoration: none;
	text-align: left;
	border-right: 1px solid #7a7748;
	font-size: 13px;
	text-align: center;
}

#navigation ul#nav li a span { 
	padding: 0 15px 0 10px;
	background: url(../../images/icons/down-arrow.gif) no-repeat 100% 50%
}

/* -----------  890px total ---------------*/
#navigation .item1 { width: 185px; } /* +74 */
#navigation .item2 { width: 166px; } /* +16 */
#navigation .item3 { width: 163px; } /* -15 */
#navigation .item4 { width: 166px; } /* -15 */
#navigation .item5 { width: 100px; } /* -55 */
#navigation .item6 { width: 110px; } /* -5 */
#navigation ul#nav li.item6 a { border: 0; }

/* ----------| Navigation (Drop Down) |---------- */ 

#navigation ul#nav  li ul { 
	display: block;
	position: absolute;
	left: -999em;
	width: 162px;
	padding: 3px 8px 3px 8px;
	background: #4d412f url(../../images/layout/navigation/sub-bg.gif) repeat-x left top;
	border-bottom: 5px solid #4d412f;
}

#navigation ul#nav  li:hover ul, 
#navigation ul#nav  li.over ul /* used to target IE via script */ { 
	display: block;
	left: 0;
	top: 100%;
	position: absolute;
	z-index: 3000;
	width: 146px;
}

#navigation ul#nav  li ul li { 
	width: 146px;
	height: auto;
	background: transparent;
	text-indent: 0;
	padding: 0;
}

#navigation ul#nav  li:hover ul li a, 
#navigation ul#nav  li.over ul li a { 
	font-style: normal; 
	font-weight: normal; 
	display: block;
	width: 126px;
	background: transparent;
	padding: 7px 10px;
	text-decoration: none;
	margin: 0;
	color: #eee;
	text-indent: 0;
	text-align: left;
	border: 0;
	font-size: 12px;
	white-space: nowrap;
}

#navigation ul#nav li ul li a:hover { 
	color: #fff;
	background: #4d412f;
}
		
#navigation ul#nav li.active a, 
#navigation ul#nav li a:hover, 
#navigation ul#nav li:hover a, 
#navigation ul#nav li.over a {
	background-color: #4d412f;
}

#sale {
	z-index: 8000;
	height: 175px;
	width: 211px;
	display: block;
	position: fixed;
	right: 0px;
	top: 0px;
}

#print_logo {
	display: none;
}

#furn_print {
	display: none;
}

#print_footer {
	display: none;
}