@charset "utf-8";
/* CSS Document */

#submenu {
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 1024px;
	list-style-type: none;
	float: right;
	position: relative;
	top: 0px;
}

#submenu a {
	display: block;
	text-indent: -900%;
	position:absolute;
	outline: none;
	left: 195px;
}

#submenu a:hover{
	background-position: left bottom;
	top: 7px;
}

#submenu .facebook {
	width: 86px;
	height: 8px;
	top:6px;
	left: 858px;
	background-image: url(../Assets/Nav-buttons/sub-nav/facebook.gif);
	background-repeat: no-repeat;
	background-image: url(../Assets/Nav-buttons/facebook.gif);
}
#submenu .twitter {
	width: 74px;
	height: 8px;
	top:6px;
	left: 944px;
	background-image: url(../Assets/Nav-buttons/twitter.gif);
	background-repeat: no-repeat;
}

#submenu .youtube {
	width: 64px;
	height: 8px;
	top:6px;
	left: 794px;
	background-image: url(../Assets/Nav-buttons/youtube.gif);
	background-repeat: no-repeat;
}
#submenu .newsletter {
	width: 97px;
	height: 8px;
	top:4px;
	left: 351px;
	background-image: url(../Assets/Nav-buttons/newsletter.gif);
	background-repeat: no-repeat;
}

#signup {
	height: auto;
	width: auto;
	display: block;
	clear: none;
	padding-top: 1px;
	margin: 0px;
}
