* {
    margin  : 0;
    padding : 0;
}

#menu {
	margin       : 0 auto;
    text-align   : left;
	width        : 882px;
	height       : 25px;
	background   : url('../img/menu_back.jpg') top left repeat-x;
    display      : block;
	padding      : 0 0 42px 0;
}

#menu li {
	float      : left;
	position   : relative;
	list-style : none;
}

#menu a {
	display          : block;
	height           : 25px;
	text-decoration  : none;
	color            : #ddf0f0;
	text-align       : center;
	padding          : 30px 25px 10px 25px;
}

#menu a:hover {
	height           : 25px;
	text-decoration  : none;
	color            : #ddf0f0;
	background       : url('../img/menu_hover_back.jpg') top left repeat-x;
}

#menu.menu_button a:hover {
	color : black;
}

#selected {
	background       : url('../img/menu_hover_back.jpg') top left repeat-x;
}

#belos {
	position   : absolute;
	top        : 32px;
	width      : 19px;
	height     : 15px;
	background : url('../img/belos.gif') top left no-repeat;
}

#menu_left {
	float        : left;
	width        : 23px;
	height       : 67px;
	background   : url('../img/left_menu.jpg') top left no-repeat;
}

#menu_right {
	float        : right;
	width        : 23px;
	height       : 67px;
	background   : url('../img/right_menu.jpg') top right no-repeat;
}

#menu_selected {
	color       : #CB653D;
}

