@import url(http://fonts.googleapis.com/css?family=Lato);
@charset 'UTF-8';
/* Base Styles */
#cssmenu,#WavesExperimentsLab, #ElectricityExperimentsLab, #ElectronicsLab,#collectionLab,
#cssmenu ul, #WavesExperimentsLab ul, #ElectricityExperimentsLab ul, #ElectronicsLab ul,#collectionLab ul,
#cssmenu li, #WavesExperimentsLab li, #ElectricityExperimentsLab li, #ElectronicsLab li,#collectionLab li,
#cssmenu a, #WavesExperimentsLab a, #ElectricityExperimentsLab a, #ElectronicsLab a, #collectionLab a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu a, #WavesExperimentsLab a, #ElectricityExperimentsLab a, #ElectronicsLab a, #collectionLab a {
  line-height: 1.3;
  padding: 6px 15px;
}
 #WavesExperimentsLab, #ElectricityExperimentsLab, #ElectronicsLab, #collectionLab {
  width: 300px;
}
#cssmenu > ul > li, #WavesExperimentsLab > ul > li, #ElectricityExperimentsLab > ul > li, #ElectronicsLab > ul > li, #collectionLab > ul > li {
  cursor: pointer;
  background: #000;
  border-bottom: 1px solid #797a80;
}
#cssmenu > ul > li:last-child, #WavesExperimentsLab > ul > li:last-child, #ElectricityExperimentsLab > ul > li:last-child,
#ElectronicsLab > ul > li:last-child, #collectionLab > ul > li:last-child{
  border-bottom: 1px solid #3e3d3c;
}
#cssmenu > ul > li > a, #WavesExperimentsLab > ul > li > a, #ElectricityExperimentsLab > ul > li > a, #ElectronicsLab > ul > li > a,
#collectionLab > ul > li > a{
  font-size: 13px;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #6a6b72;
  background: -moz-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6b72), color-stop(100%, #4c4e53));
  background: -webkit-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: linear-gradient(#6a6b72 0%, #4c4e53 100%);
}
#cssmenu > ul > li > a:hover, #WavesExperimentsLab > ul > li > a:hover, #ElectricityExperimentsLab > ul > li > a:hover,
#ElectronicsLab > ul > li > a:hover, #collectionLab > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active, #WavesExperimentsLab > ul > li.active, #ElectricityExperimentsLab > ul > li.active,
#ElectronicsLab > ul > li.active, #collectionLab > ul > li.active{
  border-bottom: none;
}
#cssmenu > ul > li.active > a, #WavesExperimentsLab > ul > li.active > a, #ElectricityExperimentsLab > ul > li.active > a,
#ElectronicsLab > ul > li.active > a, #collectionLab > ul > li.active > a{
  background: #989b9e; /*a5ce27*/
  background: -moz-linear-gradient(#989b9e 0%, #989b9e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #989b9e), color-stop(100%, #989b9e));
  background: -webkit-linear-gradient(#989b9e 0%, #989b9e 100%);
  background: linear-gradient(#989b9e 0%, #989b9e 100%);
  color: #4e5800;
  text-shadow: 0 1px 1px #989b9e;
}
#cssmenu > ul > li.has-sub > a:after, #WavesExperimentsLab > ul > li.has-sub > a:after,
#ElectricityExperimentsLab > ul > li.has-sub > a:after,
#ElectronicsLab > ul > li.has-sub > a:after , #collectionLab > ul > li.has-sub > a:after{
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub.active > a:after, #WavesExperimentsLab > ul > li.has-sub.active > a:after,
#ElectricityExperimentsLab > ul > li.has-sub.active > a:after,
#ElectronicsLab > ul > li.has-sub.active > a:after, #collectionLab > ul > li.has-sub.active > a:after{
  right: 14px;
  top: 12px;
  border: 5px solid transparent;
  border-top: 5px solid #4e5800;
}
/* Sub menu */
#cssmenu ul ul, #WavesExperimentsLab ul ul, #ElectricityExperimentsLab ul ul, #ElectronicsLab ul ul, #collectionLab ul ul {
  padding: 0;
  display: none;
}
#cssmenu ul ul a, #WavesExperimentsLab ul ul a, #ElectricityExperimentsLab ul ul a, #ElectronicsLab ul ul a,
#collectionLab ul ul a{
  background: #efefef;
  display: block;
  color: #797979;
  font-size: 13px;
}
#cssmenu ul ul li, #WavesExperimentsLab ul ul li, #ElectricityExperimentsLab ul ul li, #ElectronicsLab ul ul li,
#collectionLab ul ul li{
  border-bottom: 1px solid #c9c9c9;
}
#cssmenu ul ul li.odd a, #WavesExperimentsLab ul ul li.odd a, #ElectricityExperimentsLab ul ul li.odd a,
#ElectronicsLab ul ul li.odd, #collectionLab ul ul li.odd a{
  background: #e5e5e5;
}
#cssmenu ul ul li:last-child, #WavesExperimentsLab ul ul li:last-child, #ElectricityExperimentsLab ul ul li:last-child,
#ElectronicsLab ul ul li:last-child, #collectionLab ul ul li:last-child{
  border: none;
}

/*button style*/
.button {
    border-top: 1px solid #4c4e53;
    background: #4c4e53;
    background: -webkit-gradient(linear, left top, left bottom, from(#4c4e53), to(#4c4e53));
    background: -webkit-linear-gradient(top, #4c4e53, #4c4e53);
    background: -moz-linear-gradient(top, #4c4e53, #4c4e53);
    background: -ms-linear-gradient(top, #4c4e53, #4c4e53);
    background: -o-linear-gradient(top, #4c4e53, #4c4e53);
    padding: 8.5px 17px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: #f2edf2;
    font-size: 16px;
    font-family: Georgia, Serif;
    text-decoration: none;
    vertical-align: middle;
}
.button:hover {
    border-top-color: #989b9e;
    background: #989b9e;
    color: #f5f2f5;
}
.button:active {
    border-top-color: #606263;
    background: #606263;
}

/*index style*/
#index_title {
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top, #666666 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #666666 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #666666 0%, #000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #666666 0%, #000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #666666 0%, #000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#294b70', endColorstr='#192d42', GradientType=0); /* IE6-9 */

    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;

    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

    width: 500px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    top: 30px;
    display: block;
    z-index: 1;
}

#leftCol {
    background: #666666;
    display: block;
    float: left;
    padding: 20px 0 0 0px;
    position: static;
    width: 23%;
    word-wrap: break-word;
}

#rightCol {
    margin-left: 23%;
    width: 76.8%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 40px;
    z-index: -1;
}

.stretch {
    width: 100%;
    height: inherit;
}

#exp_name {
    position: absolute;
    z-index: 3;
    right: 0px;
    bottom: 100px;
    padding: 10px;
    color: #a9cedf;
    font-family: 'impact';
    font-size: 30px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    /*background-color: #364c80;*/
}