/* navigation colors for trickstrainstreats, spookypooch, hallowfest */

	/*primary navigation styles */

#nav{ background-color:#000; font-family:Verdana, Arial, Helvetica, sans-serif;}

#nav li li a:hover {
	color:#ffffff;	/* this is the color of the font when "lit" */
	background-color:#ED5100;	/* this is the color of the dropdown boxes when "lit" */
	padding: 5px 0 5px 5px;
		margin: -4px -5px -4px -5px; /*margin for internet explorer */
		voice-family: "\"}\"";
		voice-family:inherit;
		margin:-5px; /*margin for mozilla netscape safari */
}

#nav li:hover, #nav li.over {
	background-color: #ED5100;	/* hover background color of the main nav boxes when "lit" */
	}
	
#nav li {
	float: left;
	position: relative;
	width: 93px;
	text-align: center;
	cursor: default;
	background-color: #ff9933;	/* this is the non-hover color of the nav boxes */
	padding:5px;
}

/*on states for site sections -- use body id "sectionx" to denote */
body#sectionone li#one, 
body#sectiontwo li#two,
body#sectionthree li#three,
body#sectionfour li#four,
body#sectionfive li#five,
body#sectionsix li#six {
	background: #ED5100;
	}

#nav{ background-color:#ff9933;}
#nav #search{ background-color:#ff9933;} /* search form color tweak */
	
#container{
	position: relative;
	margin: 0;
	margin-bottom:15px;
	width: 800px;
	text-align: left;
	background:url(/images/railroad/bkgd_trickstrainstreats.gif) repeat-y  /*left channel background color */
	}

