.switch_tab li a:hover:after { content: ''; position: absolute; top: 100%; left: 50%; margin-left: -10px; width: 0; height: 0; border: solid transparent; border-width: 10px; border-top-color: #9fa1a0; }
.switch_tab li.full a:hover { text-shadow: 1px 2px 0 #023f98; background: #023f98; background: linear-gradient(#008dd0, #023f98); }
.switch_tab li.full a:hover:after { border-top-color: #023f98; }
.switch_tab li.part a:hover { text-shadow: 1px 2px 0 #f27638; background: #f27638; background: linear-gradient(#fba133, #f27638); }
.switch_tab li.part a:hover:after { border-top-color: #f27638; }
.switch_tab li.spot a:hover { text-shadow: 1px 2px 0 #96ac1b; background: #96ac1b; background: linear-gradient(#c7d700, #96ac1b); }
.switch_tab li.spot a:hover:after { border-top-color: #96ac1b; }
