#right_block img#my_status {
	position: relative;
	top: 0;
	left: 0;
}

#right_block ul {
	padding: 0;
	margin: 0;
}

#right_block ul#on {
	height: 250px;
}

#right_block ul#off {
	height: 60px;
}

#right_block li {
	float: left;
	list-style-type: none;
	height: 33px;
	margin: 0 0 5px 1px;
	padding: 0 0;
}

#right_block li#my_messages a img {
	background: transparent url("/images/sidebar/btn_view_my_messages.png") no-repeat 0 0;
	width: 186px;
	height: 33px;
}

#right_block li#edit_personal_info a img {
	background: transparent url("/images/sidebar/btn_edit_personal_information.png") no-repeat 0 0;
	width: 235px;
	height: 33px;
}

#right_block li#edit_tutoring_info a img {
	background: transparent url("/images/sidebar/btn_edit_school_and_tutoring_info.png") no-repeat 0 0;
	width: 251px;
	height: 33px;
}

#right_block li#edit_subjects a img {
	background: transparent url("/images/sidebar/btn_edit_subjects_and_languages.png") no-repeat 0 0;
	width: 252px;
	height: 33px;
}

#right_block li#change_password a img {
	background: transparent url("/images/sidebar/btn_change_password.png") no-repeat 0 0;
	width: 180px;
	height: 33px;
}

#right_block li#reset_password a img {
	background: transparent url("/images/sidebar/btn_reset_password.png") no-repeat 0 0;
	width: 159px;
	height: 33px;
}

#right_block li#turn_on_my_ad a img {
	background: transparent url("/images/sidebar/btn_turn_on_my_ad.png") no-repeat 0 0;
	width: 155px;
	height: 33px;
}

#right_block li#turn_off_my_ad a img {
	background: transparent url("/images/sidebar/btn_turn_off_my_ad.png") no-repeat 0 0;
	width: 155px;
	height: 33px;
}


#right_block li#my_messages a:hover img, #right_block li#my_messages.selected a img {
	background: transparent url("/images/sidebar/btn_view_my_messages_selected.png") no-repeat 0 0;
}

#right_block li#edit_personal_info a:hover img, #right_block li#edit_personal_info.selected a img {
	background: transparent url("/images/sidebar/btn_edit_personal_information_selected.png") no-repeat 0 0;
}

#right_block li#edit_tutoring_info a:hover img, #right_block li#edit_tutoring_info.selected a img {
	background: transparent url("/images/sidebar/btn_edit_school_and_tutoring_info_selected.png") no-repeat 0 0;
}

#right_block li#edit_subjects a:hover img, #right_block li#edit_subjects.selected a img {
	background: transparent url("/images/sidebar/btn_edit_subjects_and_languages_selected.png") no-repeat 0 0;
}

#right_block li#change_password a:hover img, #right_block li#change_password.selected a img {
	background: transparent url("/images/sidebar/btn_change_password_selected.png") no-repeat 0 0;
}

#right_block li#reset_password a:hover img, #right_block li#reset_password.selected a img {
	background: transparent url("/images/sidebar/btn_reset_password_selected.png") no-repeat 0 0;
}

#right_block li#turn_on_my_ad a:hover img, #right_block li#turn_on_my_ad.selected a img {
	background: transparent url("/images/sidebar/btn_turn_on_my_ad_selected.png") no-repeat 0 0;
}

#right_block li#turn_off_my_ad a:hover img, #right_block li#turn_off_my_ad.selected a img {
	background: transparent url("/images/sidebar/btn_turn_off_my_ad_selected.png") no-repeat 0 0;
}



#right_block li.selected {
	margin-left: 0px;
}

#right_block #sidebar_ads_menu {
	width: 300px;
	height: 250px;
	margin-top: 30px;
	text-align: center;
	vertical-align: middle;
}

#right_block #sidebar_ads {
	width: 300px;
	height: 250px;
	margin-top: 0px;
	text-align: center;
	vertical-align: middle;
}