#id_head_menu {
	margin: 20px 0;
}
#id_head_menu_inner {
	text-align: center;
	list-style: none;
}
#id_head_menu_inner LI {
	font-family: Arial;
	padding: 0 0;
	text-transform: uppercase;
	display: -moz-inline-grid;  /*For FF2 only*/
	display: inline-block;
	margin: 0 -2px;
	vertical-align: top;
}
#id_head_menu_inner LI SPAN {
	display: block;
	position: relative;
	margin: 5px 10px;
}
@-moz-document url-prefix() {
	#id_head_menu_inner LI {display:-moz-inline-grid;display:inline-block;} /*For FF2 only*/
	#id_head_menu_inner LI {margin:0 -2px;} /*For FF*/
	#id_head_menu_inner LI, x:-moz-any-link, x:default { margin:0 -2px;} /*For FF3*/
}
#id_head_menu_inner LI.current {
	background-color: #e2e2e2;
}
#id_head_menu_inner LI SPAN
{
	padding-left: 20px;
}
#id_head_menu_inner LI.market {
	background-image: url('/templates/img/menu/cart.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#id_head_menu_inner LI.garage {
	background-image: url('/templates/img/menu/garage.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#id_head_menu_inner LI.districts {
	background-image: url('/templates/img/menu/district.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#id_head_menu_inner LI.motoflirt {
	background-image: url('/templates/img/menu/meeting.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#id_head_menu_inner LI.interview {
	background-image: url('/templates/img/menu/mic.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#id_head_menu_inner LI.trade, #id_head_menu_inner LI.declaration {
	background-image: url('/templates/img/menu/trade.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#id_head_menu_inner LI.polls {
	background-image: url('/templates/img/menu/polls.png');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#id_head_menu_inner LI.gallery, #id_head_menu_inner LI.photos {
	background-image: url('/templates/img/menu/gallery.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#id_head_menu_inner LI.blogs, #id_head_menu_inner LI.js {
	background-image: url('/templates/img/menu/blogs_2.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#id_head_menu_inner LI.useful, #id_head_menu_inner LI.reviews {
	background-image: url('/templates/img/menu/reviews.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#id_head_menu_inner LI.memorial, #id_head_menu_inner LI.memory {
	background-image: url('/templates/img/menu/memorial.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}

#id_head_menu_inner LI.ride {
	background-image: url('/templates/img/menu/ride.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#id_head_menu_inner LI.voice {
	background-image: url('/templates/img/menu/voice.png');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#id_head_menu_inner LI.partys, #id_head_menu_inner LI.calendar {
	background-image: url('/templates/img/menu/calendar.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}

#id_head_menu_inner LI.support {
	background-image: url('/templates/img/menu/support.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#id_head_menu_inner LI.consultations {
	background-image: url('/templates/img/menu/consultation.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#id_head_menu_inner LI.contacts {
	background-image: url('/templates/img/menu/contacts.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#id_head_menu_inner LI.solidarity {
	background-image: url('/templates/img/menu/hand.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#id_head_menu_inner LI.motofirms, #id_head_menu_inner LI.firms {
	background-image: url('/templates/img/menu/motofirms.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#id_head_menu_inner LI.motoclubs, #id_head_menu_inner LI.clubs {
	background-image: url('/templates/img/menu/motoclubs.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}

#id_head_menu_inner LI.beginner {
	background-image: url('/templates/img/menu/beginner.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#id_head_menu_inner LI.startup {
	background-image: url('/templates/img/menu/startup.gif');
	background-position: 10px 5px;
	background-repeat: no-repeat;
}

#id_admin_menu {
    background-color: #E2E2E2;
    margin: 1em 0 0;
    padding: 5px 0;
}
#id_admin_menu_inner {
    list-style: none outside none;
    text-align: center;
}
#id_admin_menu_inner LI {
    display: inline-block;
    font-family: Arial;
    margin: 0 -2px;
    padding: 0;
    vertical-align: top;
}
#id_admin_menu_inner LI SPAN.padd {
    display: block;
    margin: 5px 10px;
    position: relative;
}
#id_admin_menu_inner LI.current {
    background-color: #E2E2E2;
}
