#tabMenu {margin:0;padding:0 0 0 15px;list-style:none;}

#tabMenu li
{
	float:left;
	height:32px;
	width:100px;
	cursor:pointer;
}

li.music {background:url(../images/tabs/tabMusic.png) no-repeat 0 -32px;}
li.lyrics {background:url(../images/tabs/tabLyrics.png) no-repeat 0 -32px;}
li.videos {background:url(../images/tabs/tabVideos.png) no-repeat 0 -32px;}
li.pictures {background:url(../images/tabs/tabPhotos.png) no-repeat 0 -32px;}

li.forSale {background:url(../images/tabs/tabForSale.png) no-repeat 0 -32px;}
li.wanted {background:url(../images/tabs/tabWanted.png) no-repeat 0 -32px;}
li.services {background:url(../images/tabs/tabServices.png) no-repeat 0 -32px;}
li.notices {background:url(../images/tabs/tabNotices.png) no-repeat 0 -32px;}

li.about {background:url(../images/tabs/tabAbout.png) no-repeat 0 -32px;}
li.news {background:url(../images/tabs/tabNews.png) no-repeat 0 -32px;}
li.members {background:url(../images/tabs/tabMembers.png) no-repeat 0 -32px;}
li.contact {background:url(../images/tabs/tabContact.png) no-repeat 0 -32px;}

li.general {background:url(../images/tabs/tabNotices.png) no-repeat 0 -32px;}
li.reviews {background:url(../images/tabs/tabNotices.png) no-repeat 0 -32px;}
li.seeking {background:url(../images/tabs/tabNotices.png) no-repeat 0 -32px;}
li.website {background:url(../images/tabs/tabNotices.png) no-repeat 0 -32px;}

li.mouseover {background-position:0 0;}
li.mouseout {background-position:0 -32px;}
li.selected {background-position:0 0;}

.box {width:500px;}
.boxTop {background:url(../images/tabs/boxTop.png) no-repeat;height:11px;clear:both;width:500px;}
.boxBody {background-color:#282828;height:450px;width:500px;}
.boxBottom {background:url(../images/tabs/boxBottom.png) no-repeat;height:11px;width:500px;}
.boxBody #category a {display:block;}
.boxBody div ul {margin:0 10px 0 10px;padding:0;width:450px;height:450px;list-style:none}

/* items inside the tab page */
.boxBody div li {cursor:pointer;}

.boxBody div li.sticky
{
	background:url(../images/sticky/images/stickyblocked.png);
	float:left;
	height:150px;
	width:150px;
}

img.thumbtack
{
	position:absolute;
	width:50px;
	height:50px;
	margin-left:50px;
	margin-top:-13px;
}

.boxBody div ul li.last {border-bottom:none}
.boxBody div li span {font-size:8px;font-style:italic; color:#888;}