

 ul.slimmenu >  li:first-of-type {
    display: inline-block; color:rgba(0,0,0,1.00);
    border-right:0; margin-right:1%; text-align:center; width:12%;  
    padding: 0 0px;   background: -webkit-linear-gradient(#ffdc7e, #ffbb05); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffdc7e,  #ffbb05); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffdc7e,  #ffbb05); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffdc7e,  #ffbb05); /* Standard syntax */ border-radius:0px;  }
	
ul.slimmenu >  li:nth-of-type(2n) {

    display: inline-block; color:rgba(0,0,0,1.00);
    border-right:0; margin-right:1%; text-align:center; width:13%;
    padding: 0 0px;   background: -webkit-linear-gradient(#7ee8fa, #08d4f6); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#7ee8fa, #08d4f6); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#7ee8fa, #08d4f6); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#7ee8fa, #08d4f6); /* Standard syntax */ border-radius:0px; }
	
ul.slimmenu >  li:nth-of-type(3n) {
    display: inline-block; color:rgba(0,0,0,1.00);
    border-right:0; margin-right:1%; text-align:center; width:25%;
    padding: 0 0px;   background: -webkit-linear-gradient(#ff8cbb, #ff247e); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ff8cbb, #ff247e); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ff8cbb, #ff247e); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ff8cbb, #ff247e); /* Standard syntax */  border-radius:0px;}
	
ul.slimmenu > li:nth-of-type(4n) {
    display: inline-block; color:rgba(0,0,0,1.00);
    border-right:0; margin-right:1%; text-align:center; width:17%;
    padding: 0 0px;   background: -webkit-linear-gradient(#7de8b8, #05d376); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#7de8b8, #05d376); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#7de8b8, #05d376); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#7de8b8, #05d376); /* Standard syntax */ border-radius:0px; }
	
ul.slimmenu >  li:nth-of-type(5n) {
    display: inline-block; color:rgba(0,0,0,1.00);
    border-right:0; margin-right:1%; text-align:center; width:16%;
    padding: 0 0px;   background: -webkit-linear-gradient(#d49eeb, #ac42d8); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#d49eeb, #ac42d8); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#d49eeb, #ac42d8); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#d49eeb, #ac42d8); /* Standard syntax */  border-radius:0px;}
ul.slimmenu >  li:nth-of-type(6n) {
    display: inline-block; color:rgba(0,0,0,1.00);
    border-right:0; margin-right:0; text-align:center; width:12%;
    padding: 0 0px;   background: -webkit-linear-gradient(#ff7e7e, #ff0808); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ff7e7e, #ff0808); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ff7e7e, #ff0808); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ff7e7e, #ff0808); /* Standard syntax */ border-radius:0px; }


ul.slimmenu li {
    position: relative;
    display: inherit; 
     color:#000000; text-transform:uppercase;}
.menu-collapser {
    position: relative;
    background-color: #617385;
    color: #FFF;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;
    background-color: #617385;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;

    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button:hover, .collapse-button:focus {
    background-image: none;
    background-color: #3b5067;
    color: #FFF;
}
.collapse-button .icon-bar {
    background-color: #F5F5F5;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}

ul.slimmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto; 
}

ul.slimmenu > li { margin-right: -5px;  }
ul.slimmenu > li:first-child { border-left: 0 }
ul.slimmenu > li:last-child { margin-right: 0 }
ul.slimmenu li a {
    display: block;
    color: #FFFFFF;
    padding: 12px 22px 12px 22px;
font-family: "Quicksand", sans-serif;     font-size: 16px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
}
ul.slimmenu li a:hover {
    background-color: #FFFFFF; opacity:0.8;
    text-decoration: none; color:rgba(0,0,0,1.00);
}

ul.slimmenu li .sub-collapser:before {
    content: '';
    display: none; 
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
ul.slimmenu li .sub-collapser > i {
    color: #FF00C6;
    font-size: 18px;
    display: none;
    vertical-align: top;
	position:absolute; top:0px;
}
ul.slimmenu li ul:first-of-type {
    margin: 0;
    list-style-type: none; background:url(../img/fademenu.png) repeat-x; font-size:80%; min-width:150px;font-weight:100!important; 
}

ul.slimmenu li ul:nth-of-type(2n) {
    margin: 0;
    list-style-type: none; background-color:; font-size:80%; min-width:150px;font-weight:100!important; 
}

ul.slimmenu li ul li{  min-width:150px; color:rgba(255,255,255,1.00);  font-size:80%; font-weight:100; z-index:999; }
ul.slimmenu li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999; -webkit-touch-callout: none;        

    width: 100%;font-size:80%;
}
ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;font-size:80%;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}

ul.slimmenu.collapsed li {
    display: block;
    width: 100%;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}
ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;
}
@media all and (max-width: 640px) {
ul.slimmenu li .sub-collapser:before {
    content: '';
    display: inline-block; 
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
ul.slimmenu {
    list-style-type: none;
    margin: 0;overflow: auto;
    padding: 0;
    width: 100%; -webkit-overflow-scrolling: touch;


}
ul.slimmenu li .sub-collapser > i {
    color: #FF00C6;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
ul.slimmenu li .sub-collapser {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}

 ul.slimmenu >  li:first-of-type {
    display: block;
    border-right:0; margin-right:0; margin-top:5px;
    padding: 0 0px; background-color:#0f47ff; border-radius:0px; }
	
ul.slimmenu >  li:nth-of-type(2n) {

    display: inline-block;
    border-right:0; margin-right:10px;
    padding: 0 0px; background-color:#ff9734;  border-radius:0px; }
	
ul.slimmenu >  li:nth-of-type(3n) {
    display: block;
    border-right:0; margin-right:10px;
    padding: 0 0 0px 0; background-color:#13d6f6;  border-radius:0px;}
	
ul.slimmenu > li:nth-of-type(4n) {
    display: block;
    border-right:0; margin-right:10px;
    padding: 0 0px; background-color:#ff267f; border-radius:0px; }
	
ul.slimmenu >  li:nth-of-type(5n) {
    display: block;
    border-right:0; margin-right:10px;
    padding: 0 0px; background-color:#0cd47b;  border-radius:0px;}
ul.slimmenu >  li:nth-of-type(6n) {
    display: block;
    border-right:0; margin-right:10px;
    padding: 0 0px; background-color:#ae47d7; border-radius:0px; }
ul.slimmenu >  li:nth-of-type(7n) {
    display: block;
    border-right:0; margin-right:10px;
    padding: 0 0px; background-color:#1bb5ab;  border-radius:0px;}
ul.slimmenu >  li:nth-of-type(8n) {
    display: block;
    border-right:0; margin-right:;
    padding: 0 0px; background-color:#ff0808; border-radius:0px; }
	
	ul.slimmenu >  li:nth-of-type(9n) {
    display: block;
    border-right:0; margin-right:;
    padding: 0 0px; background-color:#ffe508; border-radius:0px; }
	
	ul.slimmenu li ul:nth-of-type(2n) {
    margin-top: 0; position:absolute; top:0px;  list-style-type: none; background-color:; font-size:80%; min-width:150px;font-weight:100!important; 
}
ul.slimmenu li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999; -webkit-touch-callout: none;        

    max-width:70%;font-size:80%;
}}