/*-------------user_pannel-------------*/
#user_pannel{
width:725px;
background:url(images/user_panel_bg.gif) no-repeat center;
height:35px;
float:left;
padding:0px;
}
#user_pannel ul{
margin:0px;
padding:5px 0px 0px 80px;
list-style:none;
}
#user_pannel li{
display:block;
float:left;
list-style:none;
} 
#user_pannel li a{
float:left;
display:block;
height:25px;
padding:0px 0px 0px 5px;
}
/*-------*/
#user_pannel li.my_account a{
width:100px;
background:url(images/buttons/my_account.gif) no-repeat center;
}
#user_pannel li.my_account a:hover{
background:url(images/buttons/my_account_a.gif) no-repeat center;
}
#user_pannel li.my_account_up a{
width:100px;
background:url(images/buttons/my_account_a.gif) no-repeat center;
}
/*-------*/
#user_pannel li.profile a{
width:79px;
background:url(images/buttons/profile.gif) no-repeat center;
}
#user_pannel li.profile a:hover{
background:url(images/buttons/profile_a.gif) no-repeat center;
}
#user_pannel li.profile_up a{
width:100px;
background:url(images/buttons/profile_a.gif) no-repeat center;
}
/*-------*/
#user_pannel li.messages a{
width:51px;
background:url(images/buttons/messages.gif) no-repeat left;
background-position:0px 0px;
text-decoration:none;
color:#003300;
padding:3px 0px 0px 85px;
}
#user_pannel li.messages a:hover{
background:url(images/buttons/messages_a.gif) no-repeat left;
background-position:0px 0px;
padding:3px 0px 0px 85px;
}
#user_pannel li.messages_up a{
text-decoration:none;
width:46px;
background:url(images/buttons/messages_a.gif) no-repeat left;
background-position:0px 0px;
padding:3px 0px 0px 90px;
}
/*-------*/
#user_pannel li.messages_unread a{
width:51px;
background:url(images/buttons/messages_red.gif) no-repeat left;
background-position:0px 0px;
text-decoration:none;
color:#003300;
padding:3px 0px 0px 85px;
}
#user_pannel li.messages_unread a:hover{
background:url(images/buttons/messages_red_a.gif) no-repeat left;
background-position:0px 0px;
padding:3px 0px 0px 85px;
}
#user_pannel li.messages_unread_up a{
text-decoration:none;
width:46px;
background:url(images/buttons/messages_red_a.gif) no-repeat left;
background-position:0px 0px;
padding:3px 0px 0px 90px;
}
/*-------*/
#user_pannel li.send_message a{
width:108px;
background:url(images/buttons/send_message.gif) no-repeat center;
}
#user_pannel li.send_message a:hover{
background:url(images/buttons/send_message_a.gif) no-repeat center;
}
#user_pannel li.send_message_up a{
width:108px;
background:url(images/buttons/send_message_a.gif) no-repeat center;
}
/*-------*/
#user_pannel li.edit_account a{
width:103px;
background:url(images/buttons/edit_account.gif) no-repeat center;
}
#user_pannel li.edit_account a:hover{
background:url(images/buttons/edit_account_a.gif) no-repeat center;
}
#user_pannel li.edit_account_up a{
width:103px;
background:url(images/buttons/edit_account_a.gif) no-repeat center;
}
/*-------*/
#user_pannel li.logout a{
width:66px;
background:url(images/buttons/logout.gif) no-repeat center;
}
#user_pannel li.logout a:hover{
background:url(images/buttons/logout_a.gif) no-repeat center;
}