body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 1; border: 0;
}

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
        font-size: 20px;
	color: #b1aea6;
	background: #fffcf5;
        background-repeat: repeat-x;
	min-height: 00px;
}

nav {
	margin: 10px auto; 
	text-align: left;
}

nav ul ul {
	display: none;	background: #336699; 
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
	background: #336699; 
	background: linear-gradient(top, #537b9f 0%, #3e587b 100%);    
	background: -moz-linear-gradient(top, #537b9f 0%, #3e587b 100%); 
	background: -webkit-linear-gradient(top, #537b9f 0%,#3e587b 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 0px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left;
	}
		nav ul li:hover {
	                border-radius: 10px; 
			background: #4b545f;
			background: linear-gradient(top, #4f5964 0%, #6f6975 40%);
			background: -moz-linear-gradient(top, #4f5964 0%, #6f6975 40%);
			background: -webkit-linear-gradient(top, #4f5964 0%,#6f6975 40%);
		}
			nav ul li:hover a {
				color: #fff;
			}
		
		nav ul li a {
			display: block; padding: 15px 20px;
			color: #f8f8f8; text-decoration: none;
		}
			
		
	nav ul ul {
		background: #5f6975; border-radius: 0px; padding: 0;
		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: 15px 40px;
				color: #fff;
			}	
				nav ul ul li a:hover {
					background: #4b545f;
				}
		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}
		
#hdrnav ul
{
background-image: url("../images/background0.png");
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
width: 700px;
}

#hdrnav ul li { display: inline;  vertical-align: middle;}

#hdrnav ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #036;
}

#hdrnav ul li a:hover
{
color: #fff;
background-color: #369;
}
