#top_menu {
	height: 52px;
	width: 549px;
	background: url('top_menu_bg.gif') repeat-x 0 0;
	position: absolute;
	top: 94px;
	right: 0px;
}

#top_menu ul {
	height: 26px;
	margin: 0px;
	padding: 13px 10px 13px 230px;
	text-align: right;
}

#top_tel
{
	width: 150px;
	height: 33px;
	background: url('top_menu_ul_bg.gif') no-repeat;
	position: absolute;
	top: 103px;
	left: 50%;
	margin-left: -100px;
	z-index: 10;
}

#top_menu li {
	display: inline;
}
#top_menu li a {
	color: #000;
	font-weight: bold;
	font-size: 10px;
	border-left: 1px solid #000;
	padding: 0 12px;
	text-decoration: none;
	line-height: 22px;
}
#top_menu li a.first {
	border: none;
}
#top_menu li a:hover {
	text-decoration: underline;
}
