.menu {
	width: 105px;
	float: right;
}

.menu ul {
	width: 105px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu ul li {
	display: block;
}

.menu ul li a {
	background: #171717;
	color: #C2CACF;
	display: block;
	height: 10px;
	line-height: 10px;
	margin-bottom: 2px;
	padding: 5px;
	position: relative;
	text-align: right;
	
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.menu ul li a:hover {
	background: #C2CACF;
	color: #171717;
}

.menu ul li.last a {
margin: 0;
}

.menu ul li a span.img{
float: left;
height: 10px;
width: 10px;
}

a span.img.search{
	background: url(../../../images/ss_theme/top_menu/search.gif) no-repeat;
}

a:hover span.img.search{
	background: url(../../../images/ss_theme/top_menu/search_hov.gif) no-repeat;
}

a span.img.members{
	background: url(../../../images/ss_theme/top_menu/members.gif) no-repeat;
}

a:hover span.img.members{
	background: url(../../../images/ss_theme/top_menu/members_hov.gif) no-repeat;
}

a span.img.calendar{
	background: url(../../../images/ss_theme/top_menu/calendar.gif) no-repeat;
}

a:hover span.img.calendar{
	background: url(../../../images/ss_theme/top_menu/calendar_hov.gif) no-repeat;
}

a span.img.help{
	background: url(../../../images/ss_theme/top_menu/help.gif) no-repeat;
}

a:hover span.img.help{
	background: url(../../../images/ss_theme/top_menu/help_hov.gif) no-repeat;
}

		