.user_panel {
	background: #eeecf4 url(http://cssimages.uaebb.com/images/layout/user_panel_bgr.gif) bottom right repeat-x;
	height: 45px;
}

.user_panel .left_corner {
	background: url(http://cssimages.uaebb.com/images/layout/user_panel_bl_corner.gif) bottom right no-repeat;
	height: 45px;
}

.user_panel .right_corner {
	background: url(http://cssimages.uaebb.com/images/layout/user_panel_br_corner.gif) bottom left no-repeat;
	height: 45px;
}

.user_panel ul {
	margin:0;
	padding: 4px 0 0 0;
	list-style: none;
}

.user_panel ul li{
	margin: 0 3px 0 0;
	padding: 0 0px 0 15px;
	height: 41px;
	float: right;
}

.user_panel ul li.selected, .user_panel ul li:hover {
	background: url(http://cssimages.uaebb.com/images/layout/user_panel_tab_left_pic.gif) right no-repeat;
	cursor: pointer;
}

.user_panel ul li div {
	height: 41px;
	padding: 0 15px 0 0;
}


.user_panel ul li.selected div, .user_panel ul li:hover div {
	background: url(http://cssimages.uaebb.com/images/layout/user_panel_tab_right_pic.gif) left no-repeat;
}

.user_panel ul li.selected div a {
	font-weight: bold;
}

.user_panel ul li div a {
	position: relative;
	top: 10px;
}

.user_panel ul li div a:hover {
	color: #0055b5;
}


.user_panel .welcome_text {
	float: right;
	margin: 13px 50px 0 20px;
}

.user_panel .welcome_text a {
	margin: 0 0 0 5px;
}

.user_panel .signout_text {
	float: left;
	margin: 0 20px 0 30px;
	font-weight: bold;
	position: relative;
	top: 10px;
}


.user_panel .place_newad_button {
	background: url(http://cssimages.uaebb.com/images/layout/button_newad.gif) center no-repeat;
	width: 126px;
	height: 32px;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-align: center;
	float: right;
	padding: 0;
	position: relative;
	top: 2px;	
	margin: 0 0 0 10px;
}

.user_panel .place_newad_button a {
	position: relative;
	top: 7px;
	color: #fff;
	text-decoration: none;
}
