#menu, #menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#menu {
	 
	}
	
	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}
	
	#menu:after {
		clear: both;
	}
	
	#menu {
		zoom:1;
	}
	
	#menu li {
		float: left;
		 
		position: relative;
	}
		#menu li a{ line-height:68px;}
	#menu a {
		float: left;
		padding:0  30px;
		color: #fff; 
		text-transform: uppercase;
	 
		text-decoration: none;
		text-shadow: 0 1px 0 #000;
	}
	
	#menu li:hover > a {
		color: #fd2d57;
	}
	
	*html #menu li a:hover { /* IE6 only */
		color: #fd2d57;
	}
	
	#menu ul { z-index:100000000000000;
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/ background:url(../images/menubg.png) no-repeat  0 5px;
 
		visibility: hidden;
		position: absolute;
		top: 68px;
		left: 15px; 
		z-index: 1; padding:20px 0 10px 0;
		 
		
		
	}

	#menu li:hover > ul {
			
			
		visibility: visible;
		margin: 0;
	}
	
	#menu ul ul {
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);		
	}
	#menu ul a{ line-height:20px; text-align:center;}
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		 
	}
	
	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menu ul a {    
		padding:3px 0;
		width: 93px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
	}
	
	#menu ul a:hover { color:#fd2d57;
		 
	 
	}
	


	
	


 
	
	#menu ul ul li:first-child a:hover:after {
		border-right-color: #0299d3; 
		border-bottom-color: transparent; 	
	}
	
	#menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
	
	/* Mobile */
	#menu-trigger {
		display: none;
	}