/* TABBED NAVIGATION */

#tab_nav_home {
	width:915px;
	height: 50px;
	float: left;
	background-image: url(/themes/products/images/prod_tab_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 40px;
	padding-right: 15px;
	padding-left: 20px;
	margin-bottom: 25px;
}
#tab_nav_home #tab_nav_ul {
	width: 915px;
	float: left;
	list-style-type: none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: 0.05em;
	margin: 0px;
}

.tab_nav {
	width: 120px;
	float: left;
	height: 40px;
	margin-right:4px;
	text-align: center;

}
.tab_nav a {
	width: 120px;
	float: left;
	height: 40px;
	text-align: center;
	background-image: url(/themes/products/images/prod_tab_off.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFFFFF;
	text-decoration:none;
}
.tab_nav a:hover, .tab_nav a:active {
	width: 120px;
	float: left;
	height: 40px;
	text-align: center;
	background-image: url(/themes/products/images/prod_tab_on.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #666666;
}

.tab_nav .selected{
	width: 120px;
	float: left;
	height: 40px;
	text-align: center;
	background-image: url(/themes/products/images/prod_tab_on.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #666666;
	}
