#dashboard {
	color: #DDD;
	padding: 0px 20px;
	height: 50px;
	text-align: center;
	background: url('images/dash_bg.gif') 0 0 repeat-x;
	margin: 0 0 1px 0;
	font-size: 11px;
}
#dashboard ul {
	margin: 0;
	padding: 0;
}
#dashboard li {
	list-style: none;
	float: left;
	padding: 0 0 0 20px;
	margin: 0;
	background: url('images/dash_tab_l.gif') 0 0 no-repeat;
}
#dashboard li a {
	color: #333;
	padding: 15px 20px 0 0;
	margin: 0;
	background: url('images/dash_tab_r.gif') top right no-repeat;
	display: block;
	height: 35px;
	text-decoration: none;
	width: 60px;
	line-height: 1.1em;	
}
#dashboard #userInfo {
	float: right;
	padding: 15px 0 0 28px;
	text-align: right;
	background: url('images/dash_lock.gif') 0 0 no-repeat;
	height: 35px;
}
#dashboard #userInfo a {
	color: #AAA;
	display: block;
	line-height: 1.2em;
	font-size: 90%;	
	text-decoration: none;
}
#dashboard a#myAccount {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}
.block-dashboard .block-title {
	display: none;
}