.menubar {
	width: 100%;
	height: 85px;
	position: fixed;
	bottom: auto;
	top: 0;
	left: 0;
}

#nav-wrapper {
  width: 755px;
  height: 85px;
  padding: 10px;
  background: url('/img/bg.gif');
} 

#nav { 
  list-style-type: none; 
  height: 80px; 
  width: 755px;
  padding: 0; 
  margin: auto;
  float: right;
}

#nav li { 
  float: left; 
  position: relative; 
  padding: 0; 
  line-height: 20px; 
}

#nav li.rainbowgala {
  z-index: 100;
}

#nav li.about {
  z-index: 99;
}

#nav li.raingers {
  z-index: 98;
}

#nav li.events {
  z-index: 97;
}

#nav li.gallery {
  z-index: 96;
}

#nav li.forum {
  z-index: 95;
}

#nav li:hover { 
  background-position: 0 -40px; 
}

#nav li a { 
  display: block; 
  width: 81px;
  padding: 40px 8px 5px; 
  text-align: left;
  color: #fff; 
  text-decoration: none; 
  box-shadow: 1px 1px 5px #000;
  -webkit-box-shadow: 1px 1px 5px #000; /* Safari */
  -moz-box-shadow: 1px 1px 5px #000; /* Safari */
}

#nav li a.rainbowgala {
  width: 264px;
  height: 78px;
  padding: 3px 3px 4px;
  background-color: #E0E6E6;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E0E6E6), to(#A5B5B5));
  background: -webkit-linear-gradient(top, #E0E6E6, #A5B5B5);
  background: -moz-linear-gradient(top, #E0E6E6, #A5B5B5);
  background: -ms-linear-gradient(top, #E0E6E6, #A5B5B5); 
  background: -o-linear-gradient(top, #E0E6E6, #A5B5B5);
  border: 0;
  margin: 0;
} 

#nav li a.rainbowgala img#headinglogo {
  display: block;
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
} 

#nav li a.rainbowgala img#headingtext {
  display: block;
  float: right;
  padding: 0;
  border: 0;
  margin: 0;
} 


#nav li a.about {
  background-color: #f6c;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6c), to(#f99));
  background: -webkit-linear-gradient(top, #f6c, #f99);
  background: -moz-linear-gradient(top, #f6c, #f99);
  background: -ms-linear-gradient(top, #f6c, #f99); 
  background: -o-linear-gradient(top, #f6c, #f99);
} 

#nav li a.raingers {
  background-color: #f90;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f90), to(#fc0));
  background: -webkit-linear-gradient(top, #f90, #fc0);
  background: -moz-linear-gradient(top, #f90, #fc0);
  background: -ms-linear-gradient(top, #f90, #fc0); 
  background: -o-linear-gradient(top, #f90, #fc0);
} 

#nav li a.events {
  background-color: #33c;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33c), to(#09f));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #33c, #09f);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #33c, #09f);
  /* IE 10 */
  background: -ms-linear-gradient(top, #33c, #09f); 
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #33c, #09f);
} 

#nav li a.gallery {
  background-color: #090;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#090), to(#0c0));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #090, #0c0);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #090, #0c0);
  /* IE 10 */
  background: -ms-linear-gradient(top, #090, #0c0); 
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #090, #0c0);
} 

#nav li a.forum {
  background-color: #900;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#900), to(#f33));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #900, #f33);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #900, #f33);
  /* IE 10 */
  background: -ms-linear-gradient(top, #900, #f33); 
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #900, #f33);
} 

#nav li ul { 
  opacity: 0; 
  filter: Alpha(opacity=0);
  position: absolute; 
  left: 0; 
  width: 100%; 
  background: #63867f; 
  list-style-type: none; 
  padding: 0; 
  margin: 0; 
  z-index: 90;
  /*box-shadow: 0 0 10px #000;*/
  /*-webkit-box-shadow: 0 0 10px #000;*/ /* Safari */
}

#nav li:hover ul { 
  opacity: 1; 
  filter: Alpha(opacity=100);
}

#nav li ul li { 
  float: none; 
  position: static; 
  height: 0; 
  line-height: 0; 
  background: none; 
}

#nav li:hover ul li { 
  height: 30px; 
  line-height: 30px; 
}

#nav li ul li a{
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  padding: 0px 8px;   
}

#nav li ul.about li a {
  background: #f99;
}

#nav li ul.raingers li a {
  background: #fc0;
}

#nav li ul.events li a {
  background: #09f;
}

#nav li ul.gallery li a {
  background: #0c0;
}

#nav li ul.forum li a {
  background: #f33;
}

#nav li ul.about li a:hover { 
  background: #f6c; 
}

#nav li ul.raingers li a:hover { 
  background: #f90; 
}

#nav li ul.events li a:hover { 
  background: #33c; 
}

#nav li ul.gallery li a:hover { 
  background: #090; 
}

#nav li ul.forum li a:hover { 
  background: #900; 
}

#nav li { 
  transition: all 0.2s; 
  -webkit-transition: all 0.2s; 
  -moz-transition: all 0.2s; 
  -o-transition: all 0.2s; 
}
#nav li a { 
  transition: all 0.5s; 
  -webkit-transition: all 0.5s; 
  -moz-transition: all 0.5s; 
  -o-transition: all 0.5s; 
}
#nav li ul { 
  transition: all 1s; 
  -webkit-transition: all 1s; 
  -moz-transition: all 1s; 
  -o-transition: all 1s; 
}
#nav li ul li { 
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -o-transition: height 0.5s; 
}