div.subtabsdiv{
	font-size:90%;
	padding:0;
	
	
}
	ul.subtabs{
		float:left;
		margin:0;
		padding: 0;
		position:relative;
		width:100%;
		z-index:10;			
		list-style: none;	
		background:transparent url(../images/tabs/top.gif) no-repeat 0px 0px;
		height:42px;
	}
		ul.subtabs li{
			float:left;
			padding:0 1px 0 0;
			margin: 0;
			list-style: none;
			
		}
			ul.subtabs a{
				color:#333;
				background:transparent url(../images/tabs/tab.gif) no-repeat 0px 0px;
				text-align: center;
				display:block;
				font-weight:normal;
				height:18px;
				overflow:hidden;
				padding:8px 0 6px;
				text-decoration:none;
				width: 93px;
				border-bottom:0px;
				font-size:11px;
				margin-top:1px;
			}
			
			
			html ul.subtabs a:link,
			*html ul.subtabs a:visited,
			*html ul.subtabs a:active,
			*html ul.subtabs a:hover{
				display:inline-block;
			}

	div.subtabscontent{
		background:transparent url(../images/tabs/bottom.gif) no-repeat left bottom;
		clear:left;
		color:#000;
		padding:5px 10px;
		position:relative;
		top:-1px;
		min-height: 200px;
		width: 390px;
		overflow: auto;
	}
	

