@charset "utf-8";
/* CSS Document */

.nav {
	float:left;
	height:50px; 
	position:relative; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px; 
	width:1000px; 
	z-index:500;
}

.nav img{
	border:none;	
}

.nav .table {
	display:table; 
	margin:0 auto;
}
.nav .table .row {
	display:table-row;
}

.nav .select,
.nav .current {
	margin:0; 
	padding:0; 
	list-style:none; 
	display:table-cell; 
	white-space:nowrap;
}

.nav li {
	margin:0; 
	padding:0; 
	height:auto; 
	float:left;
}

.nav .select a {
	display:block; 
	float:left;  
	padding:0 0px 0 0px; 
	text-decoration:none; 
	white-space:nowrap; 
	color:#333;
}

.nav .current a {
	display:block; 
	float:left;  
	padding:0 0 0 15px; 
	text-decoration:none; 
	white-space:nowrap; 
	color:#333;
}


.nav .current a b {
	display:block; 
	padding:0px; 
}

.nav .select a#btn_workouts{
	background:url(../images/nav_home_workouts.gif) 0 0 no-repeat;
	width:192px;
	height:50px;
	display:block; 
	text-transform:uppercase;
	text-indent:77px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

.nav .select a#btn_workouts:hover{
	background:url(../images/nav_home_workouts.gif) 0px -50px no-repeat;
}

.nav .select a#btn_setup{
	background:url(../images/nav_home_setup.gif) 0 0 no-repeat;
	width:152px;
	height:50px;
	display:block; 
	text-transform:uppercase;
	text-indent:77px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
.nav .select a#btn_setup:hover{
	background:url(../images/nav_home_setup.gif) 0px -50px no-repeat;
}

.nav .select a#btn_about{
	background:url(../images/nav_home_about.gif) 0 0 no-repeat;
	width:231px;
	height:50px;
	display:block; 
	text-transform:uppercase;
	text-indent:77px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
.nav .select a#btn_about:hover{
	background:url(../images/nav_home_about.gif) 0px -50px no-repeat;
}

.nav .select a#btn_service{
	background:url(../images/nav_home_customer.gif) 0 0 no-repeat;
	width:250px;
	height:50px;
	display:block;
	text-transform:uppercase;
	text-indent:77px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
.nav .select a#btn_service:hover{
	background:url(../images/nav_home_customer.gif) 0px -50px no-repeat;
}

.nav .select a#btn_buy{
	background:url(../images/nav_home_buy.gif) 0 0 no-repeat;
	width:175px;
	height:50px;
	display:block; 
	text-transform:uppercase;
	text-indent:77px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
.nav .select a#btn_buy:hover{
	background:url(../images/nav_home_buy.gif) 0px -50px no-repeat;
}

.nav .select_sub {
	display:none;
}
.nav .select_sub2 {
	display:none;
}


.nav .sub {
	display:table;
	width:1000px; 
	padding:0px; 
	margin:0px;
	list-style:none;
	height:30px;
	line-height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#c3c4c8;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
	background:#c3c4c8; 
	color:#333399;
}

.nav .select :hover .select_sub, 
.nav .current .show {
	display:block; 
	position:absolute; 
	width:100%; 
	top:50px;  
	padding:0; 
	z-index:100; 
	left:0; 
	height:30px;
	text-align:center;
}

.nav .current .show {
	z-index:10;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
	display:block; 
	float:left; 
	background:transparent; 
	padding:0 30px 0 0px; 
	margin:0; 
	white-space:nowrap; 
	border:0; 
	color:#333333;
	height:30px;
}

.nav .current .sub li.sub_show a {
	color:#333333;; 
	cursor:default; 
	

}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
	visibility:visible; 
	color:#333399;

}



.nav .sub2 {
	display:table;
	width:970px; 
	padding:0px 0 0 30px; 
	margin:0px;
	list-style:none;
	height:30px;
	line-height:30px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		background:#ffffff;
}

.nav .select .sub li:hover .select_sub2 {
	display:block; 
	position:absolute; 
	width:100%; 
	top:30px;  
	padding:0; 
	z-index:100; 
	left:0; 
	height:30px;
	text-align:center;
}



.nav .select .sub li:hover .sub2 li.sublist a, 
.nav .current .show .sub2 li.sublist a {
	display:block; 
	float:left; 
	background:transparent; 
	padding:0 30px 0 0px; 
	margin:0; 
	white-space:nowrap; 
	border:0; 
	color:#333333;
	
}

.nav .current .sub li .sub2 li.sublist a {
	color:#333333;; 
	cursor:default; 

}

.nav .select .sub li :hover .sub2 li.sublist a:hover, 
.nav .current .sub li .sub2 li.sublist a:hover {
	visibility:visible; 
	color:#333399;

}