/*
 * Custom CSS
 */

 #header{
 	overflow:visible;
 	}

 #header .children{
	width: 200px;
 	position: absolute;
	z-index:1000;
	top:30px;
	left:10px;
	background-color: #ECEAE1;
	padding:0 10px 0 0;
	display: none;
	list-style-type: none;
 }

 #header ul li{
 	position: relative;
	
 }
 
 #header li:hover ul{
 	display: block;
 }
 
 #header ul li ul li{
	float: none;
 }
