#Navigation {
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/background-navigation.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	height: 25px;
	width: 984px;
	background-color: #FFFFFF;
}
#Navigation ul {
	margin: 0px;
	padding: 6px 0px 0px 15px;
	list-style-type: none;
}
#Navigation li {
	float:left;
	margin: 0px;
	padding: 0px;
  }
#Navigation a:link, #Navigation a:visited, #Navigation a:active {
	color: #996600;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	line-height: 13px;
	height: 17px;
	display: block;
	cursor: hand;
	text-decoration: none;
	padding-right: 17px;
	padding-left: 17px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
#Navigation a:hover {
	color: #CC0000;
  }
  #Navigation #current  {
	border-width:0;
	color: #336699;
      }

.SubNavigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 225px;
	text-align: left;
}
.SubNavigation li {
	display: block;
	margin: 0px;
	padding: 6px 0px;
}
.SubNavigation a:link, .SubNavigation a:visited, .SubNavigation a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 3px 7px 0px 20px;
	display: block;
	text-transform: none;
	line-height: 13px;
	background-image: url(../images/teaser-button-bg-gold.jpg);
	background-repeat: no-repeat;
	width: 198px;
	height: 17px;
}
.SubNavigation a:hover {
	background-image: url(../images/teaser-button-bg-red.jpg);
	background-repeat: no-repeat;
}
body#note a#nav-note,
body#about a#nav-about,
body#people a#nav-people,
body#what a#nav-what,
body#choose a#nav-choose,
body#awards a#nav-awards,
body#category a#nav-category,
body#whole a#nav-whole,
body#rooms a#nav-rooms,
body#kitchens a#nav-kitchens,
body#exterior a#nav-exterior,
body#specialty a#nav-specialty,
body#testimonials a#nav-testimonials,
body#process a#nav-process,
body#consultation a#nav-consultation,
body#estimate a#nav-estimate,
body#computer a#nav-computer,
body#quote a#nav-quote,
body#faq a#nav-faq,
body#links a#nav-links,
body#interview a#nav-interview,
body#contact a#nav-contact,
body#inquiry a#nav-inquiry,
body#legal a#nav-legal,
body#details a#nav-details,
body#text a#nav-text {
	background-image: url(../images/teaser-button-bg-aqua.jpg);
	background-repeat: no-repeat;
}

