#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 1000px;
	height: 210px;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .news {
	width: 35px;
	height: 22px;
	background: url(../images/menu/menu_01.jpg) no-repeat;
	left: 1px;
	top: 9px;
}

#menu .news_act {
	background: url(../images/menu/menu_01a.jpg) no-repeat;
}

#menu .activities {
	width: 66px;
	height: 22px;
	background: url(../images/menu/menu_03.jpg) no-repeat;
	left: 58px;
	top: 9px;
}

#menu .activities_act {
	background: url(../images/menu/menu_03a.jpg) no-repeat;
}

#menu .mag {
	width: 135px;
	height: 22px;
	background: url(../images/menu/menu_05.jpg) no-repeat;
	left: 146px;
	top: 9px;
}

#menu .mag_act {
	background: url(../images/menu/menu_05a.jpg) no-repeat;
}

#menu .horo {
	width: 94px;
	height: 22px;
	background: url(../images/menu/menu_07.jpg) no-repeat;
	left: 304px;
	top: 9px;
}

#menu .horo_act {
	background: url(../images/menu/menu_07a.jpg) no-repeat;
}

#menu .column {
	width: 93px;
	height: 22px;
	background: url(../images/menu/menu_09.jpg) no-repeat;
	left: 421px;
	top: 9px;
}

#menu .column_act {
	background: url(../images/menu/menu_09a.jpg) no-repeat;
}

#menu .member {
	width: 88px;
	height: 22px;
	background: url(../images/menu/menu_11.jpg) no-repeat;
	left: 537px;
	top: 9px;
}

#menu .member_act {
	background: url(../images/menu/menu_11a.jpg) no-repeat;
}

#menu .blog {
	width: 48px;
	height: 22px;
	background: url(../images/menu/menu_13.jpg) no-repeat;
	left: 648px;
	top: 9px;
}

#menu .blog_act {
	background: url(../images/menu/menu_13a.jpg) no-repeat;
}

#menu .buysale {
	width: 123px;
	height: 22px;
	background: url(../images/menu/menu_15.jpg) no-repeat;
	left: 715px;
	top: 9px;
}

#menu .buysale_act {
	background: url(../images/menu/menu_15a.jpg) no-repeat;
}

#menu .forum {
	width: 105px;
	height: 22px;
	background: url(../images/menu/menu_17.jpg) no-repeat;
	left: 860px;
	top: 9px;
}

#menu .forum_act {
	background: url(../images/menu/menu_17a.jpg) no-repeat;
}

