/* Enter Your Custom CSS Here */
.current-menu-item .menu-item-text {
	text-decoration: none;
	border-bottom: 2px solid #000000;
  padding-bottom:2px;
}

.menu-item-text:hover {
	text-decoration: none;
	border-bottom: 2px solid #000000;
  padding-bottom:2px;
}

.sub-menu .menu-item-text {
	text-decoration: none;
  border-bottom: none;
}

.sub-menu .menu-item:hover {
  background-color: #e0dfdf;
}

#header-row {
   -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
 -moz-box-shadow:    0px 3px 5px rgba(100, 100, 100, 0.49);
 box-shadow:         0px 3px 5px rgba(100, 100, 100, 0.49); 
}

.justify {
 	text-align: justify !important; 
}
