/* Basic code - don't modify */
 
#nav {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;

}
#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
#nav a {
	display: block;
}
#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
#nav ul a {
	zoom: 1;
} /* IE6/7 fix */
#nav ul li {
	float: none;
}
#nav ul ul {
	top: 0;
}
/* Essentials - configure this */

#nav ul {
	width: 160px;
}
#nav ul ul {
	left: 160px;
}
/* Everything else is theming */
 
#nav {
	height: 30px;
	background-image: url(../images/furniture/nav_bg.jpg);
	background-repeat: repeat-x;
	margin: 0 8px;
}
#nav *:hover {
	background-color: none;
}
#nav a {
	font-family:Arial, Helvetica, sans-serif;
	border-left: 1px solid white;
	color: #3E7B7B;
	font-size: 1.1em;
	text-decoration:none;
	text-transform:uppercase;
	padding: 8px 8px;
	line-height: 1;
}
#nav li.hover a {
	background-color: #e1e1e0;
}
#nav ul {
	top: 31px;
}
#nav ul li a {
	background-color: #e1e1e0;
	font-size:1em;
	text-transform:none;
}
#nav ul a.hover {
	background-color: #fef0da;
}
#nav ul a {
	border-bottom: 1px solid white;
	border-right: none;
	/* opacity: 0.9;
	filter: alpha(opacity=90); */
}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


/* Basic code - don't modify */
 
#headnav {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	float:right;
}
#headnav li {
	display: block;
	list-style: none;
	margin: 0 1px;
	padding: 0;
	float: left;
	position: relative;
}
#headnav a {
	display: block;
}
#headnav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html #headnav ul {
	line-height: 0;
} /* IE6 "fix" */
#headnav ul a {
	zoom: 1;
} /* IE6/7 fix */
#headnav ul li {
	float: none;
}
#headnav ul ul {
	top: 0;
}
/* Essentials - configure this */

#headnav ul {
	width: 110px;
}
#headnav ul ul {
	left: 110px;
}
/* Everything else is theming */
 
#headnav {
	height: 26px;
}
#headnav *:hover {
	background-color: none;
}
#headnav a {
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 1em;
	text-decoration:none;
	text-transform:uppercase;
	padding: 6px;
	margin-top: 6px;
	line-height: 1;
	background-color:#FFFFFF;
}
#headnav li.hover a {
	/*background-color: #e1e1e0;*/
	margin-top: 8px;
}
#headnav ul {
	top: 32px;
}
#headnav ul li a {
	background-color: #e1e1e0;
	font-size:1em;
	text-transform:none;
	margin-top:1px!important;
	color:#458a8a;
}
#headnav ul a.hover {
	background-color: #fef0da;
}
#headnav ul a {
	border-bottom: 1px solid white;
	border-right: none;
	/* opacity: 0.9;
	filter: alpha(opacity=90); */
}
#headnav a.green {background-color:#458a8a;}
#headnav a.brown {background-color:#aea26b;}
#headnav a.russet {background-color:#c78b31;}
#headnav a.orange {background-color:#f09521;}
/* #headnav ul a { border-bottom: none; } - I also needed this for IE6/7 */

