#hmenu {
    font-size: 13px;
    background-color: #1a2757;
   width:960px;
    padding-bottom: 50px;
    

}
.newmenu {
   
    text-decoration: none;
    float: left;
   width: 238px;
    text-align: center;
	
border-left-style: solid;
    border-left-width: thin;
  
   border-color: #0494cc80;
}
.newmenu a {
    color: white;
}

.newmenu a:link, a:visited {
    text-align: center;
    text-decoration: none;
    display: inline-block;
  padding-bottom: 18px;
    padding-top: 14px;
font-size: 15px;
	width: 238px;
    /* font-weight
	: bold; */
   
  
}

.newmenu a:hover, a:active {
    background-color: #0270a7;
}




