@charset "utf-8";
/* CSS Document */

<style type="text/css">

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}
#test {
	width: 678px;
}
.dmclearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.sp_pricelist  ul{
	margin: 0;
	padding: 0;
	padding-left: 5px; /*offset of tabs relative to browser left edge*/
	font: bold 10px Verdana;
	list-style-type: none;
}
.sp_pricelist  li{
	display: inline;
	margin: 0;
}
.sp_pricelist  li  a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: #FFFFFF;
	background: #9999ff; /*background of tabs (default state)*/
	width: 150px;
	border-bottom: 1px solid #FFFFFF;
}
.sp_pricelist  li  a:visited{
color: white;
}
.sp_pricelist  li  a:hover, .mattblacktabs  li.selected  a{
	background: #D2D2FF; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #9966FF;
}

</style>
