﻿.tab_top {
	padding: 0;
}

.tab_bottom  {
	border: 1px solid #9c9a9c;
	border-top: 0;
	padding: 0.6em;
}

.tab_normal {
	position: relative;
	left: -1px;
	top: 2px;
	background-image: url("images/tabs/normal_icon.gif");
	background-repeat: repeat-x;
}

.tab_hover {
	position: relative;
	left: -1px;
	top: 2px;
	background-image: url("images/tabs/hover_icon.gif");
	background-repeat: repeat-x;
}

.tab_selected {
	position: relative;
	left: -1px;
	background-image: url("images/tabs/selected_icon.gif");
	background-repeat: repeat-x;
}

.bottom_bar {
	background-image:url("images/tabs/bottom_bar.gif");
	background-position: bottom;
	background-repeat:repeat-x;
	color:black;
	cursor:default;
}