/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/
#jevents_body * {
  text-decoration: none;
}
#jevents_body .nav-items div.active , .jev_header2 .active  {
    background-color: #ff3b30;
 
}
#jevents_body .nav-items div.active:hover {
    background-color: #ef2d22;
}
#jevents_body .nav-items div.active a, .jev_header2 .active a  {
  	color : #FFF;
   background-color: transparent;
}

#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {
    background-color: transparent;
    border-left: none;
}
#jevents_body .nav-items > div > a:hover {
    padding: 7px 12px 7px 12px;
    background-color: transparent;
    border-left: none;
      color: #db2319;
}

#jevents_body .nav-items > div.active > a:hover {
  color: #FFF;
}
#jevents_body .nav-items > div:first-child > a:hover {
    padding: 7px 12px 7px 12px;
    background-color: transparent;
}
#jevents_body .nav-items > div:first-child a:hover {
    border-radius: 5px 0 0 5px;
    margin-left: 0; 
}

.new-navigation {
 text-align: center;
}
#nav-search
{
 	 position: absolute;
    right: 4.5%;
    top: 14.5%;
}