ul#topnav {
	background: url(../images/nav/top_nav_bkg.gif);
	margin: 0; padding: 0;
	margin-top: 10px;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	position: relative;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	height: 33px;
	padding-top: 7px;
	font-family: 'cuprum', verdana, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}
ul#topnav li:hover a, ul#topnav li a:hover { 
	background-position: left bottom; 
	color: #000;
	} /*--Hover State--*/
ul#topnav a.home {
	width: 67px;
}
ul#topnav a.skis {
	width: 46px;
}
ul#topnav a.boots {
	width: 58px;
}
ul#topnav a.bindings {
	width: 77px;
}
ul#topnav a.poles {
	width: 56px;
}

ul#topnav a.protection {
	width: 91px;
}
ul#topnav a.wax {
	width: 104px;
	}
ul#topnav a.accessories {
	width: 89px;
	}
ul#topnav a.tuning {
	width: 161px;
	}
ul#topnav a.manufacturers {
	width: 119px;
	}
ul#topnav a.about {
	width: 90px;
	}

ul#topnav a.blog {
	width: 50px;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 40px; left: 0;
	z-index: 99999;
	background: #fff;
	border: 1px solid #003D6C;
	border-top: none;
	padding: 20px 20px 20px;
	float: left;
	-webkit-border-bottom-right-radius: 5px;
	   -moz-border-radius-bottomright: 5px;
	        border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	   -moz-border-radius-bottomleft: 5px;
	        border-bottom-left-radius: 5px;
	display: none; 
}

ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #003D6C;
	font-weight: 700;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #003D6C;
	font-size: 16px;
	text-align: left;
}
ul#topnav .sub ul li a:hover {
	color: #006C96;
}

#atomic-link-2 {
  width: 67px;
  height: 20px;
  text-decoration: none;
  display: block;
  background: url(../../../../images/manufacturers/manufacturers_sprite.png) no-repeat 0 -30px;
  }
