#tabPane {float:left;width:100%;background:#3A3A3A url(../images/tab-menu/tabpanebg.gif) repeat-x;background-position:bottom;font-size:11px;line-height:normal;margin-bottom:0px;font-family:verdana,tahoma,arial;}
#tabPane ul {list-style:none;margin:0px;padding: 10px 0px 0px 0px;border: 0px; background-color:#2B2B2B;}
#tabPane li {display:inline;margin:0px;padding:0px;border:0px; }
#tabPane a {float:left;background:url(../images/tab-menu/tabbg_left.gif) no-repeat left top;margin:0px;padding:0px 2px 0px 8px;border-bottom:1px solid #B3B3B3;    /* Left image bottom border color */text-decoration:none;}
#tabPane a span {background-color:#3A3A3A;float:left;display:block;background:url(../images/tab-menu/tabbg_right.gif) no-repeat right top;padding:8px 7px 4px 4px;font-weight:bold;color: #4E4D4D;    /* OFF color of text on tab */}
/* Commented Backslash Hack hides rule from IE5-Mac \*/


#tabPane a span {float:none;}
/* End IE5-Mac hack */
#tabPane a:hover span {color: #4E4D4D;    /* HOVER color of text on tab. Usually same as SELECTED. */}
#tabPane .currentTab a {background-position:0 -40px;border-width:0px;}
#tabPane .currentTab a span {background-position:100% -40px;padding-bottom:5px;color: #4E4D4D;    /* SELECTED color of text on tab. Usually same as HOVER. */}
#tabPane a:hover {background-position:0% -40px;}
#tabPane a:hover span {background-position:100% -40px;}
.tabPanel {margin:0px;_margin-top:0px;padding:15px;clear:both;color:black;    /* Content text color - specs text etc. */
background-color:#3A3A3A;
font-size:11px;font-weight:normal;line-height:14px;font-family:verdana,tahoma,arial; color:#ffffff;
border-right:1px solid #6D6D6D;    /* border colors of tab box */
border-bottom:1px solid #6D6D6D;    /* border colors of tab box */
border-left:1px solid #6D6D6D;    /* border colors of tab box */
}
.tabPanel ul {list-style:disc;margin:0px;padding: 0px;border: 0px;}
.tabPanel ul li {margin:0px 0px 5px 10px;padding: 0px;border: 0px;line-height:16px;}