body {
	background-color: #45aa1e;
}
.PageHeader { 
	background: black url('images/bg-gradient.gif') repeat-x bottom;
}
.PageHeader .NavigatorContainer {
	border-top: 1px solid #45aa1e;
	border-bottom: 1px solid #45aa1e;
}

.PageFooter {
	color: white;
}
.PageFooter a {
	color: white;
}

.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: #45aa1e;
}
.DropMenu a.toplevel:hover {
	background-color: #45aa1e;
}
.DropMenu a.parent:hover {
	background-color: #45aa1e;
}
.DropMenu li ul {
	border: 1px solid #45aa1e;
}
