/* CSS Document */
ul#sitenav {
	width: 770px;
	position: absolute;	
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 176px;
	margin-top: 48px;
	margin-right: 52px;
}
ul#sitenav li {
	float: left;
}
ul#sitenav a {
	display: block;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
	padding: 0 34px;
}
ul#sitenav a:hover {
	background-position: center bottom;
}
#btnHome {
	width: 45px;
	background: url(../image/btn-home.jpg);
}
#btnAbout {
	width: 49px;
	background: url(../image/btn-about.jpg);
}
#btnWomens {
	width: 72px;
	background: url(../image/btn-womens.jpg);
}
#btnMens {
	width: 45px;
	background: url(../image/btn-mens.jpg);
}
#btnContact {
	width: 75px;
	background: url(../image/btn-contact.jpg);
}
#btnNews {
	width: 41px;
	background: url(../image/btn-news.jpg);
}
body a {
	outline: none !important;
}
