.buttonBar, .buttonBar ul {
	list-style: none;
}
.divOfTabs, .row1 {
	background: #cac3af url('../images/menu_bar_background_v2.gif');
	height: 31px;
	padding-left: 12px;
}
.buttonBar a {
	display: block;
	padding: 5px 12px 5px 12px;
 	color: #54291e;
 	font: normal 13px/14px arial;
 	text-decoration: none;
}
.buttonBar li {
	float: left;
	margin-top: 5px;
}
.currentWithLink  {
	background: #FFF;
	border-left: #bab3a1;
	border-right: #bab3a1;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
	color: #006;
}
.buttonBar .currentWithLink a {
	color: #006;
}
.buttonBar .current {
	background: #FFF;
	border-left: #cdcdcd;
	border-right: #cdcdcd;
	border-top: #cdcdcd;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
	color: #006;
	font: normal 11px/16px arial;
	margin-top: 9px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
*/
.buttonBar .currentDraggable {
	background: #ffffdc url('../images/current_top_edge.gif') repeat-x;
	border-left: #bab3a1;
	border-right: #bab3a1;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
	color: #006;
	font: normal 11px/16px arial;
	padding: 3px 12px 3px 12px;
}
.tabContent {
	clear: both;
	padding: 6px 12px;
}
.buttonBar .currentWithSecondRow {
	background: #e5e3c6;
	border-top: 1px solid #bab3a1;
	border-left: 1px solid #bab3a1;
	border-right: 1px solid #bab3a1;
	color: #006;
	font: normal 11px/16px arial;
	margin-top: 7px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
.row1 .buttonBar .currentWithSecondRow {
	background: #e5e3c6 url('../images/current_top_for_one.gif') repeat-x;
}
.row1 .buttonBar .currentWithSecondRowAndCloseable {
	background: #e5e3c6 url('../images/current_top_for_one.gif') repeat-x;
}
.currentWithLinkWithSecondRow  {
	background: #e5e3c6 url('../images/current_top_for_second.gif') repeat-x;
	border-left: #bab3a1;
	border-right: #bab3a1;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
	color: #006;
}
.buttonBar .currentWithLinkWithSecondRow a {
	color: #006;
}
.buttonBar .closeableTab a, .notAvailable {
	display: block;
	padding: 5px 12px 5px 20px;
 	color: #006;
 	font: normal 11px/12px arial;
 	text-decoration: none;

}
.buttonBar a.closeTabButton, .notAvailable {
	padding: 5px 3px 0px 6px;;
 	float: left;
}
.buttonBar .currentAndCloseable {
	background: #FFF url('../images/current_top_edge.gif') repeat-x;
	border-left: #bab3a1;
	border-right: #bab3a1;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
	color: #006;
	font: normal 11px/16px arial;
	padding: 3px 12px 3px 0px;
}
.buttonBar .currentAndCloseable a.closeTabButton, .buttonBar .currentWithSecondRowAndCloseable a.closeTabButton {
	padding: 2px 3px 0px 6px;;
}
.buttonBar .currentWithSecondRowAndCloseable {
	background: #e5e3c6 url('../images/current_top_for_second.gif') repeat-x;
	border-left: #bab3a1;
	border-right: #bab3a1;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
	color: #006;
	font: normal 11px/16px arial;
	padding: 3px 12px 3px 0px;
}
.secondRow, .row2 {
	clear: both;
	height: 32px;
	padding-top:0px;
	padding-left: 22px;
	background: #e5e3c6 url('../images/background_second_tabs_v2.gif');
}
.row3, .row4, .row5, .row6, .row7, .row8 {
	clear: both;
	height: 22px;
	padding-top: 0px;
	padding-left: 22px;
	background: #f2f2db url('../images/background_third_tabs.gif');
}
.secondRow .current, .row2 .current {
	background: #ffffee url('../images/current_top_edge.gif') repeat-x;
	border-left: #bab3a1;
	border-right: #bab3a1;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
	color: #006;
	font: normal 11px/16px arial;
}
.row3 .current {
	background: #ffffff url('../images/current_top_for_third.gif') repeat-x;
	border-left: #bab3a1;
	border-right: #bab3a1;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
	color: #006;
	font: normal 11px/16px arial;
	padding: 3px 12px 3px 12px;
}
#currentForm .current {
	background: #ffffee url('../images/current_top_edge.gif') repeat-x;
	border-left: #bab3a1;
	border-right: #bab3a1;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
	color: #006;
	font: normal 11px/16px arial;
	padding: 3px 12px 3px 12px;
}
