@charset "UTF-8";
/* CSS Document */
/*Top nav bar*/
.topNav {
	height: 50px;
	width: 906px;
	background: #dedede;
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
/*#menuFloat {
	float:left;
	padding: 10px 0 5px 0; 
}*/
#currentFloat{
	float:left;
	margin: 10px 0 0px 0;
}

.navDivider{
	float:left;
	margin: 10px 0 0px 0;
	padding: 0px 0 0px 0;
	display:block;
	width: 1px;
	height: 35px;
	border: 0;
	background: url(../img/nav/navDivider.gif) no-repeat left top;
}
.startNav a {
    float:left;
	margin: 10px 0 0px 0;
	display:block;
	width: 120px;
	height: 35px;
	border: 0;
	background: url(../img/nav/topNav/homeBtn_120.png) no-repeat left top;
}
.startNav a:hover {
	background-position: 0px -35px;
}
.startNavCurrent {
	float:left;
	margin: 10px 0 0px 0;
	display:block;
	width: 120px;
	height: 35px;
	border: 0;
	background: url(../img/nav/topNav/homeBtn_120.png) no-repeat left top;
	background-position: 0px -70px;
}
.nav2 a {
	float:left;
	margin: 10px 0 5px 0;
	display:block;
	width: 174px;
	height: 35px;
	border: 0;
	background: url(../img/nav/topNav/collectionBtn_174.png) no-repeat left top;
}
.nav2 a:hover {
	background-position: 0px -35px;
}
.nav2Current {
	float:left;
	margin: 10px 0 0px 0;
	display:block;
	width: 174px;
	height: 35px;
	border: 0;
	background: url(../img/nav/topNav/collectionBtn_174.png) no-repeat left top;
	background-position: 0px -70px;
}
.nav3 a {
	float:left;
	margin: 10px 0 5px 0;
	display:block;
	width: 160px;
	height: 35px;
	border: 0;
	background: url(../img/nav/topNav/stockistsBtn_160.png) no-repeat left top;
}
.nav3 a:hover {
	background-position: 0px -35px;
}
.nav3Current {
	float:left;
	margin: 10px 0 0px 0;
	display:block;
	width: 160px;
	height: 35px;
	border: 0;
	background: url(../img/nav/topNav/stockistsBtn_160.png) no-repeat left top;
	background-position: 0px -70px;
}
.nav4 a {
	float:left;
	margin: 10px 0 5px 0;
	display:block;
	width: 123px;
	height: 35px;
	border: 0;
	background: url(../img/nav/topNav/pressBtn_123.png) no-repeat left top;
}
.nav4 a:hover {
	background-position: 0px -35px;
}
.nav4Current {
	float:left;
	margin: 10px 0 0px 0;
	display:block;
	width: 123px;
	height: 35px;
	border: 0;
	background: url(../img/nav/topNav/pressBtn_123.png) no-repeat left top;
	background-position: 0px -70px;
}
.nav5 a {
	float:left;
	margin: 10px 0 5px 0;
	display:block;
	width: 141px;
	height: 35px;
	border: 0;
	background: url(../img/nav/topNav/profileBtn_141.png) no-repeat left top;
}
.nav5 a:hover {
	background-position: 0px -35px;
}
.nav5Current {
	float:left;
	margin: 10px 0 0px 0;
	display:block;
	width: 141px;
	height: 35px;
	border: 0;
	background: url(../img/nav/topNav/profileBtn_141.png) no-repeat left top;
	background-position: 0px -70px;
}
.nav6 a {
	float:left;
	margin: 10px 0 5px 0;
	display:block;
	width: 147px;
	height: 35px;
	border: 0;
	background: url(../img/nav/topNav/contactBtn_147.png) no-repeat left top;
}
.nav6 a:hover {
	background-position: 0px -35px;
}
.nav6Current {
	float:left;
	margin: 10px 0 0px 0;
	display:block;
	width: 147px;
	height: 35px;
	border: 0;
	background: url(../img/nav/topNav/contactBtn_147.png) no-repeat left top;
	background-position: 0px -70px;
}
/*Top nav bar End*/

