/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */


#link-header ul{
    margin: 0;
    /* padding:0 0 0 20px; */
    
    list-style: none;
    white-space: nowrap;
    font-family: arial;
}

#link-header ul li {
    float: left;
    /* height:35px; */
    /* padding-top:0px; */
    /* margin-right:0px; */
    margin-right:25px;
}


#link-header ul li a {
    display: block;
    text-decoration:none;
    font-size:15px;
    font-family: 'Roboto Slab', serif;
    text-transform:uppercase;
    white-space: nowrap;
    font-weight: bold;
    letter-spacing:2px;
    font-weight: bold;
    background-position: left center;
    text-align:center;
}

#link-header ul li:nth-child(2) a,
#link-header ul li:nth-child(1) a,
#link-header ul li:nth-child(3) {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
#link-header ul li:nth-child(3){
  margin-right:0px;
}

#link-header ul li:nth-child(2) a:before,
#link-header ul li:nth-child(1) a:before,
#link-header ul li:nth-child(3):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
#link-header ul li:nth-child(3):before {
    z-index:1;
}
#link-header ul li:nth-child(3) a{
    z-index:2;
    position:relative;
}
#link-header ul li:nth-child(2) a:hover:before,
#link-header ul li:nth-child(2) a:focus:before,
#link-header ul li:nth-child(2) a:active:before,
#link-header ul li:nth-child(1) a:hover:before,
#link-header ul li:nth-child(1) a:focus:before,
#link-header ul li:nth-child(1) a:active:before,
#link-header ul li:nth-child(3):hover:before,
#link-header ul li:nth-child(3):focus:before,
#link-header ul li:nth-child(3):active:before   {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
#link-header ul li:nth-child(1) a{
    background-color:#c51a1b;
    color:#fff;
    padding:22px 30px;
}
#link-header ul li:nth-child(1) a:before {
   border: #901011 solid 5px;
}
#link-header ul li:nth-child(2) a{
    background-color:#e9e9e9;
    color:#000;

    padding:22px 25px;
}
#link-header ul li:nth-child(2) a:before {
   border: #dbdbdb solid 5px;   
}
#link-header ul li:nth-child(3) {
    background-color:#3a3a3a;
    color:#fff!important;


    text-align:center;
}
#link-header ul li:nth-child(3) a{
    padding:12px 25px;
}
#link-header ul li:nth-child(2) a,
#link-header ul li:nth-child(1) a{
    padding:15px 25px;
}
#link-header ul li:nth-child(3):before {
   border: #262626 solid 5px;   
}
#link-header ul li:nth-child(3) a,
#link-header ul li:nth-child(1) a{
    color:#fff;
}
#link-header ul li:nth-child(2) a{
    color:#000!important;
}
