﻿.divHeaderUnderline{
      padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width:87%;
  height:35px;
  box-shadow: 10px 10px 5px grey;
  border-radius: 0px 0px 8px 8px;
  background: -webkit-linear-gradient(#7998d9, #4EA4DD); /* For Safari 5.1 to 6.0  */
  background: -o-linear-gradient(#7998d9, #4EA4DD); /* For Opera 11.1 to 12.0  */
  background: -moz-linear-gradient(#7998d9, #4EA4DD); /* For Firefox 3.6 to 15   */
  background: linear-gradient(#7998d9, #4EA4DD); /* Standard syntax (must be last)    */
}
