#top_menu {
	list-style:none;
	padding:0;
	margin:0;

	height:40px;
	width:700px;
}

#top_menu li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	height:34px;
}

#top_menu li a, #top_menu li a:hover {
	text-decoration:none;
	font-size:1px;
	display:block;
	height:34px;
}

#top_menu li:hover {
	background-position:0px -34px;
}

.top_menu_delimiter {
	width:60px;
	cursor:default;
}

/* buttons */

.top_menu_add_group {
	cursor:pointer;
	width:102px;
	background: url('../../images/top_menu_add_group_sprites.png') no-repeat;
}

.top_menu_new {
	cursor:pointer;
	width:99px;
	background: url('../../images/top_menu_new_sprites.png') no-repeat;
}

.top_menu_delete {
	cursor:pointer;
	width:83px;
	background: url('../../images/top_menu_delete_sprites.png') no-repeat;
}

.top_menu_edit_gr {
	cursor:pointer;
	width:105px;
	background: url('../../images/top_menu_edit_gr_sprites.png') no-repeat;
}

.top_menu_archive {
	cursor:pointer;
	width:102px;
	background: url('../../images/top_menu_archive_sprites.png') no-repeat;
}



.top_menu_disabled, .top_menu_disabled:hover {
	background-position:0px -68px !important;
	cursor:default;
}

