/*
 * KT5 Styles
 */

.frame,
.head,
.head a,
.content,
.footer {
	width:128px;
}
.frame {
	height:78px;
}

.head,
.head a {
	height:25px;
}
.logo-main {
	padding-left:0;
	float:none;
}

.content {
	height:53px;
}
.content-leftcorner {
	height:13px;
	background:url('../img/bg_kt5_topleft.png') 0 0 no-repeat;
}
.content-main {
	margin:-13px 0 0 0;
	height:53px;
}


/* inner content */
ul.kt_sections {
	padding:0;
}
li.section {
	padding:0;
}
.sectionimage {
	width:61px;
	padding:3px 0 0 6px;
	float:right;
}
.frame .sectionimage img {
	border-right:0px;
}
.sectioncontent {
	width:60px;
	text-align:right;
	padding:11px 0 0 0;
}
.frame .sectioncontent a {
	margin-top:-2px;
	display:inline;
	line-height:17px;
	vertical-align:top;
}
.frame .sectioncontent a span,
.frame .sectioncontent a:link span,
.frame .sectioncontent a:visited span,
.frame .sectioncontent a:focus span,
.frame .sectioncontent a:hover span {
	background:none;
	font-size:10pt;
	font-weight:bold;
	padding:0 0 4px 0;
	width:82px;
	height:40px;
}

.sectioncontent a,
.sectioncontent a:link,
.sectioncontent a:visited {
	background:none;
}

.sectioncontent a span,
.sectioncontent a:link span,
.sectioncontent a:visited span {
	background:url('../img/bg_link_out.png') 0 0 no-repeat;
}
.sectioncontent a:focus,
.sectioncontent a:hover {
	background:none;	
}

.sectioncontent a:focus span,
.sectioncontent a:hover span {
	background:url('../img/bg_link_over.png') 0 0 no-repeat;
}
