.linknav {
	clear: both;
	padding: 0;
	font-size:10pt;
	margin-left:0px;
}
#copy .linknav li {
	list-style: none;
	border-bottom: 1px dashed #75771E;
	border-top: 1px dashed #75771E;
	background-color:#D5D8AB;
	position:relative;
}
.linknav a {
	padding: 5px 20px;
	display: block;
	text-decoration: none;
}
.linknav a:hover {
	background: #F7F7F7 no-repeat 0 50%;
}

.added {color:#937A42; font-size:8pt;}

a img {line-height:0px; border:none;}

/*GALLERY EDIT ITEMS*/
.album-edit {
	position:absolute;
	top:5px;
	left:300px;
	font-size:11px;
	}
	
.edit-button {background:url(../img/edit.gif) no-repeat top left;}
.delete-button {background:url(../img/delete.gif) no-repeat top left;}

#new-gallery {
	background: url(../img/new-gallery_bg.jpg) bottom center repeat-x #dae1b7;
	padding:8px;
	margin-left:20px;
	margin-top:10px;
	border:1px solid #54672C;
	}
	
#formdiv {
	background: url(../img/new-gallery_bg.jpg) bottom center repeat-x #dae1b7;
	padding:8px;
	margin-left:20px;
	margin-top:10px;
	border:1px solid #54672C;
	}	
