
#menu-3{
	border-right: 
	border-right-style: solid;
    border-right-color:  #eaeaea !important;
    border-right-width:  1px !important;
}




.closeBtn{
	float:right !important;
	background-color: #ece816 !important;
	width: 200px !important;
	height: 50px !important;
	
	
	
}



.st-menu span.closeBtn{
 	
 	padding:10px 15px;
 	color: #3d3d3d !important;
 	font-weight:100 !important;
 	float:right !important;
 	cursor:pointer;
 	font-size: 25px;
 	font-family: trebuchet;
 }
 
 .st-menu span.closeBtn:hover{
 	color:#e1e1e1 !important;
 }



.logo{
	z-index: 1 !important
}

.logo img{
	width: 200px !important;
	height: 235px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	right: 0px !important;
	margin:0px 0 0 0 !important;
	overflow: hidden !important;
	
}


/* Menu Title (blank)*/
h2.icon.icon-lab{
	margin-bottom: -45px;
}

/* Menu Item Text */
a.icon.icon-data{
	
	letter-spacing: 4px !important;
}




/* Menu Item Background */

.st-menu ul li:first-child a{
	box-shadow: inset 0 -1px #eaeaea !important;
	

}

.st-menu ul li a {
	display: block;
	padding-left: 14px !important;
	outline: none;
	box-shadow: inset 0 -5px #eaeaea !important;
	/*text-shadow: 0 0 1px rgba(255,255,255,0.1);*/
	/*font-weight: 200 !important;*/
	font-size:13px;
	font-style: ;
	-webkit-transition: background .5s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
	text-decoration:none;
	font-family:;
	
	-webkit-font-smoothing: subpixel-antialiased;
	text-shadow: 0 0 1px rgba(0,0,0,0.3) !important;
	transform: rotate (-0.0000000001deg);
	

    background-image: url('nav_over.png') !important;
    background-repeat: no-repeat !important;
    background-position: 25px 0px !important;
   }


.st-menu ul li a {
	box-shadow: inset 0 -1px #eaeaea !important;
	
}




.st-menu ul li:first-child a {
	box-shadow: inset 0 -1px #eaeaea, inset 0 1px rgba(0,0,0,0.2) !important;
}

 .st-menu ul li a:hover {
 	box-shadow: inset 0 -0px #eaeaea  !important;
 	background-image: url('nav_over.png') !important;
 	background-position: 0px 0px !important;
 	 -webkit-transition: background .3s !important;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
     opacity: 1 !important;
    background-color: transparent !important;
	
	
	
}

