/*===== BASIC TAB BACKGROUNDS =====*/
li.ml1 {
	float:left;
	background:url("../images/tab_right.png") no-repeat right top;
	margin:0;
	padding:0;
}
a.ml1 {
	float:left;
	display:block;
	background:url("../images/tab_left.png") no-repeat left top;
	padding:6px 24px 0;
	font-size:1em;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	height:29px;
}
#tb_hom a.ml1 {
	background:none;
}
#tb_end {
	background:none;
}


/*--- HOME PAGE TAB ---*/
body#home #tb_hom {
	background-image:url("../images/tab_right_act.png");
}
body#home #tb_hom a.ml1 {
	color:#333;
}

/*--- OTHER PAGE TABS ---*/
body#products  #tb_prd,
body#downloads #tb_dnl,
body#resources #tb_res, body#gallery #tb_res,
body#support   #tb_sup,
body#buy       #tb_buy
{
	background-image:url("../images/tab_right_act.png");
}

body#products  #tb_prd a.ml1,
body#downloads #tb_dnl a.ml1,
body#resources #tb_res a.ml1, body#gallery #tb_res a.ml1,
body#support   #tb_sup a.ml1,
body#buy       #tb_buy a.ml1
{
	background-image:url("../images/tab_left_act.png");
	color:#333;
}
