
#jawnav {
	margin-top: 40px !important;
	background-color: transparent !important;
	background-image: none !important;
	border: none !important;
	float: right;
	box-shadow: none !important;
}

#jawnav > ul > li > a {
   color: white !important;
    border-right: none !important;
    font-size: 25px !important;
	transition: color 2s ease !important;
}

#jawnav > ul > li:hover > a, #jawnav > ul > li.active > a {
	background-color: transparent !important;
	color: #000044 !important;
	transition: color 2s ease;
}