#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #00000;
  display: inline-block;
  font-size: 12px;
  min-width: 35px;
  text-decoration:none;

  
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
}

#cssmenu > ul > li a {
    box-shadow: inset 0 0 0 1px #FFFFFF;
    -moz-box-shadow: inset 0 0 0 1px #FFFFFF;
    -webkit-box-shadow: inset 0 0 0 1px #FFFFFF;
    background: #FFFFFF  repeat-x left top;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#787878', GradientType=0);
    line-height: 14px;
    padding: 0 35px;
    filter: none;
    border-bottom: 3px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    line-height: 14px;
    padding: 0 35px;
    filter: none;
}
.act{

    background: url("../images/ipc_arrow_down.gif") no-repeat scroll right center transparent !important ;
    padding: 0 25px !important;
 
}
#cssmenu .bordermenu {
  border-bottom: 1px solid #FF9934;
  border-top: 1px solid #FF9934;
  border-right: 1px solid #FF9934;
  border-left: 1px solid #FF9934;
}
#cssmenu > ul > li a:hover {
 /* background: #8a8a8a url(grad_dark.png) repeat-x left bottom;
  background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(50%, #4a4a4a), color-stop(51%, #3b3b3b), color-stop(100%, #525252));
  background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: -o-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: linear-gradient(to bottom, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#787878', GradientType=0);
  filter: none; */
}
#cssmenu > ul > li:first-child a {
 
}
#cssmenu > ul > li:last-child a {
 
}
#cssmenu .has-sub:hover ul {
  display: block;
}
#cssmenu .has-sub ul, #cssmenu .has-sub-navigation ul {
  display: none;
  position: absolute;
  top: 17px;
  left: -1px;
  min-width: 100%;
  text-align: center;
  /* IE7 */
  *width: 100%;
}
#cssmenu .has-sub ul li, #cssmenu .has-sub-navigation ul li {
  text-align: center;
}
#cssmenu .has-sub ul li a, #cssmenu .has-sub-navigation ul li a {
  border-top: 0 none;
  border-left: 1px solid #FF9934;
  display: block;
  line-height: 120%;
  padding: 7px 5px;
  text-align: center;
  
  width:auto;
}
#cssmenu {
  position: relative;
  z-index: 10000;
}
.navButton{
  float:right;
 
}

.act-header-link{
  background: url("../images/ipc_arrow_down.gif") no-repeat scroll right center transparent !important;
    padding-right: 20px !important;
}

.cssmenu-sitelinks{
    clear: both;
    float: right;
    position: absolute;
    top: 5%;
    z-index: 20001 !important;
}

.cssmenu-sitelinks .act-header-link {
    box-shadow: inset 0 0 0 1px #FFFFFF;
    -moz-box-shadow: inset 0 0 0 1px #FFFFFF;
    -webkit-box-shadow: inset 0 0 0 1px #FFFFFF;
    background: #FFFFFF  repeat-x left top;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#787878', GradientType=0);
    line-height: 14px;
   
    filter: none;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    line-height: 14px;
    padding: 0 16px !important;
    filter: none;
}