/* NAVIGATION STYLES */

.button {
	background-image: url(images/buttons.png);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	position: relative;
	margin: 0;
	padding: 0;
}
.button img { /* Added because early IE versions add padding to the top of images within floats */
	display: block;
	padding: 0px;
	margin: 0px;
}
.subnav {
	position: absolute;
	z-index: 20;
	width: 136px;
	display: none;
	left: 2px;
	top: 50px;
}
.subnavtop {
	background-image: url(images/subnav.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 136px;
	position: relative;
	z-index: 42;
}
.subnavbutton {
	background-image: url(images/subnav.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 136px;
	cursor: pointer;
	position: relative;
	z-index: 41;
}
.subnavbottom {
	background-image: url(images/subnav.png);
	background-repeat: no-repeat;
	background-position: -136px 0px;
	height: 30px;
	width: 136px;
	position: relative;
	z-index: 40;
}
