Fnavum {    
  display: block;
  text-align: left;
  
}
navum ul {
  margin: 0;
  padding:0;
  list-style: none;
}
.navum a {
  display:block; 
  background: #00827f ; 
  color: #ffffff  ; 
  text-decoration: none;
  padding: 0.8em 1.8em;
  text-transform: capitalize;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: bold;
  position: relative;
  font-family: "Times New Roman", Times, serif;
  

}
.navum{  
  vertical-align: top; 
  display: inline-block;
  box-shadow: 
    1px -1px -1px 1px #000, 
    -1px 1px -1px 1px #fff, 
    0 0 6px 3px #fff;
  border-radius:2px;
}
.navum li {
  position: relative;
  border-radius:10px;
}
.navum > li { 
  float: left; 
  border-bottom: 2px #aaa solid; 
  margin-right: 1px; 
  border-radius:10px;
} 
.navum > li > a { 
  margin-bottom: 1px;
  border-radius:10px;
}
.navum > li:hover, 
.navum > li:hover > a { 
  border-bottom-color: #FFDAB9;
  background: #ffd700;
}
.navum li:hover > a { 
  color:#dc143c; background: #FFDAB9;
}
.navum > li:first-child { 
  border-radius: 4px 0 0 4px;
  border-radius:10px;
} 
.navum > li:first-child > a { 
  border-radius: 4px 0 0 0;
  border-radius:10px;
}
.navum > li:last-child { 
  border-radius: 0 0 4px 0; 
  margin-right: 0;
  border-radius:10px;
} 
.navum > li:last-child > a { 
  border-radius: 0 4px 0 0;
  border-radius:10px;
}
.navum li li a { 
  margin-top: 1px;
}
.navum li a:first-child:nth-last-child(2):before { 
  content: ""; 
  position: absolute; 
  height: 0; 
  width: 0; 
  border: 5px solid transparent; 
  top: 50% ;
  right:5px;  
 }
.navum ul {
  position: absolute;
  white-space: nowrap;
  border-bottom: 5px solid  #ff0000;
  z-index: 1;
  left: -99999em;
}
.navum > li:hover > ul {
  left: auto;
  margin-top: 5px;
  min-width: 100%;
}
.navum > li li:hover > ul { 
  left: 100%;
  margin-left: 1px;
  top: -1px;
}
/* arrow hover styling */
.navum > li > a:first-child:nth-last-child(2):before { 
  border-top-color: #aaa; 
}
.navum > li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-bottom-color: #FF4500 ; 
  margin-top:-5px
}
.navum li li > a:first-child:nth-last-child(2):before {  
  border-left-color: #aaa; 
  margin-top: -5px
}
.navum li li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-right-color: #FF4500 ;
  right: 10px; 
}