nav{
	margin:.5em 0 1em;
}
.nav-list, .nav-list li, .nav-list ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.nav-list>li{
	display:inline-block;
	position:relative;
}
.nav-list a{
	display:block;
	padding:.3em 16px;
}
.nav-list a[href^='http']{
	background-image:url(../images/backgrounds/nav-list/external.png);
	background-position:right 0;
	background-repeat:no-repeat;
}
.nav-list a[href^='http']:hover{
	background-position:right -160px;
}
.nav-list>li>a{
	background-position:right center;
	background-repeat:no-repeat;
	color:#ccc;
}
.nav-list>li>a:hover, .nav-list>li.open>a{
	background-color:#666;
	color:#fff;
}
.nav-list ul{
	border-color:#333;
	border-width:2px;
	display:none;
	left:-2px;
	position:absolute;
	text-align:left;
	width:15em;
}
.nav-list .open ul{
	display:block;
}
.nav-list ul a{
	border-top:#999 dashed 1px;
}
.nav-list ul li:first-child a{
	border-top-style:none;
}
.nav-list ul a:hover{
	background-color:#568bd9;
	color:#fff;
}
.drop-down .summary{
	background-image:url(../images/backgrounds/nav-list/drop-down.png);
}
.pop-up .summary{
	background-image:url(../images/backgrounds/nav-list/pop-up.png);
}
.drop-down ul{
	border-style:none solid solid;
}
.pop-up ul{
	border-style:solid solid none;
	bottom:2.5em;
}
#home{z-index:6;}
#about{z-index:5;}
#create-and-shop{z-index:4;}
#keep-up-with-us{z-index:3;}
#what-people-say{z-index:2;}
#help-and-answers{z-index:1;}
