/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{
  position:absolute;
  visibility:hidden;
  left:0px;
  top:0px
}
/* CoolMenus 4 - default styles - end */

/*Styles for the background-bar*/
.GalleryMenuBar{
  position:absolute;
  width:10;
  height:10;
  background-color:##004466;
  layer-background-color:##004466;
  visibility:hidden;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.GalleryMenuBarBorder{
  position:absolute;
  width:10; height:10;
  background-color:##004466;
  layer-background-color:##004466;
  visibility:hidden;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 2px solid #004466;
}

/*Styles for level 0*/
.GalleryMenuLevel0,.GalleryMenuLevel0over{
  position:absolute;
  padding:2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  cursor:hand;
}
.GalleryMenuLevel0{
  background-color:#EEF6FF;
  layer-background-color:#EEF6FF;
  color:#003444;
}
.GalleryMenuLevel0over{
  background-color:#EEF6FF;
  layer-background-color:#EEF6FF;
  color:#003444;
}
.GalleryMenuLevel0border{
  position:absolute;
  visibility:hidden;
  background-color:#EEF6FF;
  layer-background-color:#EEF6FF
}

/*Styles for level 1*/
.GalleryMenuLevel1, .GalleryMenuLevel1over{
  position:absolute;
  padding:2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  cursor:hand;
}
.GalleryMenuLevel1{
  background-color:#EEF6FF;
  layer-background-color:#EEF6FF;
  color:#003444;
}
.GalleryMenuLevel1over{
  background-color:#3E8BC0;
  layer-background-color:#3E8BC0;
  color:#003444;
}
.GalleryMenuLevel1border{
  position:absolute;
  visibility:hidden;
  background-color:#004466;
  layer-background-color:#004466;
}

/*Styles for the special items */
.GalleryMenuNoLink,.GalleryMenuNoLinkOver{
  position:absolute;
  padding:2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  cursor:default;
}
.GalleryMenuNoLink{
  background-color:#EEF6FF;
  layer-background-color:#EEF6FF;
  color:#003444;
}
.GalleryMenuNoLinkOver{
  background-color:#EEF6FF;
  layer-background-color:#EEF6FF;
  color:#003444;
}

.GalleryMenuMore,.GalleryMenuMoreOver{position:absolute; padding:2px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; cursor:hand;}
.GalleryMenuMore{background-color:#3E8BC0; layer-background-color:#3E8BC0; color:#003444;}
.GalleryMenuMoreOver{background-color:#3E8BC0; layer-background-color:#3E8BC0; color:#003444;}

.GalleryMenuMoreNoLink,.GalleryMenuMoreNoLinkOver{position:absolute; padding:2px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; cursor:default;}
.GalleryMenuMoreNoLink{background-color:#3E8BC0; layer-background-color:#3E8BC0; color:#003444;}
.GalleryMenuMoreNoLinkOver{background-color:#3E8BC0; layer-background-color:#3E8BC0; color:#003444;}

