rap {    
    display: block;
    text-align: left;
  }
  rap ul {
    margin: 0;
    padding:0;
    list-style: none;
  }
  .rap a {
    display:block; 
    background: #455999; 
    color:#fff; 
    text-decoration: none;
    padding: 0.7em 1.218em;
    text-transform: uppercase;
    font-size:13px;
	 
	font-style: normal;
	letter-spacing: 2px;
    text-shadow: 0 -1px 0 #000;
    position: relative;
  }
  .rap{  
    vertical-align: top; 
    display: inline-block;
    box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #1d3aad;
    border-radius:6px;
  }
  .rap li{position: relative;}
  .rap > li { 
    float:left; 
    
    margin-right: 1px; 
  } 
  .rap > li > a { 
    margin-bottom:1px;
    box-shadow:inset 0 2em .33em -.5em #455999; 
  }
  .rap > li:hover , .rap > li:hover >a{  border-bottom-color:1d3aad;
 
  }
  .rap li:hover > a { color:black; }
  .rap > li:first-child  { border-radius: 4px 0 0 4px;} 
  .rap > li:first-child>a{border-radius: 4px 0 0 0;
  
  }
  .rap > li:last-child  { 
    border-radius: 0 0 4px 0; 
    margin-right: 0;
  } 
  .rap > li:last-child >a{border-radius: 0 4px 0 0; }
  .rap li li a { margin-top:1px;
   background-color:#4da6ff;
  }
  
  .rap li li li a { margin-top:1px;
   background-color:#ff6666;
  }
    .rap li a:first-child:nth-last-child(2):before { 
     content:""; 
     position: absolute; 
     height:0; 
     width: 0; 
     border: 5px solid transparent; 
     top: 50% ;
     right:5px;  
	 
   }
       
      /* submenu positioning*/
.rap ul {
  position: absolute;
  white-space: nowrap;
  border-bottom: 5px solid  1d3aad;
  z-index: 1;
  left: -99999em;
}
.rap > li:hover > ul {
  left: auto;
  padding-top: 5px  ;
  min-width: 100%;
 
}
.rap > li li ul {  border-left:2px solid #ffffff;
  
}


.rap > li li:hover > ul { 
 /* margin-left: 1px */
  left: 100%;
  top: -1px;
 
}
/* arrow hover styling */
.rap > li > a:first-child:nth-last-child(2):before { 
  border-top-color: #1d3aad; 
}
.rap > li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-bottom-color: 1d3aad; 
  margin-top:-5px
}
.rap li li > a:first-child:nth-last-child(2):before {  
  border-left-color: #1d3aad; 
  margin-top: -5px
}
.rap li li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-right-color: 1d3aad;
  right: 10px; 
}