#hmenu {
  
    font-size: 13px;
    background-color: #1a2757;

   width:608px;
    padding-bottom: 50px;
    border-radius: 4px;
	border-top-left-radius: 10px;
}
.newmenu {
   
    text-decoration: none;
    float: left;
   width: 120px;
    text-align: center;
	
border-left-style: solid;
    border-left-width: thin;
    border-top-left-radius: 10px;
   border-color: #0494cc80;
}
.newmenu a {
    color: white;
}

.newmenu a:link, a:visited {
    text-align: center;
    text-decoration: none;
    display: inline-block;
  
    padding-top: 16px;
  
    padding-bottom: 3px;
   padding-left: 3px;
    /* font-weight: bold; */
   
    padding-right: 3px;
    border-top-left-radius: 10px;
	min-height: 30px;
    min-width: 112px;border-right-style: solid;
    border-right-width: 2px;
    border-color: #1a2757;
}

.newmenu a:hover, a:active {
    background-color: #0270a7;
}


#id01 {
  
    width: 250px;
    background-color: #0494cc;
 
   

}

#id01 a {   
     display: inline-block;
    color: white;
    text-align: center;
    text-decoration: none;border-bottom:#8edefd;
    border-bottom-style:solid;
border-bottom-width:thin;
    padding-bottom: 8px;
    padding-top: 8px; 
 
   width: 250px;border-radius: 4px;
border-bottom-right-radius: 5px;
}

#id01 a:hover, a:active{
     background-color: #1a2757;
}
