* {
   margin: 0;
   padding: 0;
}

.wrapper {
}

.menu-block {
   width: 100%;
   height: 60px;
   /*padding-left: 30px;*/
}

ul.nav {
   position: relative;
   list-style: none;
   overflow: hidden;
   height: 60px;
}

ul.nav li {
   float: left;
   height: 39px;
   padding: 0 5px;
   margin-right: 5px;
   margin-top: 21px;
   
   background-color: #da1a25;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
/*   box-shadow: 1px 1px .5px 0 #aba2ce inset;
   border: 1px solid #373441;*/
}

ul.nav li.active {
   height: 60px;
   margin-top: 0;
   opacity: 1.0;
   background-color: #fed117;
   
/*   border-color: #472719;
   box-shadow: 1px 1px .5px 0 #ffd08b inset;*/
   /*text-shadow: -1px -1px 0 #64280c;*/
}


ul.nav li a {
   padding:  10px;
   color: #fff;
   font-size: 14px;
   font-weight: bold;
   display: block;
   text-decoration: none;
   position: relative;
   height: 100%;
   font-family: arial,trebuchet ms,verdana,sans-serif;
   /*text-shadow: -1px -1px 0 #201b36;*/
}

ul.nav li.active a {
   padding: 6px 10px;
   color: #000;
   font-size: 14px;
   font-weight: bold;
   display: block;
   text-decoration: none;
   position: relative;
   height: 100%;
   font-family: arial,trebuchet ms,verdana,sans-serif;
   /*text-shadow: -1px -1px 0 #201b36;*/
}
