* {
    margin  : 0;
    padding : 0;
}

#catalogue {
	float      : left;
	width      : 203px;
	list-style : none;
	padding    : 0 0 0 12px;
}

#catalogue li {
	list-style  : none;
}

#catalogue_top {
	width       : 203px;
	height      : 47px;
	background  : url('../img/katalog_top.jpg') top left no-repeat;
}

#catalogue .menu {
	width            : 172px;
	height           : 27px;
	background       : #F4F4F4 url('../img/button_menu_katalog.jpg') top left no-repeat;
}

#catalogue .submenu a {
	padding          : 6px 0 0 35px;
	width            : 168px;
	height           : 21px;
	background       : #F4F4F4;
}

#catalogue li.submenu_selected a {
	padding          : 7px 5px 0 35px;
	width            : 168px;
	height           : 21px;
	list-style       : none;
}

#catalogue li.submenu_selected a:hover {
	color           : #C6633C;
}

#catalogue .submenu a:hover {
	color       : #C6633C;
	background  : #e5e5e5;
}

#catalogue li.submenu_selected {
	color        : #E5E5E5;
	background   : #BFBFBF;
	list-style   : none;
}

#catalogue a {
	padding         : 7px 5px 0 26px;
	color           : black;
	text-decoration : none;
	display         : block;
	font-family     : "Trebuchet MS", sans serif;
	font-size       : 11px;
	width           : 203px;
	height          : 31px;
}

#catalogue .menu:hover {
	color       : #C6633C;
	background  : #F4F4F4 url('../img/button_menu_katalog_hover.jpg') top left no-repeat;
}

#last_menu {
	width           : 203px;
	height          : 44px;
	background      : url('../img/katalog_bottom.jpg') bottom left no-repeat;
}

#catalogue .sub_submenu a {
	padding          : 6px 0 0 35px;
	width            : 168px;
	height           : 21px;
	background       : #F2F4F3;
}

#catalogue li.sub_submenu_selected a {
	color            : #D76E41;
	padding          : 7px 5px 0 35px;
	width            : 168px;
	height           : 21px;
	list-style       : none;
}

#catalogue li.sub_submenu_selected a:hover {
	color           : white;
}

#catalogue .sub_submenu a:hover {
	color       : #D76E41;
	background  : #CFCFCF;
}

#catalogue li.sub_submenu_selected {
	background   : #CFCFCF;
	list-style   : none;
}

#catalog_books {
    float        : left;
    background   : url('../photo/catalog_books.jpg') top left no-repeat;
    width        : 387px;
	height       : 198px;
	margin       : 7px 10px 10px 10px;
}

#catalog_books:hover {
    background   : url('../photo/catalog_books_h.jpg') top left no-repeat;
}

#catalog_kids {
    float        : right;
    background   : url('../photo/catalog_kids.jpg') top left no-repeat;
    width        : 247px;
	height       : 90px;
	margin       : 0 10px 0 10px;
}

#catalog_kids:hover {
    background   : url('../photo/catalog_kids_h.jpg') top left no-repeat;
}

#catalog_prices {
    float        : left;
    background   : url('../photo/catalog_prices.jpg') top left no-repeat;
    width        : 387px;
	height       : 198px;
	margin       : 7px 10px 10px 10px;
}

#catalog_prices:hover {
    background   : url('../photo/catalog_prices_h.jpg') top left no-repeat;
}

#search {
	width           : 206px;
	height          : 116px;
	background      : url('../img/search_back.jpg') top left no-repeat;
}

