.basictab
{
	background-image:url("../images/top_menu_left.gif");
	background-position:top left;
	background-repeat:no-repeat;
}
.basictab ul
{
	margin: 0px;
	padding:0px 2px 0px 1px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	height:33px;
	line-height:33px;
	background-image:url("../images/top_menu_right.gif");
	background-position:top right;
	background-repeat:no-repeat;
}
.basictab li
{
	display: inline;
	margin: 0;
	height:33px;
	height:33px;
	line-height:33px;
	float:left;
}
.basictab li.first
{
	
}
.basictab li.last
{
	/*width:166px;*/
	border-right:0px;
}
.basictab li a
{
	display:block;
	text-decoration: none;
	width:121px;
	text-align:center;
	border-right: 1px solid #adadae;
	color: #2c2c2c;
	height:33px;
	line-height:33px;
	font-size:13px;
}
.basictab li a:visited
{
	color: #2d2b2b;
}
.basictab li a:hover
{
	/*background-image:url("../images/top_menu_bg_hover.gif");
	background-position:top right;
	background-repeat:repeat-x;*/
}
.basictab li.first a, .basictab li.first a:visited
{
	background-image:url("../images/edifier_active.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.basictab li.first a:active, .basictab li.first a:active:hover, .basictab li.first a.current, .basictab li.first a.current:hover
{
	background-image:url("../images/edifier_active.png");
	background-position:0px -33px;
	background-repeat:no-repeat;
}
.basictab li a:active, .basictab li a:active:hover, .basictab li a.current, .basictab li a.current:hover
{
	background-image:url("../images/top_menu_active.png");
	background-position:top left;
	background-repeat:no-repeat;
	color:#ffffff;
}
.tabcontainer
{
	clear: left;
	height:32px;
	line-height:32px;
	font-size:13px;
	color:#8b8b8b;
	padding:0px 6px;
}
.tabcontainer a:link, .tabcontainer a:visited
{
	padding:0px 13px 0px 17px;
	font-size:13px;
	color:#8b8b8b;
	text-decoration:none;
	text-transform:capitalize;
}
.tabcontainer a:hover, .tabcontainer a:visited:hover
{
	color:#fefefe;
	background-image:url("../images/bullet_submenu.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
.tabcontainer a.active_prod
{
	color:#fefefe;
	background-image:url("../images/bullet_submenu.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
.tabcontent
{
	display:none;
}
