/* Menu CSS for Wintercircus - WhizzWeb - Updated oktober 2009 */

.m1 { /* Definition for firstly defined menu */
  margin:0px;
  margin-top:20px;
  padding:0px;
  z-index:10;
  border:1px solid #28307F;

  /*background-color:#000FD2;*/
  background: url(images/bluenoise_back.gif);
}

/* Positioning individual menu items */
.m1 .level1 {
  margin:0px;
  padding:0px;
}

/* Positioning menu items level 2 and further */
.m1 .level2 {
  float:none;
  margin:0px;
}

/* Positioning submenus */
.m1 .level1_sub {
  position:absolute;
  left:112px;
  margin-top:-20px;
  width:100px;
  z-index:10;
}

/* Appearance of the menu items */

/* The actual menu item (Level 1, all states) */
.m1 .level1 .layer1 {
  display:block;
  color:#FCBC34;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align:left;
  font-weight:bold;
  font-size:11px;
  width:130px;
  height:19px;

  margin:0px;
  padding:0px;
  padding-left:12px;
  padding-right:6px;

  background: url(images/menu/arrow.gif);
  background-repeat: no-repeat;
  background-position:0px 6px;
}

.m1 .level1 .layer1:hover,
.m1 .level1 .level2 .layer1:hover,
.m1 .level1.selected .layer1,
.m1 .level1 .level2.selected .layer1 {
  color:#FFFFFF;
  background: url(images/menu/arrow_active.gif);
  background-repeat: no-repeat;
  background-position:0px 6px;
}

.m1 .level1 .level2 .layer1 {
  color: #A1D3EC;
  margin:0px;
  display: block;                  /* Make sure the entire bounding box is displayed */
  width: 130px;                    /* Width exclusive of padding and border */
  height: 16px;                    /* Width exclusive of padding and border */
  padding-top: 2px;                /* Room around the text*/
  margin-top: 0px;                 /* Push the item down */
  padding-left: 5px;               /* Push the item down */
  padding-right: 0px;              /* Push the item left */
  font-size: 11px;
  text-decoration: none;           /* Remove the link underline */
  text-align: left;
}