body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;
}

body {
	background: #EAF8FB url(bg.png);
	font-family: Helvetica, sans-serif; font-size: 18px; line-height: 24px;
}

nav {
	margin: -5px auto; 
	text-align: right;
    transition: max-height 1.5s ease-in;
}

nav ul ul {
	display: none;
    transition: max-height 1.5s ease-in;
}

	nav ul li:hover > ul {
		display: block;
        transition: max-height 1.5s ease-in;
	}


nav ul {
	background: #eeeeee; 
	background: linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);  
	background: -moz-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%); 
	background: -webkit-linear-gradient(top, #eeeeee 0%,#d5d5d5 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
    transition: max-height 1.5s ease-in;
}
	nav ul:after {
		content: ""; clear: both; display: block;
        transition: max-height 1.5s ease-in;
	}

	nav ul li {
		float: right;
	}
		nav ul li:hover {
			background: #7e7e7e;
			background: linear-gradient(top, #4f5964 0%, #e5e5e5 40%);
			background: -moz-linear-gradient(top, #4f5964 0%, #e5e5e5 40%);
			background: -webkit-linear-gradient(top, #4f5964 0%,#e5e5e5 40%);
              transition: max-height 1.5s ease-in;
                    -webkit-transition: max-height 1.5s ease-in;
                    -moz-transition: max-height 1.5s ease-in;
		}
			nav ul li:hover a {
				color: #0bbfff;
              
                  transition: max-height 1.5s ease-in;
                    -webkit-transition: max-height 1.5s ease-in;
                    -moz-transition: max-height 1.5s ease-in;
			}
		
		nav ul li a {
			display: block; padding: 25px 7px;
			color: #0071AE; text-decoration: none;
            transition: max-height 0.5s ease-in;
		}
			
		
	nav ul ul {
		background: #cfcfcf; border-radius: 5px; padding: 5px;
		position: absolute; top: 100%;
	}
		nav ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; position: relative;
		}
			nav ul ul li a {
				padding: 10px 5px;
				color: #008cd7;
                transition: max-height 1.5s ease-in;
			}	
				nav ul ul li a:hover {
					background: #7e7e7e;
                    transition: max-height 1.5s ease-in;
                    -webkit-transition: max-height 1.5s ease-in;
                    -moz-transition: max-height 1.5s ease-in;
				}
		
	nav ul ul ul {
		position: absolute; right:100%; top:0;
        transition: max-height 1.5s ease-in;
	}
	.noon:hover{
	  transition: max-height 1.5s ease-in;
                    -webkit-transition: max-height 1.5s ease-in;
                    -moz-transition: max-height 1.5s ease-in;  
       
	}	
