#menuartist {
	float: left;
    width: 924px;
    height: 35px;
    margin: 3px 0px 1px 1px;
    background: url(../img/artistmenu.content.png) no-repeat bottom;
    line-height: normal;
    font-size: 100%;
	padding: 0px 0px 0px 0px;	
}
#menuartist .menuartistContent {
	margin: 2px 3px 0px 7px;
    height: 35px;
	list-style: none;
}
/*
#menuartist ul.backButton {
	margin: 0px 0px 0px 0px;
	list-style: none;
}
#menuartist ul.rightButtons {
	margin: 0px 0px 0px 0px;
	list-style: none;
	float: right;
}*/
#menuartist li {
	float: left;     
    height: 20px;
    padding: 6px 7px 5px 7px;
}
#menuartist ul.right li {
	border-left: 1px #888888 solid;      
}
#menuartist ul.left li {
	border-right: 1px #888888 solid;      
}
	/*
#menuartist .left {
	float:left;
	background: url(../img/button.left.png) no-repeat left top;
	width: 7px;
	height: 24px;
}

#menuartist .right {
	float: left;
	background: url(../img/button.right.png) no-repeat left top;
	width: 7px;
	height: 24px;
	padding: 0px 5px 0px 0px;
}

 {
	float: left;
	background: url(../img/icons/add.png) no-repeat left top;
	margin-top: 2px;
	height: 14px;
	width: 12px;
	padding: 0;
}*/
#menuartist .edit {
	float: left;
	background: url(../img/icons/gear.png) no-repeat left top;
	margin-top: 2px;
	height: 14px;
	width: 16px;
	padding: 0;
}
#menuartist .deleteProfile {
	float: left;
	background: url(../img/icons/deleteProfile.png) no-repeat left top;
	margin-top: 0px;
	height: 20px;
	width: 24px;
	padding: 0;
}
#menuartist .add,
#menuartist .module {
	float: left;
	background: url(../img/icons/add.png) no-repeat left top;
	margin-top: 2px;
	height: 17px;
	width: 15px;
	padding: 0;
}
#menuartist .stat {
	float: left;
	background: url(../img/icons/statistics.png) no-repeat left top;
	margin-top: 1px;
	height: 17px;
	width: 18px;
	padding: 0;
}
#menuartist .connect {
	float: left;
	background: url(../img/icons/connect.png) no-repeat left top;
	margin-top: 0px;
	height: 18px;
	width: 22px;
	padding: 0;
}
#menuartist .compose {
	float: left;
	background: url(../img/icons/compose.png) no-repeat left top;
	margin-top: 5px;
	height: 11px;
	width: 19px;
	padding: 0;
}
#menuartist .preview {
	float: left;
	background: url(../img/icons/eye.png) no-repeat left top;
	margin-top: 2px;
	height: 14px;
	width: 25px;
	padding: 0;
}
#menuartist .community {
	float: left;
	background: url(../img/icons/community2.png) no-repeat left top;
	height: 15px;
    margin-top: 1px;
	width: 28px;
	padding: 0;
}
#menuartist .settings {
	float: left;
	background: url(../img/icons/settings2.png) no-repeat left top;
	margin-top: 2px;
	height: 15px;
	width: 15px;
	padding: 0;
}
#menuartist .home {
	float: left;
	background: url(../img/icons/home2.png) no-repeat left top;
	margin-top: 2px;
	height: 14px;
	width: 15px;
	padding: 0;
}
#menuartist .profile {
	float: left;
	background: url(../img/icons/profile2.png) no-repeat left top;
	margin-top: 2px;
	height: 15px;
	width: 14px;
	padding: 0;
}
#menuartist .question {
	float: left;
	background: url(../img/icons/question.png) no-repeat left top;
	margin-top: 2px;
	height: 15px;
	width: 15px;
	padding: 0;
}

/* --- */

#menuartist ul li a {
	text-decoration: none;
}

#menuartist ul li span.name {
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	color: #777777;
  	font-family: arial;
	padding: 2px 5px 0px 5px;	
}

#menuartist ul li.active span.name,
#menuartist ul li a:hover span.name {
	color: #333333;
}

