.menu li {
margin: 0px;
padding: 0px;
display: inline;
}

.menu {
list-style-type: none;
float: right;
}

ul.menu {
border: none;
list-style: none;
text-align: left;
}

ul.menu li {
margin: 0 0 0 0.5em;
}

.menu a.social {
background-image: url('http://htgames.ueuo.com/images/sprite.png');
background-repeat: no-repeat;
background-color: transparent;
text-indent: -999em;
}

.menu a.facebook {
background-position: 0 -1254px;
}
.menu a.facebook:hover {
background-color: #3b5998;
}

.menu a.twitter {
background-position: 0 -1304px;
}
.menu a.twitter:hover {
background-color: #55acee;
}

.menu a.rss {
background-position: 0 -1279px;
}
.menu a.rss:hover {
background-color: #FF3300;
}

.menu a.search {
background: url('http://htgames.ueuo.com/images/search.png') no-repeat center;
}
.menu a.search:hover {
background-color: #333;
}

.menu a.youtube {
background: url('http://htgames.ueuo.com/images/youtube.png') no-repeat center;
}
.menu a.youtube:hover {
background-color: #dc2824;
}

.menu li a {
float: left;
display: block;
width: 100px;
position: relative;
bottom: -10px;
margin-right: 5px;
left: 32px;
}

.menu a {
font-size: 12px;
line-height: 12px;
color: #00a2ff;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
text-decoration: none;
}

.menu li a.social {
height: 25px;
width: 25px;
}