* {
    margin  : 0;
    padding : 0;
}

#catalogue {
	width	  	  : 173px;
	list-style    : none;
	padding-top	  : 20px;
	text-align    : left;
}

#catalogue li {
	list-style  : none;
}


#catalogue .menu {
	width            : 173px;
	height           : 22px;
	line-height      : 22px;
	background       : url(../img/menubg1.jpg) top left no-repeat;
}

#catalogue .submenu a {
	padding          : 4px 0 4px 15px;
	width            : 150px;
	height           : 22px;
	line-height      : 22px;
	background       : url(../img/menubg.jpg) top left no-repeat; 
	color            : #1564A7;
}

#catalogue li.submenu_selected a {
	padding          : 3px 0 4px 15px;
	width            : 150px;
	height           : 22px;
	line-height      : 22px;
	list-style       : none;
	color		     : #FFFFFF;
	background       : url(../img/menubg.jpg) top left no-repeat; 
}

#catalogue li.submenu_selected a:hover {
	color           : #1564A7;
}

#catalogue .submenu a:hover {
	color       : #1564A7;

}

#catalogue li.submenu_selected {
	color        : #1564A7;
	list-style   : none;
}

#catalogue a {
	padding         : 7px 5px 0 15px;
	color           : black;
	text-decoration : none;
	display         : block;
	font-family     : normal "Arial", sans serif;
	font-size       : 11px;
	width           : 150px;
	height           : 22px;
	line-height      : 22px;
}

#catalogue .menu:hover {
	background  : url(../img/menubg1.jpg) top left no-repeat;
}

#last_menu {
	width           : 140px;
	height           : 22px;
	line-height      : 22px;	
	background      : url(../img/menubg.jpg) bottom left no-repeat;
}

#catalogue .sub_submenu a {
	padding          : 2px 5px 2px 35px;
	width            : 150px;
	height           : 22px;
	line-height      : 22px;	
	color            : #6F7068;
}

#catalogue li.sub_submenu_selected a {
	color            : #ffffff;
	padding          : 2px 5px 2px 35px;
	width            : 150px;
	height           : 22px;
	line-height      : 22px;
	list-style       : none;
}

#catalogue li.sub_submenu_selected a:hover {
	color           : white;
}

#catalogue .sub_submenu a:hover {
	color			: #6F7068;
	background      : url(../img/menubg.jpg) bottom left no-repeat;
}

#catalogue li.sub_submenu_selected {
	background   : url(../img/menubg.jpg) bottom left no-repeat;
	list-style   : none;

}


