@charset "UTF-8";
/* CSS Document */

img {border:0;}

div#top /* top nav*/ {
	position: relative;
	background: center url("../img/nav/backgroundNav.jpg") no-repeat;
	height: 42px;
	width: 686px;
	padding: 0;
	margin: 0;
}
div#navy {
	position: absolute;
	padding: 0;
	margin: 0;
}
/* begin pulldowns */

#navy ul {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}
#navy li {
	display: inline;
	float: left;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.whty {
	text-decoration: none;
	padding: 10px 5px;
	margin: 0;
}
ul#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 30px;
	left: 10px;
	background: #912620;
	padding: 2px 0 10px 0;
	margin: 0;
	color:#5C5C3A;
	z-index: 1000;
	width: 127px;
}
ul#nav li > ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
}

*+html ul#nav li > ul { /* for the IE7, because it still sucks */
	top: 30px;
}


#navy li ul#nav li ul li {
	display: block;
	margin: 0;
	padding: 0;
}

ul#nav li ul li a {
	display: block;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 6px 5px 6px 20px;
	text-decoration: none;
}
ul#nav li ul li a:hover {
	text-decoration: underline;
}

ul#nav li:hover ul, 
ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
}
ul#nav li:hover ul li, 
ul#nav li.over ul li { /* lists nested under hovered list items */
	display: block;
}
/* end pulldowns */    
	



  /* HOVER */   

li ul#nav { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#content1 {
	clear: left;
}

