.blogTable {
    width: 700px;
}

/*START OF LENNINGTON MENU CODE*/
.lennington_menu {
    z-index: 1000;
    background: #000; /*Non-hover Static Background for DDM bar, can be an image*/
                          /*(background-image:url('name.ext');*/
    height: 30px;
}

.chromemenu_imageseperator {
    display: none ! important;
}

.chromestyle ul {/*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: 6px;
    padding-bottom: 7px;
    padding-right: 20px; /*spacing bet menu items on Navigation bar*/
    padding-left: 20px; /*spacing bet menu items on Navigation bar*/
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: bold ! important;/*Inactive font controls!*/
    font-size: 14px;
    font-family: Arial;/*Inactive Nav bar FONT*/
    color: #fff ! important; /*Inactivate Nav bar text COLOUR*/
    text-decoration: none;
    position: relative;
    top: 6px;
}
/*ACTIVATED OPTIONS FOR NAV BAR*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected  {
    background: #0768a7 ! important;   /*Activated navigation bar COLOUR, can be an IMAGE background-img:url('name.ext');*/  
    color: #fff; /*Activated navigation bar text COLOUR*/
}

/*dropped (sub)menu NH options*/
.dropmenudiv { 
     position: absolute;
     top: 0;
     border: 1px solid #2b2b2b; /*border around drop down menu*/
     border-bottom-width: 1px solid #2b2b2b; /*border below drop down menu*/
     font-weight: normal;
     font-size: 12px; 
     font-family: arial;
     line-height: 18px;
     z-index: 1000;
     background-color: #575757; /*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 #3a3a3a; /*submenu item separator*/ 
     text-decoration: none;
     color: #fff ! important;/*Submenu text colour?*/
}

* html .dropmenudiv a { 
     width: 100%;
}

.dropmenudiv a:hover { /*DROP DOWN MENU ACTIVATED OPTIONS*/
     background-color:  #0076be;/*Hover Color or Img*/
     color: #fff ! important;/*Hover Text Colour*/
}

.chromemenu_imageseperator {
    display: none;
}
/*END OF LENNINGTON MENU*/
