


/* ***************************************

	AVATAR CONTEXTUAL MENU

*************************************** */	

#profile_icon_wrapper {

	float:left;

}

	

.usericon {

	position:relative;

    float:left;

}



.avatar_menu_button {

	width:15px;

	height:15px;

	position:absolute;

	cursor:pointer;

	display:none;

	right:-3px;

	bottom:-3px;

}



*:first-child+html .avatar_menu_button { bottom:4px; }



.avatar_menu_arrow {

	background: url(http://www.dehood.com/_graphics/avatar_menu_arrow_open.gif) no-repeat left 0;

	width:15px;

	height:15px;

}

.avatar_menu_arrow_on {

	background: url(http://www.dehood.com/_graphics/avatar_menu_arrow_hover.gif) no-repeat left 0;

	width:15px;

	height:15px;

}

.avatar_menu_arrow_hover {

	background: url(http://www.dehood.com/_graphics/avatar_menu_arrow.gif) no-repeat left 0;

	width:15px;

	height:15px;

}



div.sub_menu { 

	display:none; 

	position:absolute; 

	padding:5px; 

	margin:0; 

	border:solid 1px #C5C5C5;  

	width:195px; 

	background:#F5F5F5; 

	text-align:left;

    margin-left: 28px !important;

    margin-top: -26px !important;

    font-size: 0.85em !important;

}

div.usericon a.icon img {

	z-index:10;

    align: center;

    border: 1px solid #D4E5F7;

    padding: 2px;

    background: #fff;

}



.usericon div.sub_menu a {margin:0;padding:2px;}

.usericon div.sub_menu a:link, 

.usericon div.sub_menu a:visited, 

.usericon div.sub_menu a:hover{ display:block;}	

.usericon div.sub_menu a:hover{ background:#E6E6E6; text-decoration:none;}



.usericon div.sub_menu h3 {

	font-size:1.2em;

	border-bottom:solid 1px #C5C5C5;

	color: #192E4B;

	margin:0 !important;

	background:#ffffff !important;

}

.usericon div.sub_menu h3:hover {

	background:#cccccc !important;

}



.user_menu_addfriend,

.user_menu_removefriend,

.user_menu_profile,

.user_menu_friends,

.user_menu_friends_of,

.user_menu_blog,

.user_menu_file,

.user_menu_messages,

.user_menu_admin,

.user_menu_pages {

	margin:0;

	padding:0;

}

.user_menu_admin {

	border-top:dotted 1px #C5C5C5;

}

.user_menu_admin a {

	color:#cc0033;

}
