ul#themeTabs {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}
ul#themeTabs li {
	margin: 0 5px 0 0;
	padding: 0;
	width: 120px;
	float: left;
	background: url(/static/images/www/shared/themeTab.gif) no-repeat;
	background-position: 0 100%;
	text-align: center;
	overflow: hidden;
}
ul#themeTabs li a {
	display: block;
	text-decoration: none;
	color: #557c99;
	padding: 4px;
}
ul#themeTabs li.chosen a,
ul#themeTabs li.chosen a:hover {
	color: #fff;
}
ul#themeTabs li a:hover {
	color: #88a4b8;
}
ul#themeTabs li a:active,
ul#themeTabs li a:focus {
	outline: none;
}
