.nav-container {
  position: relative;
  z-index: 2;
    background: url(../images/nav-container.png) repeat-x center top;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e7e7e7)); /*  webkit */
    background: -moz-linear-gradient(top,  #fefefe,  #e7e7e7); /*firefox 3.6+ */
    background: -o-linear-gradient(top,  #fefefe,  #e7e7e7); /*  Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe,  #e7e7e7); /*  IE10+ */
  box-shadow: 0px 3px 8px rgba(0,0,0,0.19);
-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.19);
-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.19);
}
.uMenuRoot {
  font-size: 13px;
  line-height: 17px;
}
.uMenuRoot li {
  float: left;
  text-align: left;
  position: relative;
  z-index: 99;
}
.uMenuRoot li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0;
  font-family: 'Trebuchet MS';
  display: block;
  font-size: 27px;
  line-height: 30px;
  color: #004989;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  padding: 11px 20px 12px;
}

.uMenuRoot li a:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1789ec', endColorstr='#0c6bbd');
  background: -webkit-gradient(linear, left top, left bottom, from(#1789ec), to(#0c6bbd));
  background: -moz-linear-gradient(top, #1789ec, #0c6bbd);
  background: -o-linear-gradient(top, #1789ec, #0c6bbd);
  background: -ms-linear-gradient(top, #1789ec, #0c6bbd);
}
}
@media only screen  and (max-width: 1199px) { }
@media only screen and (min-width: 980px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 768px) and (max-width: 995px) {}
@media only screen and (max-width: 767px) {
	.uMenuRoot li {float:none;}	
	.uMenuRoot li a {font-size:18px;line-height:22px;padding:5px 10px;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}