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

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	text-transform:uppercase;
	position:relative;
	z-index:1000;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }


ul#topnav a.btn_sec_home{
	display:block;
	background:url(../images/nav_sec_home.gif) 0 0 no-repeat;
	width:129px;
	height:50px;
	text-indent:60px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

ul#topnav a.btn_sec_home:hover{
	background:url(../images/nav_sec_home.gif) 0 -50px no-repeat;
}

ul#topnav a.btn_sec_workouts{
	display:block;
	background:url(../images/nav_sec_workouts.gif) 0 0 no-repeat;
	width:171px;
	height:50px;
	text-indent:60px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

ul#topnav a.btn_sec_workouts:hover{
	display:block;
	background:url(../images/nav_sec_workouts.gif) 0 -50px no-repeat;
}
ul#topnav a.btn_sec_setup{
	display:block;
	background:url(../images/nav_sec_setup.gif) 0 0 no-repeat;
	width:132px;
	height:50px;
	text-indent:60px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

ul#topnav a.btn_sec_setup:hover{
	background:url(../images/nav_sec_setup.gif) 0 -50px no-repeat;
}
ul#topnav a.btn_sec_about{
	display:block;
	background:url(../images/nav_sec_about.gif) 0 0 no-repeat;
	width:212px;
	height:50px;
	text-indent:60px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
ul#topnav a.btn_sec_about:hover{
	background:url(../images/nav_sec_about.gif) 0 -50px no-repeat;
}

ul#topnav a.btn_sec_blog{
	display:block;
	background:url(../images/nav_sec_blog.gif) 0 0 no-repeat;
	width:124px;
	height:50px;
	text-indent:60px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
ul#topnav a.btn_sec_blog:hover{
	background:url(../images/nav_sec_blog.gif) 0 -50px no-repeat;
}

ul#topnav a.btn_sec_customer{
	display:block;
	background:url(../images/nav_sec_customer.gif) 0 0 no-repeat;
	width:232px;
	height:50px;
	text-indent:60px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
ul#topnav a.btn_sec_customer:hover{
	background:url(../images/nav_sec_customer.gif) 0 -50px no-repeat;
}



ul#topnav li .sub {
	position: absolute;	
	top: 54px; left: 0;
	background: #fff;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	display: none;
	color:#333;
}
ul#topnav li .row {float: left; margin-bottom: 10px;}
ul#topnav li .row2 {float: left; margin-bottom: 10px; padding: 0 0 0 20px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
	text-align:left;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color:#333;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color:#333;
}
ul#topnav .sub ul li a:hover {color: #ddd; background-position: 5px 12px ;color:#333399;}
