@charset "UTF-8";
body{
	font-size:100%;
	color:#999;
	font-family:sans-serif;
	 background-color: #FFFFFF;  
	
     background-image: url('../images/1.jpg');
	
	background-size: relative;
	
}

/*container*/
#drop-menu {
	margin: 0 ;
	padding: 0;
	width: 500px;
}

/*menu*/

ul#menu {
	margin:0px 0 0;
	padding: 0;
	list-style: none;
	float:left;
	width: 500px;
	background-color: #111;
	font-size:80%
}

ul#menu li {
	margin:0;
	padding:0;
	float:left;
	display: block;
	border-right: 1px solid #222;
	position: relative;
}

ul#menu li a {
	float: left;
	padding:12px 30px;
	color: #fff;
	text-transform: uppercase;
	text-decoration:none;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

ul#menu li a:hover {
	background: #666;
	color:#fff
}

ul#menu ul {
	margin:2px 0 0;
	padding:0;
	display:inline-block;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;
	z-index:9999;
	background: #444;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

ul#menu li:hover ul {
	opacity: 1;
	visibility: visible;
}

ul#menu ul li {
	float: none;
	display: block;
	border: 0;
}

ul#menu ul a {
	padding:10px;
	width: 130px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

ul#menu ul a:hover {
	background-color: #0186ba;
	color:#fff
}/* CSS Document */

.codrops-bottom{
	font-color:#ffff
	
	
    font-size: 11px;
    width: 100%;
    background: #000;
    opacity: 0.9;
    z-index: 9999;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -moz-box-shadow: 1px 0px 2px #000;
    -webkit-box-shadow: 1px 0px 2px #000;
    box-shadow: 1px 0px 2px #000;
    color: #FFFFFF;
    font-style: normal;
    text-decoratio: none;
	text-transform: lowercase;
    font-family: sans-serif;
    font-weight: normal;
}




.codrops-bottom a{
	
	
	color: #fff;
	text-transform: lowercase;
	text-decoration:none;
	
	padding-bottom: 0px;
	letter-spacing: 0px;
	color: #ddd;
	display: block;
	float: left;
	


width: 100%;
}
.codrops-bottom a:hover{
    color: #A49F9F;
    font-weight: normal;
    font-family: Arial, sans-serif;
	
}
.codrops-bottom span.right{
    float: right;
    text-align: center;
	
   
}
.codrops-bottom span.right a{
	float: none;
	display: inline;
}
