#menu_top {
	float:right;
	padding:0px 4px 0px 0px;
}

#menu_top ul {
	float:left;
	list-style: none;
	padding:0px;
	margin:0px;
}

#menu_top ul li {
	padding:5px 10px;
	margin:0px;
	float:left;
	list-style: none;
	color:#fff;
	font:normal 12px tahoma;
	background: url('../emarket/menu-sep.gif') no-repeat 100% 0px ;
}
#menu_top ul li.icons {
	padding:5px 0px 0px 0px;
}
#menu_top ul li a {
	color:#fff;
	text-decoration: none;
}
#menu_top ul li a:HOVER{
	text-decoration: underline;
}

#menu_top ul .active {
	background: #DF3816;
}

#menu_top ul li.no-border, 
#menu_top ul li.icons {
	background: none;
}

#icons {
	padding:0px 0px 0px 20px;
}

#icons a {
	display:block;
	width:14px;
	height:14px;
	background: url('../emarket/bt_all.gif') no-repeat;
	float:left;
	margin:0px 5px;
}

#icons #icon-home {
	background-position: -1px 0px;
}

#icons #icon-tree {
	background-position: -16px 0px;
}

#icons #icon-print {
	background-position: -31px 0px;
}
#icons #icon-email {
	background-position: -46px 0px;
	margin-right:0px;
}  