.mod-current-incentives ul.tabs {
	border-bottom: 1px solid #000a12;
	height: 30px;
	margin: 0 !important;
	padding: 0;
}

.mod-current-incentives ul.tabs li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.mod-current-incentives ul.tabs a {
	 
	background: url(/public/modules/CurrentIncentives/default/images/li-bg.gif) left top repeat-x;
	border-color: #06C;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	font-weight: bold;
	display: block;
	float: left;
	font-size: 12px;
	height: 15px;
	margin-right: 2px;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
	top: 1px;
	min-width: 150px;
	*width: 150px;
}

.mod-current-incentives ul.tabs a:hover {
	 
}

.mod-current-incentives ul.tabs a.current {
	background: #ffffff;
	border-color: #000a12;
	border-bottom: 1px solid #ffffff;
	color: #222222;
	cursor: default;
	height: 18px;
}

.mod-current-incentives .panes .pane {
	background-color: #ffffff;
	display: none;
	min-height: 150px;
	padding:0px 0 30px 0px;
	overflow: hidden;
}