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