ul.tablist {
	list-style: none;
	height: 35px;
}
ul.tablist li{
	float: left;
	height: 35px;
	width: 124px;
}
ul.tablist li.sep{
	float: left;
	height: 35px;
	width: 1px;
	background-image: url(images/button/tab-sep.gif);
	background-repeat: no-repeat;
}

ul.tablist li a.tab_selector {
	color: #444444;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: block;
	height: 25px;
	width: 124px;
	background-image: url(images/button/tab.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
}
ul.tablist li a.tab_selector:hover {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: block;
	height: 25px;
	width: 124px;
	background-image: url(images/button/tab-selected.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
}

ul.tablist li a.selected {
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: block;
	height: 25px;
	width: 124px;
	background-image: url(images/button/tab-selected.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
}

.tab {
	clear: both;
	display: block;
	width: 500px;
	padding: 10px;
	border-top: 2px solid #1e1e1e;
}

.hide {
	display: none;
}

