#usermenu{
	overflow:hidden;
}
.blankline{
clear:both;
}
#usermenu li{
	float:left;
	display:inline;
	width:100px;
	height:24px;
	line-height:24px;
	background:url(../images/daodu_bg.gif) left center no-repeat;
	padding-left:10px;
	margin-left:6px;
}
#usermenu li a{
	color:#666666;
	text-decoration:none;
}
#usermenu li a:hover,#usermenu li a.selected{
	color:#FF3300;
}
#profile{
	color:#666666;
	margin-left:4px;
	margin-right:4px;
	background:url(../images/user.gif) left center no-repeat;
	padding:6px;
	padding-left:20px;
	background-color:#f2f2f2;
	margin-bottom:8px;
	
}