div#tabs {
	margin-top: 26px;
}

div#tabs ul {
	white-space: nowrap;
	list-style: none;
}

div#tabs ul li {
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
}

div#tabs ul li a {
	display: block;
	padding: 5px 12px 5px 12px;
	text-decoration: none;
}

/* top */
div#tabs div.top {
	margin: 0 12px 0 12px;
	padding-left: 32px;
	background: url(/img/corners/top_bar_left.gif) no-repeat left top;
	background-color: #6ca644;
}

div#tabs div.top div.r {
	float: right;
	width: 12px;
	height: 12px;
	background: url(/img/corners/top_bar_right.gif) no-repeat right top;
}

div#tabs div.top ul li.selected {
	background: url(/img/corners/tab_top_right.gif) no-repeat right top;
}

div#tabs div.top ul li a {
	color: #fff;
}

div#tabs div.top ul li.selected a {
	color: #333;
	background: url(/img/corners/tab_top_left.gif) no-repeat left top;
}

/* bottom */
div#tabs div.bottom {
	margin: 0 12px 0 12px;
	padding-left: 20px;
	background-color: #cce82f;
}

div#tabs div.bottom div.right {
	float: right;
	width: 10px;
	height: 10px;
}

div#tabs div.bottom ul li.selected {
	background: url(/img/corners/tab_bottom_right.gif) no-repeat right top;
}

div#tabs div.bottom ul li a {
	color: #333;
}

div#tabs div.bottom ul li.selected a {
	color: #333;
	background: url(/img/corners/tab_bottom_left.gif) no-repeat left top;
}

