#tabsK {
	float:left;
	width:760px;
	font-size:93%;
	line-height:normal;
	background-color: #FF9900;
	height: 25px;
}
#tabsK ul {
	list-style:none;
	padding-left: 100px;
}
#tabsK li {
	display:inline;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#tabsK a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(../images/tableftK.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#tabsK a span {
	float:left;
	display:block;
	color:#660000;
	padding:5px 15px 4px 6px;
	background-image: url(../images/tabrightK.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsK a span {
	float:none;
}
/* End IE5-Mac hack */
    #tabsK a:hover span {
	color:#000033;
	background-position:100% -42px;
}
#tabsK a:hover {
	background-position:0% -42px;
}
#tabsK a:hover span {
	background-position:100% -42px;
}
