/* MAIN NAVIGATION */

#contact .nav #t1 a,
#resources .nav #t2 a,
#orderform .nav #t3 a,
#account .nav #t4 a,
#about .nav #t5 a,
#products .nav #t6 a.dropdown,
#services .nav #t7 a.dropdown,
#showroom .nav #t8 a {
	background: url("../images/tile_nav_r.gif") repeat-x left top;
	color: #d5a032;
	/* CSS3 for modern browsers */
/* 	text-shadow: -1px -1px .2em #fff, 1px 1px .1em #fff; */
}

/*
.nav {
	padding: 4px 0 0 30px;
}
*/

.nav, .nav ul {
	float: left;
	height: 33px;
	list-style: none;
	line-height: 32px;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
/* 	letter-spacing: .1em; */
	text-transform: uppercase;
}

.secondary {
	background: url("../images/bg_nav2.gif") repeat-x left center;
	width: 466px; /* 476 actual */
	padding-left: 10px;
}

.main {
	background: url("../images/bg_nav1.gif") repeat-x left center;
	width: 476px; /* 504 actual */
	padding-left: 28px;
}

.nav a {
	display: block;
	padding: 0 15px; /* Use this setting to have variable-width buttons */
	text-align: center;
	text-decoration: none;
}

.secondary a {
	color: #584b38;
}

.main a {
	color: #fff;
}

.nav a.topitem {
	background: #372f23 url("../images/bg_drop_shadow.png") repeat-x left top;
}

.secondary a:hover {
	color: #fff;
}

.nav a.topitem:hover {
	background: #dcd9b7 url("../images/bg_drop_shadow.png") repeat-x left top;
}

.main a:hover {
	color: #dcd9b7;
}

/*
.main a.topitem {
	background: #372f23 url("../images/bg_drop_shadow.png") repeat-x left top;
}
*/

.main a.topitem:hover {
	background: #dcd9b7 url("../images/bg_drop_shadow.png") repeat-x left top;
}

.nav li { /* all list items */
	float: left;
/* 	width: 118px; */  /* Use this setting to have fixed-width buttons */
	padding: 0;
}

/* !SECONDARY DROP-DOWN NAVIGATION MENU'S */

.nav li ul {
	position: absolute;
	z-index: 101;
	left: -999em;
	width: 190px;
	background: #dcd9b7;
	height: auto;
	margin: 0;
	padding: 0 0 12px 0;
/* 	border-top: 1px solid #1f1a14; */
	border-right: 1px solid #252525;
	border-bottom: 1px solid #252525;
	border-left: 1px solid #7f7f7f;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.nav li ul li {
	width: inherit;
/* 	font-size: 11px; */
	font-weight: normal;
	text-transform: none;
	text-indent: 10px;
}

.nav li ul li.first {
	background: #372f23 url("../images/dropshadow_nav.gif") repeat-x left top;
}

.nav li ul li.first a:hover {
	background: #c7792c url("../images/dropshadow_nav_r.gif") repeat-x left top;
	color: #fff;
}

.nav li ul li a {
	background: #372f23;
/* 	background: none; */
	width: 170px; /* 190 actual */
	padding: 0 10px;
	line-height: 28px;
	color: #fff;
	letter-spacing: normal;
	text-align: left;
	text-shadow: none;
	border-top: 1px solid #3f372a;
}

.nav li ul li a:hover {
	background: #dcd9b7;
	color: #584b38;
}

/* !3RD LEVEL DROP-DOWN NAVGIATION */

/*
.nav a.submenu {
	background: url("../images/arrow_right.gif") center right no-repeat;
}
*/

.nav ul.level3 {
	margin: -29px 0 0 190px;
/* 	background-image: none; */
}

/*
.nav ul.level3 a.topitem {
	background-color: #f0c00a;
}
*/

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em;
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	left: auto;
}


/* !FOOTER NAVIGATION */

#footernav {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#footernav li {
	display: inline;
	border-right: 1px solid #d8d8d8;
	line-height: 16px;
}

#footernav li.last {
	border-right: none;
}

#footernav li a:link,
#footernav li a:visited,
#footernav li a:active {
	color: #443520;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 10px;
}

#footernav li a:hover {
	color: #845423;
	text-decoration: underline;
}
