#menu  {
    background-color: #6BBA0D;
    background-image: linear-gradient(to bottom, #6BBA0D, #008F03);
}

a {
    color: #008F03;
}

footer {
    background-color: #008F03;
}

.btn-link {
    color:  #008F03;
}

.btn-primary {
    background-color:  #008F03;
    background-image: linear-gradient(to bottom, #6BBA0D, #008F03);
    border-color: #008F03 #008F03 #008f4b;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color:  #008F03;
    background-image: linear-gradient(to bottom, #6BBA0D, #008F03);
    border-color: #008F03 #008F03 #008f4b;
}

.btn-primary:active:hover {
    background-color:  #008f4b;
    border-color: #008F03 #008F03 #8f0044;
}

a:focus, a:hover {
    color: #8f0044;
}

.dropdown-menu li a:hover {
	text-decoration: none;
	color: #444444;
	background: #eeeeee;
	background-repeat: repeat-x;
}

#menu .dropdown-inner li a:hover {
	color: #000000;
}