#area-botsubthemenav .subtheme_navigation .topics {
	display: none;
}
.subthemes {
	height: 46px;
}
.subthemes menu {
	height: 46px;
}
.subthemes menu {
	width: 960px;
}
.subthemes li {
	background: url("../../media/images/subtheme_nav_spacer.png") no-repeat 0px 0px; width: 120px; height: 46px; float: left; display: table;
}
.subthemes li:first-child {
	background: none;
}
.subthemes li a {
	padding: 0px 5px; width: 110px; text-align: center; color: white; text-decoration: none; vertical-align: middle; display: table-cell; cursor: pointer;
}
.subthemes li a:hover {
	background: rgb(99, 108, 123); text-decoration: underline;
}
.subthemes li:hover + li {
	background: none;
}
.subthemes li.current + li {
	background: none;
}
.subthemes li.current a {
	color: rgb(40, 54, 73); background-color: rgb(225, 227, 230);
}
.subthemes li a span {
	
}
.topics {
	height: 19px; padding-top: 5px;
}
.topics li {
	padding: 0px 5px; text-align: center; font-family: verdana, arial, sans-serif; font-size: 88%; border-left-color: rgb(151, 159, 175); border-left-width: 1px; border-left-style: solid; float: left; min-width: 60px;
}
.topics li:first-child {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
.topics li a {
	color: rgb(21, 21, 21); text-decoration: none;
}
.topics li a:hover {
	text-decoration: underline;
}
.topics li.current a {
	font-weight: bold;
}
