#tabs{
	width:532px;
	height:130px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border:#A4C3D5 1px solid;
	background-image: url(../images/tab-bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#tabs #tabs-menu-container{
	height:43px;
	background-image: url(../images/tab-menu-bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#tabs #tabs-menu-container a{
	width:176px;
	display:block;
	float:left;
	margin-left:2px;
	text-align:center;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	letter-spacing:1px;
	height:43px;
	vertical-align:middle;
	line-height:18px;
	background-image: url(../images/tab-divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#tabs #tabs-menu-container a.active{
	color:#0072AC;
	background-image: url(../images/tab-active-bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#tabs #tabs-menu-container a.last{margin:0; background:none;}
.data-tab{display:none; padding:10px;}
#data-container{height:88px;}

.data-tab ul{margin:0; padding:0; display:block;}
.data-tab ul li{
	display:block;
	width:160px;
	float:left;
	background:url(images/bullet-arrow.gif) no-repeat left center;
	padding-left:10px;
	text-transform:uppercase;
	font-size:11px;
	line-height:22px;
	background-image: url(../images/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.data-tab ul li a{color:#001943; text-decoration:none;}

