#menulist	{
margin-left:0;
}
#menulist ul	{
width: 993px;
margin: 0;
padding: 0 0 15px 0;
list-style: none;
}
#menulist li	{
float: left;
padding: 0;
}
#menulist a	{
display: block;
height: 34px;
padding: 0; /* this has to be 7px for Win IE */
border: none;
font-size: 1px;
text-indent: -2000px;
overflow: hidden;
}
li.mhome, li.mhome a {
width:75px;
background: url(/images/menu/menu_home.gif) top left no-repeat;
}
li.mnews, li.mnews a {
width:71px;
background: url(/images/menu/menu_news.gif) top left no-repeat;
}
li.mphotos, li.mphotos a {
width:92px;
background: url(/images/menu/menu_photos.gif) top left no-repeat;
}
li.mstyle, li.mstyle a {
width:70px;
background: url(/images/menu/menu_style.gif) top left no-repeat;
}
li.mcelebrities, li.mcelebrities a {
width:128px;
background: url(/images/menu/menu_celebrities.gif) top left no-repeat;
}
li.mmovies, li.mmovies a {
width:86px;
background: url(/images/menu/menu_movies.gif) top left no-repeat;
}
li.mmusic, li.mmusic a {
width:75px;
background: url(/images/menu/menu_music.gif) top left no-repeat;
}
li.mtv, li.mtv a {
width:40px;
background: url(/images/menu/menu_tv.gif) top left no-repeat;
}
li.mwin, li.mwin a {
width: 57px;
background: url(/images/menu/menu_win.gif) top left no-repeat;
}
li.mspacer, li.mspacer a {
width:43px;
text-indent:-2000px;
}
li.mright {
background:url(/images/menu/menu_right.gif);
width:10px;
height:34px;
text-indent:-2000px;
}
li.mleft {
background:url(/images/menu/menu_left.gif);
width:10px;
height:34px;
text-indent:-2000px;
}
li.mnewsletter, li.mnewsletter a {
width: 236px;
background: url(/images/menu/menu_newsletter.gif) top left no-repeat;
}
#menulist li {
background-position: 0px -34px;
background-repeat: no-repeat;
}
#menulist a:hover {
background: none;
}
#menulist li.mspacer	{
background-position:0px -5px;
}
/* HIDE THE LIKE BUTTON */
div.like, div.like div {display:none;}
