#menu ul {
	margin: 0;
	padding: 0;
	width: 850px;
	height: 49px;
	list-style-type: none;
}

#menu li {
	height: 49px;
	margin: 0;
	padding: 0;
	float: left;
}

#menu a {
	overflow: hidden;
	text-indent: -5000px;
}

#menuHome {
	width: 141px;
	background: url('../common/menu_home.gif') no-repeat;
}

#menuHome a {
	display: block;
	width: 141px;
	height: 49px;
	background: url('../common/menu_home.gif') no-repeat;
}

#menuNews {
	width: 170px;
	background: url('../common/menu_news.gif') no-repeat;
}

#menuNews a {
	display: block;
	width: 170px;
	height: 49px;
	background: url('../common/menu_news.gif') no-repeat;
}

#menuService {
	width: 170px;
	background: url('../common/menu_service.gif') no-repeat;
}

#menuService a {
	display: block;
	width: 170px;
	height: 49px;
	background: url('../common/menu_service.gif') no-repeat;
}

#menuMonitor {
	width: 180px;
	background: url('../common/menu_monitor.gif') no-repeat;
}

#menuMonitor a {
	display: block;
	width: 180px;
	height: 49px;
	background: url('../common/menu_monitor.gif') no-repeat;
}

#menuRental {
	width: 180px;
	background: url('../common/menu_reserch.gif') no-repeat;
}

#menuRental a {
	display: block;
	width: 180px;
	height: 49px;
	background: url('../common/menu_reserch.gif') no-repeat;
}

#menu a,
#menu a:link,
#menu a:visited {
	background-position: 0 0;
}

#menu a:hover,
#menu a:active,
#menu a:focus {
	background-position: 0 -49px;
}