a:link {color: #001930;}/*Default Link Colour*/
a:visited {color: #001930;}/*Visited Link Colour, ALWAYS make same as Default*/
a:hover {color: #c88a11;}/*link's color when you Mouse Over it*/
a:active {color: #5e5e5e;}/*Color when link is clicked*/


/*START OF LENNINGTON MENU CODE*/

.lennington_menu {
    z-index: 1000;
background: url('http://www.likelawgroup.com/global_pictures/navBar.png') repeat-x;
    height: 40px;
}

/*.chromemenu_imageseperator {
    display: none ! important;/*determines if image seperators are on or OFF*/
}*/

.chromestyle ul {/*(Not Sure)Where navigation text sits in nav bar?*/
    width: 100%;
    margin: 00px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.chromestyle ul li {
    display: inline;
    margin: 0px;
}

.chromestyle ul li a {                  
    padding-top: 13px;/*HOVER SIZE*/
    padding-bottom: 8px;/*Hover Size, also how far Sub Nav Apears from Menu*/
    padding-right: 13px; /*spacing bet menu items on Navigation bar*/
    padding-left: 13px; /*spacing bet menu items on Navigation bar*/
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: normal ! important;/*Inactive font controls!*/
    font-size: 13px;
    font-family: Georgia;/*Inactive Nav bar FONT*/
    color: #001930 ! important; /*Inactivate Nav bar text COLOUR*/
    text-decoration: none;
    position: relative;
    top: 2px;/*MENU ITEMS' POSITION!*/
}
/*ACTIVATED OPTIONS FOR NAV BAR*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected  {
background: url('http://www.likelawgroup.com/global_pictures/rollOver.png') repeat-x;
    height: 40px;  
    color: #001930; /*Activated navigation bar text COLOUR*/
}

/*dropped (sub)menu NH options*/
.dropmenudiv { 
     position: absolute;
     top: 0;
     border: 1px solid #c88a11; /*border around drop down menu*/
     border-bottom-width: 1px solid #e6ce8e; /*border below drop down menu*/
     font-weight: normal;
     font-size: 12px; 
     font-family: arial;
     line-height: 18px;
     z-index: 1000;
     background-color: #f9eece; /*NH SubMenu BKG, Drop down menu's background COLOUR*/
     width: 218px;
     visibility: hidden;
}

/*dropped (sub)menu NH options part 2*/
.dropmenudiv a { 
     width: auto;
     display: block;
     text-indent: 0px;
     padding-left: 5px;
     border-bottom: 1px solid #e6ce8e; /*submenu item separator*/ 
     text-decoration: none;
     color: #001930 ! important;/*Submenu text colour*/
}

* html .dropmenudiv a { 
     width: 100%;
}

.dropmenudiv a:hover { /*DROP DOWN MENU ACTIVATED OPTIONS*/
     background-color: #001930;/*Hover Color or Img*/
     color: #fff ! important;/*Hover Text Colour*/
}


/*END OF LENNINGTON MENU*/

.ContactUsToday {
    font-size: 12px ! important;
    color: #041b45;
    font-family: Georgia, Arial ! important;

}
.SubscribeToNewsletter {
    font-size: 12px ! important;
    color: #041b45;
    font-family: Georgia, Arial ! important;


}
.PageTitle {
    font-size: 21px ! important;
    font-weight: normal;
    color: #041b45;
    font-family: Georgia, Arial ! important;
}.PageTitle { color: rgb(1,58,108); }
