#nav_wrap {
	height: 175px;
	border: solid 0px red;
	position:relative;
	width: 1030px;
	left: -16px;
	background: url('/wp-content/themes/atahualpa/images/blueswish.jpg') top center no-repeat;
	
}
#nav
{
	width: 1030px;
	position:absolute;
	margin-bottom:16px;
	bottom: 0;
	border: solid 2px #CCC;
	background-color: #fff;
}

#nav li ul {
	position: absolute;
	background-colo: #fff;
	height: auto;
	font-weight : normal;
	margin: 8px 0px 30px -18px;
	display:none;
	width:auto;
	border-style: solid;
	border-color: #CCC;
	border-width: 0 2px 2px 2px;
	font-size: 12px;
	padding: 0;
}

#nav ul { 
	bottom: 0;
	height: 30px;
	list-style: none;
	font-weight: normal;
	font-size: 14px;
	background-color: #fff;
	padding: 0;
	margin: 0 0 0 60px;
	float: left;
	line-height:12px;
	border-left: solid 2px #CCC;

}

#nav a {
	display : block;
	text-decoration : none;
}

#nav ul li a {

	padding: 6px;
	margin:0px;	
}


#nav li ul li
{
	height:auto;
	float: none;
	clear:both;
	display:block;
	list-style-type: circle;
	padding: 0;
	width:100%
}


#nav li {
	float: left;
	padding: 0;
	padding: 4px 16px 4px 16px;
	border-right: 2px solid #CCC;
	height: 22px;
	z-index: 300;
}
#nav li li {
	border-style: solid;
	border-color: #CCC;
	border-width: 2px 0 0 0;
}
