#footer-nav {
	margin-left: 5px;
	padding: 20px 0;
	overflow: hidden;
	clear: both;
	background: #EEE;
}

#footer-nav.close {
	padding-top: 40px;
	position: relative;
}

#footer-nav div.hide {
    display: none;
}

#footer-nav .close {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url("../images/layout/btn-navclose.gif") no-repeat 0 0;
	text-indent: -1000em;
	color: #EEE;
}

#footer-nav .close.open {
	background: url("../images/layout/btn-navopen.gif") no-repeat 0 0;
}

#footer-nav h2 {
	margin: 0 0 5px;
	font-weight: normal;
	border-bottom: 1px dotted #AAA;
	text-transform: lowercase;
	font-size: 1.2em;
}

#blog #footer-nav h2 {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
}

#footer-nav h2.linkonly {
	margin-bottom: 20px;
}

#footer-nav a {
	color: #F60;
}

#footer-nav a:hover {
	text-decoration: none;
}

#footer-nav h2 a,
#blog #footer-nav h2 {
	color: #888;
}

#footer-nav h2 a:hover {
	color: #09F;
}

#footer-nav div {
	float: left;
	margin: 0 30px 0 0;
	width: 160px;
}

#blog #footer-nav div {
	width: 150px;
}

#footer-nav div.first {
	margin-left: 25px;
}

#footer-nav ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#footer-nav ul li ul {
	margin-left: 10px;
}