@charset "utf-8";
/* CSS Document */
/*- Menu Tabs B--------------------------- */

#tec_tab {
	float:left;
	width:100%;
	background:#ffffff;
	font-size:11px;
	line-height:normal;
}
#tec_tab ul {
	margin:0;
	padding:0px 10px 0 0px;
	list-style:none;
}
#tec_tab li {
    display:inline;
    margin:0;
    padding:0;
}
#tec_tab a {
    float:left;
    background:url("../images/site/tableftB.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}
#tec_tab a span {
    float:left;
    display:block;
    background:url("../images/site/tabrightB.gif") no-repeat right top;
    padding:5px 10px 4px 6px;
    color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tec_tab a span {float:none;}
/* End IE5-Mac hack */
#tec_tab a:hover span {
    color:#000;
}
#tec_tab a:hover {
    background-position:0% -42px;
}
#tec_tab a:hover span {
    background-position:100% -42px;
}
#tec_tab #current a {
    background-position:0% -42px;
}
#tec_tab #current a span {
    background-position:100% -42px;
}
div.tabContent {
	border: 1px solid #666;
	margin:21px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	background-color: #FFFFFF;
	font: bold 10px/1.5em Verdana, Arial, Helvetica, sans-serif;
}
div.tabContent.hide { 
    display: none;
}
