	DIV.user
			{
			padding:5px 0px;
			margin:0px 10px 10px 0px;
			border-bottom:1px solid #DFDFDF;
			}
	DIV.user H3
			{
			display: block;
			font: normal normal normal 1.5em/normal "Arial",Tahoma;
			margin: 0;
			}
	DIV.user H4
			{
			color: #AA0000;
			font-weight: normal;
			}
	DIV.user P
			{
			font-size: 0.9em;
			color:#555555;
			}		
						
	DIV.user DIV.last-access
			{
			display: block;
			position: relative;
			right:-10px;
			float:right;
			clear: both;
			width: 34%;
			}						
	DIV.user DIV.last-access H4
			{
			display: block;
			font-weight: normal;
			text-transform: uppercase;
			font-size: 0.8em;
			color:#555555
			}
		
		
	DIV.user DIV.user-menu
			{
			float: right;
			/* ie float bug, see interna.css */
			display: inline;
			clear: both;
			background: #F4F4ED;
			width: 24%;
			padding:2px 5px;
			margin:2px 0;
			text-align: center;
			color:#BFBFBF;
			}		
	DIV.user DIV.user-menu A
			{
			}