#topNav, #nav {
	list-style: none;
	display: block;
}

#topNav {
	float: right;
	display: block;
	width: 320px;
	margin-top: 15px;
	line-height: 2.5;
	overflow: hidden;
}

#nav {
	float: right;
	display: block;
	width: 490px;
}

#topNav ul, #nav ul {
	text-align: center;
	font-size: 1.2em;
}

#topNav ul li, #nav ul li {
	display: inline;
}

#topNav ul li a, #nav ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	font-weight: bold;
	text-decoration: none;
	color: #acbd87;
}

#topNav ul li a:hover, #nav ul li a:hover {
	color: #577522;
}

#topNav img {
	padding-top: 0px !important;
	padding-top: 8px;
}

.sideTop, .sideBot {
	height: 20px;
	display: block;
}

.sideTop {
	background: url(../_img/sideTop.gif) no-repeat top center;
}

.sideBot {
	background: url(../_img/sideBot.gif) no-repeat bottom center;
}

.sideContent {
	background: url(../_img/sideBg.gif) repeat-y;
	height: 100% !important;
}

.sideContent h2 {
	font-size: 1.6em;
	font-weight: normal;
	text-align: left;
	padding: 8px 0 5px 35px;
}

.sideDiv {
	background: url(../_img/sideDiv.gif) no-repeat center;
	display: block;
	height: 20px;
}

ul.language, ul.age, ul.types {
	font-size: 1.2em;
	line-height: 1.4;
	text-align: left;
	text-indent: 35px;
}

ul.language {
	color: #048fbf;
}

.language a, .language a:visited {
	color: #048fbf;
	text-decoration: none;

}

.language a:hover {
	text-decoration: underline;
}

.languageHead {
	color: #111;
	background: url(../_img/by-language.gif) no-repeat center;
	height: 31px;
	display: block;
	padding: 5px 0;
	text-indent: -9999px;
}

ul.age {
	color: #105923;
}

.age a, .age a:visited {
	color: #105923;
	text-decoration: none;
}

.age a:hover {
	text-decoration: underline;
}

.ageHead {
	color: #111;
	background: url(../_img/by-age.gif) no-repeat center;
	height: 31px;
	display: block;
	padding: 5px 0;
	text-indent: -9999px;
}

ul.types {
	color: #a42129;
}

.types a, .types a:visited {
	color: #a42129;
	text-decoration: none;
}

.types a:hover {
	text-decoration: underline;
}

.typesHead {
	color: #111;
	background: url(../_img/by-type.gif) no-repeat center;
	height: 31px;
	display: block;
	padding: 5px 0;
	text-indent: -9999px;
}
