/* navigation stuffs (.hover implemenation is in functions.js) */
ul#nav {
	margin: 0 auto;
	height: 37px;
	margin-left: 276px;
}


ul#nav li {
	float: left;
	display: inline;
}



ul#nav li a {
	display: block;
	height: 37px;
	text-indent: -2000em;
}

/*ul#nav li.hover a {
	background-position: 0px 37px;
}*/

ul.submenu {
	display: none;
	position: absolute;
	top: 37px;
	background: #006b57;
	float: left;
	padding: 10px 14px;
	z-index: 999;
}

ul.submenu li {
	float: none !important;
	line-height: 1.8em;
	margin: 0 !important;
}

ul.submenu li a {
	white-space: nowrap;
	display: block !important;
	height: auto !important;
	color: #edf4e6;
/*	padding: 15px;*/
	font-weight: bold;
	text-decoration: none !important;
	text-indent: 0px !important;
}

ul.submenu li a:hover {
	color: #DA4914;
}

ul#nav li.hover ul.submenu {
	display: block;
}


div#featbox {
	height: 170px;
}

div#featcontent {
	background: transparent url('../images/featbox_bg.png') no-repeat bottom left;
	height: 170px;
	width: 248px;
	bottom: 0;
	text-align: center;
}

div#featcontent img {
	display: inline;
}

div#featcontent p, div#featcontent a {
	color: #edf4e6;
}

div#featcontent p span {
	color: #a1a498;
}