body {
	background-color: #808080;
}
.PageHeader { 
	background: black url('images/bg-gradient.gif') repeat-x bottom;
}
.PageHeader .NavigatorContainer {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;

}

.GalleryNavigator a.Previous {
	background: url('images/gallery-previous.gif') no-repeat;
}
.GalleryNavigator a.Next { 
	background: url('images/gallery-next.gif') no-repeat;
}

table.GalleryPagerLinks td.PreviousPage a {
	background: url('images/gallery-previous.gif') no-repeat;
}
table.GalleryPagerLinks td.NextPage a {
	background: url('images/gallery-next.gif') no-repeat;
}


.DropMenu a:hover {
	background-color: #808080;
}
.DropMenu a.toplevel:hover {
	background-color: #808080;
}
.DropMenu a.parent:hover {
	background-color: #808080;
}
.DropMenu li ul {
	border: 1px solid #808080;
}

