﻿a.ArtistMenu
{
    background-position: right;
    background-repeat: no-repeat;    
    background-image: url(/images/artistmenu_ddl_hover.png);
    border: 1px solid transparent;
    cursor: pointer;    
    padding: 2px 17px 2px 2px;
}
a.ArtistMenu:hover 
{
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(/images/artistmenu_ddl_hover.png);
    border: 1px solid #D4D4D4;
    text-decoration: none;
}

.ArtistMenuItemFirst
{
    background-image: url(http://static.imagekind.com/community/Rule-Grey.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 10px;
    margin-right: 10px;
    text-align: left;
}

.ArtistMenuItem 
{
    margin: 5px 10px 0 0;
    text-align: left;
}

.ArtistMenuItem img, .ArtistMenuItemFirst img 
{
    margin-right: 10px;
    vertical-align: middle;
}
.MenuBox
{
	border:solid 1px #383838;
	padding:10px;
	 position:absolute;
	background-color:White;
	z-index:300;
	width:180px;
	color:#3399CC;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
}
	.MenuBox img
	{
		margin-left:10px; 
		margin-top:6px;
		max-width:20px;
		max-height:20px;
		margin-right:10px;
	}
	.MenuBox span, .MenuBox a
	{
		line-height:18px;
vertical-align:3px;
	font-weight:normal;
	cursor:pointer;

	}
	
		.MenuBox span:hover, .MenuBox a:hover
	{
		line-height:18px;
vertical-align:3px;
	font-weight:normal;
	cursor:pointer;
	text-decoration:underline;
	}
	
	#closeMenu
	{
		position:absolute;
		left:183px;
		top:6px;
		width:12px;
		height:12px;
		background-image:url(/images/icons/cross.png);
		 cursor:pointer;
	}
	
	#memberItem
	{
background-image:url(http://static.imagekind.com/community/Rule-Grey.gif);
background-position:center bottom;
background-repeat:repeat-x;
margin-right:10px;
padding-bottom:10px;
font-weight:bold;
 margin-left:10px;
	}
	
	#memberItem a
	{
font-weight:bold;
 
	}
	
	#avatarImg
	{
		 margin-top:5px;
		 margin-left:0px;
		 padding-left:0px;
	}