#menu_background {
	background: url(../images/site/menu_background.gif) repeat-x;
	height: 54px;
	width: 100%;
}

#menu {
	background: url(../images/site/menu.gif) repeat-x;
	margin: 0 auto;
	width: 979px;
	height: 54px;
}


.ul-hidden {

	list-style: none;
	display: inline;
}



ul.ul-hidden li {float: left;margin-bottom:2px;}


/* MENU */
#menu_index {
margin-top: 10px;
background: url(../images/site/menu_index.gif) top left no-repeat;
height: 31px;
width: 143px;
display:block;
}

#menu_index:hover {
background: url(../images/site/menu_index.gif) bottom left no-repeat;
}

#menu_sales {
margin-top: 10px;
background: url(../images/site/menu_sales.gif) top left no-repeat;
height: 31px;
width: 89px;
display:block;
}

#menu_sales:hover {
background: url(../images/site/menu_sales.gif) bottom left no-repeat;
}

#menu_price {
margin-top: 10px;
background: url(../images/site/menu_price.gif) top left no-repeat;
height: 31px;
width: 93px;
display:block;
}

#menu_price:hover {
background: url(../images/site/menu_price.gif) bottom left no-repeat;
}



#menu_forum {
margin-top: 10px;
background: url(../images/site/menu_forum.gif) top left no-repeat;
height: 31px;
width: 170px;
display:block;
}

#menu_forum:hover {
background: url(../images/site/menu_forum.gif) bottom left no-repeat;
}

#menu_help {
margin-top: 10px;
background: url(../images/site/menu_help.gif) top left no-repeat;
height: 31px;
width: 126px;
display:block;
}

#menu_help:hover {
background: url(../images/site/menu_help.gif) bottom left no-repeat;
}

#menu_contact {
margin-top: 10px;
background: url(../images/site/menu_contact.gif) top left no-repeat;
height: 31px;
width: 97px;
display:block;
}

#menu_contact:hover {
background: url(../images/site/menu_contact.gif) bottom left no-repeat;
}

/* MENU END */