
/*- Menu Tabs C--------------------------- */

.linksharpB {
float:left;
width:100%;
background:#EDF7E7;
font-size:93%;
line-height:normal;
}
.linksharpB table {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
.linksharpB tr {
display:inline;
margin:0;
padding:0;
}
.linksharpB a {
float:left;
background:url("tableftC.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
.linksharpB a span 
{
	font: bold 10px/1em Verdana;
float:left;
display:block;
background:url("tabrightC.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#464E42;
}
/* Commented Backslash Hack hides rtablee from IE5-Mac \*/
.linksharpB a span {float:none;}
/* End IE5-Mac hack */
.linksharpB a:hover span {
color:#FFF;
}
.linksharpB a:hover {
background-position:0% -42px;
}
.linksharpB a:hover span {
background-position:100% -42px;
}

.linksharpB  .current a {
background-position:0% -42px;
}
.linksharpB  .current a span {
background-position:100% -42px;
}
.linksharpB_Container
{
	background-color:#ffffff;
	border:solid 1px #cccccc;
	clear:both;
}