
/* CSS Tabs */
.linksharpK  {
width: 12em;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Tahoma, Arial, sans-serif;
/*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
font-size : 10px;
color:#fff;
background-color: #90bade;
}

.linksharpK table {
width:100%;
margin: 0;
padding: 0;
border: none;
}


.linksharpK  a:link,.linksharpK  a:visited {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
font: bold 10px/1em Verdana;
}

.linksharpK  a:hover {
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

.linksharpK .current a:link,.linksharpK .current a:visited {
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}
.linksharpK_Container
{
	background-color:#ffffff;
	border:solid 1px #cccccc;
	clear:both;
}
