﻿/*TabList---------------------------------------------*/
#TabList {
	height: 25px;
	background: url('/SiteCollectionImages/Kbank2/ListItemLine.gif') bottom left repeat-x;
	margin-top: 20px;
}
#TabList .ListItem {
	float: left;
	position: relative;
	background: #119135 url('/SiteCollectionImages/Kbank2/ListItemBG.gif') no-repeat top right;
	height: 25px;
}
#TabList .ListItem .Start {
	height: 25px;
	background: #119135 url('/SiteCollectionImages/Kbank2/ListItemBG.gif') no-repeat top left;
	width: 10px;
}
.ListItem SPAN {
	position: relative;
	padding-right: 10px;
	font-size: 12px;
	color: #fff;
	top: 3px;
	font-weight: bold;
}
.ListItem A:link {
	color: #fff;
	font-size: 12px;
}
.ListItem A:active {
	color: #fff;
	font-size: 12px;
}
.ListItem A:visited {
	color: #fff;
	font-size: 12px;
}
.ListItem A:hover {
	color: #fff;
	font-size: 12px;
}
#TabList .ListActiveItem {
	float: left;
	position: relative;
	background: #119135 url('/SiteCollectionImages/Kbank2/ListActiveItemBG.gif') no-repeat top right;
	height: 25px;
}
#TabList .ListActiveItem .Start {
	height: 100%;
	background: #119135 url('/SiteCollectionImages/Kbank2/ListActiveItemBG.gif') no-repeat top left;
	width: 10px;
}
.ListActiveItem SPAN {
	position: relative;
	top: 4px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #009933;
	top: 3px;
}
.ListActiveItem A:link {
	color: #009933;
	font-size: 12px;
}
.ListActiveItem A:active {
	color: #009933;
	font-size: 12px;
}
.ListActiveItem A:visited {
	color: #009933;
	font-size: 12px;
}
.ListActiveItem A:hover {
	color: #009933;
	font-size: 12px;
}
