body {
	background: url('images/background.jpg') no-repeat center top fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

nav.mainmenu ul > li.expandable-li:hover {
    background-color: #3b4916;
}
nav.mainmenu li.active {
    background-image: url(images/menu_active.png);
}
nav.mainmenu li.active{
	background-image: url(images/menu_active.png);
}
nav.mainmenu ul > li > ul{
	background-color: #3b4916;
}
nav.mainmenu ul > li > ul > li:hover{
	background-color: #98b23c;
}
nav.mainmenu ul > li > ul > li.expandable-li:hover{
	background-color: #98b23c;
}
nav.mainmenu ul > li > ul > li > ul {
    background-color: #98b23c;
}
nav.mainmenu li:hover { background-image: url(images/menu_active.png); }
.dropdown-arrow { background-image: url(images/assets.png); }

.ResponsiveDesign .GalleryPagerLinks .PageNumber a:hover{ color: #3b4916; }
.ResponsiveDesign .GalleryPagerLinks .PreviousPage a,
.ResponsiveDesign .GalleryPagerLinks .NextPage a { background-image: url(images/assets.png); }

.Diary .DiaryCommentForm span,
.Guestbook .GuestbookForm p,
.GalleryCommentFormControl span,
.Contact .ContactForm .ContactFormName p, 
.Contact .ContactForm .ContactFormEmail p,
.Contact .ContactForm .ContactFormField p,
.Contact .ContactForm .ContactFormMessage p { color: #3b4916; }

.Diary .DiaryCommentForm input[type="submit"],
.Guestbook .GuestbookForm input[type="submit"],
.GalleryCommentFormControl input[type="button"],
.Contact .ContactForm input[type="submit"] { background-color: #3b4916; }

.footer { background-color: #3b4916; }
