#handle {
height: 100%;
width: 1em;
position: absolute;
top: 0;
left: 0;
z-index: 4;
background-color: #000000;

background-image: url(../images/catalog_tab.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0em 0.5em;
}
#handle_arrow {
position: absolute;
top: 0;
left: 1em;
z-index: 0;
}
#handle_arrow img{
height: 3em;
}
#shutter_1 {
/* height: 100%; */
height: 32em;
position: absolute;
top: 0em;
left: 1em;
display: none;
padding: 1em 0em 0em 0em;
background-color: #1B1C20;
}
.menu_item_1 {
width: 16em;
height: 15em;
float: top;
padding: 0em 0em 1em 0em;
}
.menu_item_1 img{
width: 15em;
height: 15em;
float: left;
cursor:pointer; /*FF*/
cursor:hand; /*IE*/
}

#shutter_w {
/* height: 100%; */
height: 32em;
position: absolute;
top: 0;
left: 17em;
display: none;
padding: 1em 0em 0em 0em;
background-color: #1B1C20;
}
#shutter_m {
/* height: 100%; */
height: 32em;
position: absolute;
top: 0;
left: 17em;
display: none;
padding: 1em 0em 0em 0em;
background-color: #1B1C20;
}
.menu_item_2 {
height: 10em;
float: top;
padding: 0em 0.5em 0.5em 0em;
}
.menu_item_2 img{
width: 10em;
height: 10em;
float: left;
cursor:pointer; /*FF*/
cursor:hand; /*IE*/
}

