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

div#navy {
	padding: 15px 0 0 180px;
	margin:0;
}
/* begin pulldowns */

#navy ul {
	margin:0;
	padding: 6px 0 0 8px;
	list-style: none;
}
#navy li {
	display: inline;
	float: left;
	position: relative;
	padding:0;
	margin: 0;
}
.whty {
	text-decoration: none;
	padding:0px 25px;
	margin: 0px 0px;
	font:16px Bold Verdana, Helvetica, sans-serif;
	text-transform:Uppercase;
	color:#fff;
	letter-spacing:.17em;
}
ul#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 25px;
	top: 16px;
	background: #31004A;
	z-index: 1000;
	width: 135px;
	margin:0px 0 0 0;
	padding:0 0 0 0;
	text-align:left;
}
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: 18px;
}
#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 Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 8px 0 0 5px;
	text-decoration: none;
}
#nav li a:hover {
	color: #fff;
}
.sublink a {
	border-bottom:1px solid #AC9D92;
	width:130px;
	height:28px;
}
.sublink1 a {
	border-top:1px solid #fff;
	border-bottom:1px solid #AC9D92;
	width:130px;
	height:28px;
}
.sublink2 a {
	border-bottom:1px solid #AC9D92;
	width:130px;
	height:34px;
}
#nav li ul li.sublink a:hover {
	text-decoration: none;
	background-color:#000000;
	color:#FFFFFF;
}
#nav li ul li.sublink1 a:hover {
	text-decoration: none;
	background-color:#000000;
	color:#FFFFFF;
}

#nav li ul li.sublink2 a:hover {
	text-decoration: none;
	background-color:#000000;
	color:#FFFFFF;
}
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;
}
