.hidden {
	display: none;
}

.tab_menu {
	padding: 4px 20px 0px 20px;
	height:22px;
	background-image: url("/images/dot.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}

.tab_menu a,.tab_menu a:hover {
      background:url("/images/tabright.gif") no-repeat right top;
	color: #000;
	line-height: 22px;
	border: 0px solid #999;
	padding: 4px;
	background-color: #e6e6e6;
	text-decoration: none;
	border-left-width:1px;
}

.tab_menu .selected,.tab_menu .selected:hover {
      background-image:url("/images/tabright_on.gif");
	color: #000;
	line-height: 22px;
	border: 0px solid #999;
	border-bottom: 1px solid #FFF;
	padding: 4px;
	background-color: #fff;
	border-left-width:1px;
}

.tab_area {
	padding: 5px;
	border: 1px solid #999;
	border-top: 0px;
}

.tab_menu2 {
	padding: 1px 1px 1px 1px;
	height:20px;
	background-image: url("/images/dot.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}

.tab_menu2 a,.tab_menu2 a:hover {
      background:url("/images/tabright.gif") no-repeat right top;
	color: #000;
	line-height: 20px;
	border: 0px solid #999;
	padding: 4px;
	background-color: #e6e6e6;
	text-decoration: none;
	border-left-width:1px;
}

hometheater , .tab_menu2 .selected,.tab_menu2 .selected:hover {
      background-image:url("/images/tabright_on.gif");
	color: #000;
	line-height: 20px;
	border: 0px solid #999;
	border-bottom: 0px solid #FFF;
	padding: 4px;
	background-color: #fff;
	border-left-width:1px;
}

.tab_area2 {
	padding: 1px;
	border: 0px solid #999;
	border-top: 0px;
}

