#controlpanel ul 
{
	padding: 0px;
	margin: 0;
	list-style: none;
	width:173px;
	background-color: #0069B5;
	background-image: url(../graphics/cpanelbg.gif);
	background-repeat: repeat-x;
	text-align:center;
	
}
.control-top
{
	background-image: url(../graphics/control-top.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 173px;
	margin-top: 3px;
	margin-bottom: -4px;
}
.control-bottom
{
	background-image: url(../graphics/control-bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 173px;
}

#cp a
{
	text-decoration: none;
	color:#0084C8;
}
#cp a:hover
{
	text-decoration: none;
	color:#ffffff;
}
.control-1
{
	background-image: url(../graphics/vizit.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 32px;
	text-align: left;
	padding-top: 22px;
	padding-left: 60px;
}
.control-1:hover
{
	background-image: url(../graphics/vizit_o.gif);
}
.control-2
{
	background-image: url(../graphics/manage.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 32px;
	text-align: left;
	padding-top: 22px;
	padding-left: 60px;
}
.control-2:hover
{
	background-image: url(../graphics/manage_o.gif);
}
.control-3
{
	background-image: url(../graphics/messages.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 32px;
	text-align: left;
	padding-top: 22px;
	padding-left: 60px;
}
.control-3:hover
{
	background-image: url(../graphics/messages_o.gif);
}
.control-4
{
	background-image: url(../graphics/pending_user.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 32px;
	text-align: left;
	padding-top: 22px;
	padding-left: 60px;
}
.control-4:hover
{
	background-image: url(../graphics/pending_user_o.gif);
}
.control-5
{
	background-image: url(../graphics/invite.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 32px;
	text-align: left;
	padding-top: 22px;
	padding-left: 60px;
}
.control-5:hover
{
	background-image: url(../graphics/invite_o.gif);
}