/* Menu Styles */
#promo {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
	overflow: hidden;
}
#promo li {
	margin: 0; 
	padding: 0;
    list-style: none;
}
#promo a {
	float: left;
	padding: 90px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:90px; /* for IE5/Win only */
	width:210px;
}
#promo a:hover, #promo a:active, #promo a.selected {
	background-position: 0 -90px;
}
/* menu items */
#promoJoin a {
	background: url(../images/buttons/promoJoin.png) no-repeat;
}
#promoNews a {
	background: url(../images/buttons/promoNews.png) no-repeat;
}
#promoShare a {
	background: url(../images/buttons/promoShare.png) no-repeat;
}
#promoAdvertise a {
	background: url(../images/buttons/promoAdvertise.png) no-repeat;
}