body{
	background:#000000;
}

.top_table{
	width:324px;
	margin:360px auto 0;
}

#logo{
	margin:0 0 50px 0;
}

#ladys a{
	display:block;
	width:132px;
	margin:0 auto 10px;
	height:17px;
	background:url(img/ladys_off.gif) top left no-repeat;
	text-indent: -9999px;
	overflow:hidden;
}
#ladys a:hover{
	display:block;
	width:132px;
	margin:0 auto 10px;
	height:17px;
	background:url(img/ladys_on.gif) top left no-repeat;
	text-indent: -9999px;
	overflow:hidden;
}

#ladys_blog a{
	display:block;
	width:132px;
	margin:0 auto 50px;
	height:17px;
	background:url(img/ladys_blog_off.gif) top center no-repeat;
	text-indent: -9999px;
	overflow:hidden;
}
#ladys_blog a:hover{
	display:block;
	width:132px;
	margin:0 auto 50px;
	height:17px;
	background:url(img/ladys_blog_on.gif) top center no-repeat;
	text-indent: -9999px;
	overflow:hidden;
}

#mens a{
	display:block;
	width:130px;
	margin:0 auto 10px;;
	height:15px;
	background:url(img/mens_off.gif) top left no-repeat;
	text-indent: -9999px;
	overflow:hidden;
}
#mens a:hover{
	display:block;
	width:130px;
	margin:0 auto 10px;
	height:15px;
	background:url(img/mens_on.gif) top left no-repeat;
	text-indent: -9999px;
	overflow:hidden;
}
#mens_blog a{
	display:block;
	width:132px;
	margin:0 auto 150px;
	height:17px;
	background:url(img/mens_blog_off.gif) top center no-repeat;
	text-indent: -9999px;
	overflow:hidden;
}
#mens_blog a:hover{
	display:block;
	width:132px;
	margin:0 auto 150px;
	height:17px;
	background:url(img/mens_blog_on.gif) top center no-repeat;
	text-indent: -9999px;
	overflow:hidden;
}
address{
	width:324px;
	height:17px;
	background:url(img/copy.gif) no-repeat top left;
	text-indent: -9999px
}