/*START OF LENNINGTON MENU CODE*/

.lennington_menu {
    z-index: 1000;
    background: #515151; /*NH BKG*/ /*Non-hover Static Background for DDM bar, can be an image*/
                          /*(background-image:url('https://www.amicuscreative.com/global_pictures/700/nav_Bar.jpg');*/
    height: 44px;
/*    background: url('http://www.amicuscreative.com/global_pictures/596/siegel_ddm.jpg') repeat-x;*/
}

.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: 10px;/*HOVER SIZE*/
    padding-bottom: 13px;/*Hover Size, also how far Sub Nav Apears from Menu*/
    padding-right: 19px; /*spacing bet menu items on Navigation bar*/
    padding-left: 19px; /*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: 14px;
    font-family: Georgia;/*Inactive Nav bar FONT*/
    color: #525050 ! important; /*Inactivate Nav bar text COLOUR*/
    text-decoration: none;
    position: relative;
    top: 10px;/*MENU ITEMS' POSITION!*/
}
/*ACTIVATED OPTIONS FOR NAV BAR*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected  {
    background: #63a317;   /*Activated navigation bar COLOUR, can be an IMAGE background-img:url('name.ext');*/  
    color: #FFF ! important; /*Activated navigation bar text COLOUR*/
}

/*dropped (sub)menu NH options*/
.dropmenudiv { 
     position: absolute;
     top: 0;
     border: 1px solid #bcbcbc; /*border around drop down menu*/
     border-bottom-width: 1px solid #bcbcbc; /*border below drop down menu*/
     font-weight: normal;
     font-size: 15px; 
     font-family: arial;
     line-height: 18px;
     z-index: 1000;
     background-color: #fff; /*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 #bcbcbc; /*submenu item separator*/ 
     text-decoration: none;
     color: #766f6f ! important;/*Submenu text colour*/
}

* html .dropmenudiv a { 
     width: 100%;
}

.dropmenudiv a:hover { /*DROP DOWN MENU ACTIVATED OPTIONS*/
     background-color: #63a317;/*Hover Color or Img*/
     color: #fff ! important;/*Hover Text Colour*/
}


/*END OF LENNINGTON MENU*/

p {    
    color: #464646;
    font-family: Georgia, Arial;
    font-size: 16px !important; 

}

li {
    font-family: Georgia; Times New Roman;
    color: #464646;
    font-size: 16px;
}
.PageTitle {
    font-size: 21px ! important;
    color: #61a419;
    font-family: Georgia! important;
    font-style:italic ! important;
}

.ContactUsToday {
    font-size: 16px ! important;
    color: #61a419;
    font-family: Georgia, Arial ! important;

}
.SubscribeToNewsletter {
    font-size: 16px ! important;
    color: #61a419;
    font-family: Georgia, Arial ! important;


}
a:link {color:#61a419;}
a:visited {color: #61a419;}
a:hover {color: #939493;}
a:active {color: #61a419;}.PageTitle { color: rgb(96,146,12); }
