div.tabPanes > div { display: none; } /* initially all panes are hidden */
div.tabPanes {
	border-top-width: 5px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1f1f3d;
	border-bottom-color: #1f1f3d;

}
#tabPanes ul {
	padding-left: 0px;
}
#tabPanes ul li {
	font-family: 'Merriweather', serif;
	float: left;
	margin-right: 8px;
	font-size: 17px;
	text-align: center;
}
#tabPanes ul li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}
#tabPanes ul li a:hover {
	color: #0066FF;
}
ul.tabs {
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 130px;
}
ul.tabs li {
	font-family: 'Merriweather', serif;
	float: left;
	margin-left: 9px;
	background-color: rgb(214, 202, 160);
}
ul.tabs li a {
	display: block;
	float: left;
	text-decoration: none;
	width: 240px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
	color: #333333;
	font-size: 23px;
}
ul.tabs li a:hover { background: #666666; }
ul.tabs li a.current {
	font-weight: bold;
	background-color: #1f1f3d;
}
ul.tabs li a:hover,
ul.tabs li a.current { color: #FFFFFF; }
