.menu {
	float: right;
	margin: 55px 25px 0 0;
	width: 647px;
	height: 48px;
	position: relative;
	clear:none;
	background-image:url(../images/nav-bg.gif);
	text-align: left;
	padding: 10px 0 10px 5px;
}
.menu-item {
	height: 25px;
	position:relative;
	clear: none;
	float: left;
	margin: 12px 0px 0 15px;
}
.menu-item img{
	border: none;
}
.menu-item em {
	background: url(../images/nav-hover-bg.gif) no-repeat;
	width: 225px;
	height: 45px;
	position: absolute;
	top: 40px;
	left: 0px;
	text-align: center;
	padding: 20px 0  0 0;
	font-style: normal;
	z-index: 2;
	display: none;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.share{
	height: 19px;
	width: 68px;
	text-align: center;
	padding-top: 5px;
	background-image:url(../images/share-bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b5998;
}
.share a{
color: #3b5998;
}
