.navbar-collapse {
    background-color: #ffffff;
 }
	
.navbar-nav > li > a {
    color: #424242;
 }
	
/*	a.blue1 {
	background:    #47803e;
	background:    -webkit-linear-gradient(#448433, #305828);
	background: linear-gradient(#386b2d, #48803c);
	}*/
	
a.blue1 {
    background: #47803e;
    background: -webkit-linear-gradient(#448433, #305828);
    background: linear-gradient(#f7f7f7, #e6e6e6);
    color: #000;
    box-shadow: 1px 1px 0 1px #989898;
    border-left: 3px solid #f00;
}
	a.blue1:hover {
    background: #47803e;
    background: -webkit-linear-gradient(#448433, #305828);
    background: linear-gradient(#e8e8e8, #d4d4d4);
	color:#000!important;
    box-shadow: 2px 2px 0 1px #989898;
	    border-left: 7px solid #b10000;
}
a.blue2 {
    background: #47803e;
    background: -webkit-linear-gradient(#448433, #305828);
    background: linear-gradient(#e8e8e8, #d4d4d4);
    color: #000;
    box-shadow: 1px 1px 0 1px #989898;
    border-left: 3px solid #0c71a3;
}
	a.blue2:hover {
background:    #e51d23;
	background:    -webkit-linear-gradient(#e21e25, #e21f27);
    background: linear-gradient(#dcdcdc, #c1c1c1);
	color:#000!important;
		    border-left: 7px solid #f00;
}