/* @override 
	http://www.goformusic.loc/nl/test/css/user.css
	http://test.proximusgoformusic.be/nl/css/user.css
*/

#usermenu
{
	top: -21px;
	position : relative;
	text-align: left;
	padding-right : 3px;
	background : url(../images/bg_usermenu.jpg) no-repeat 0px 21px;
	height: 151px;
	float : none;
}

#usermenu ul {
	display : inline;
	padding: 0;
	margin: 0;
}

#usermenu li {
	list-style-image : url(../images/ri_list.gif);
	list-style-type : none;
	margin : 0px 0px 0px 100px;
}

#usermenu a {
	color : Blue;
	text-decoration : none;
}

#usermenu a:hover {
	color : Blue;
	text-decoration : underline;
}

#username {
	display : block;
	font-size : 13px;
	font-weight : bold;
	color : Olive;
	padding : 5px 0px 5px 12px;
}
#up_div {
	background-color: White;
}
