#top ul {
	position	: absolute;
	padding		: 0;
	margin		: 0;
	left : 70px;
	top: 137px;
	text-align	: center;
	height		: 18px;
}

#top ul li {
	list-style	: none;
	float		: left;
}

#top ul li a{
	display: block;
	height: 14px;
	width: 122px;
	background: transparent url(../images/menu.gif) 0 0;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 0 0 0;
}

#top ul li a:hover,#top ul li a:active{background-position: 0 -36px;}
#top ul li a.selected {background-position: 0 -18px;color:#e75113;}
