#content DIV.reiter{
	margin: 20px 0;
	height: 20px;
	padding-left: 10px;
	background: url(/images/bottom_bg_gradient.jpg) bottom repeat-x;
	border-bottom: 1px solid #9ba695;
}
#content DIV.reiter LI{
	float: left;
	font-size: 11px;
	background: url(/images/tab_right.gif) top right no-repeat;
}
#content DIV.reiter LI A{
    display: block;
	background: url(/images/tab_left.gif) top left no-repeat;
	padding: 4px 8px 4px 12px;
	margin: 0 5px;
	color: #000;
}
#content DIV.reiter LI.disabled{
	background: url(/images/tab_disabled_right.gif) top right no-repeat;
}
#content DIV.reiter LI.disabled SPAN{
    display: block;
	background: url(/images/tab_disabled_left.gif) top left no-repeat;
	color: #a1a1a1;
	padding: 4px 8px 4px 12px;
	margin: 0 5px;
	cursor: default;
}
#content DIV.reiter LI.selected {
	background: url(/images/tab_right_selected.gif) top right no-repeat;
	font-weight: bold;
}

#content DIV.reiter LI.enabled:hover {
	background: url(/images/tab_right_selected.gif) top right no-repeat;
}
#content DIV.reiter LI.selected A, #content DIV.reiter LI.enabled A:hover{
	background: url(/images/tab_left_selected.gif) top left no-repeat;
}
#content DIV.reiter LI.selected A, #content DIV.reiter LI.selected{
	height: 21px;
	text-decoration: none;
}