/** template055 **/
@import "powered.css";
/* Menu Atas */
#navbar {
background: #e10638; /* Old browsers */
background: -moz-linear-gradient(top,  #e10638 0%, #b40628 50%, #9c0521 51%, #660113 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e10638), color-stop(50%,#b40628), color-stop(51%,#9c0521), color-stop(100%,#660113)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e10638 0%,#b40628 50%,#9c0521 51%,#660113 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e10638 0%,#b40628 50%,#9c0521 51%,#660113 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e10638 0%,#b40628 50%,#9c0521 51%,#660113 100%); /* IE10+ */
background: linear-gradient(top,  #e10638 0%,#b40628 50%,#9c0521 51%,#660113 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e10638', endColorstr='#660113',GradientType=0 ); /* IE6-9 */
  width: 820px;
  height: 50px;
}
#menuatas {
  height: 50px;
  float: left;
}
#menuatas ul {
  padding: 0;
  margin: 0;
}
#menuatas li {
  list-style: none;
  display: inline;
  float: left;
}
#menuatas a {
  display: inline-block;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  font-size: 10pt;
  text-transform: uppercase;
  color: #fff;
  border-right: 1px solid #760418;
  border-left: 1px solid #c63753;
  font-weight: bold;
  font-family: Tahoma, Arial, sans-serif;
  text-shadow: 1px 1px 1px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=1);
  transition: box-shadow 500ms;
  -moz-transition: box-shadow 500ms; /* Firefox 4 */
  -webkit-transition: box-shadow 500ms; /* Safari and Chrome */
  -o-transition: box-shadow 500ms; /* Opera */     
}
#menuatas li:last-child a {
  border-right: 0;
}
#menuatas a:hover {
  color: #fff;
  border-bottom: 0;
  -webkit-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, .5);
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, .5);  
}
#runningtext {
  float: right;
  font-size: 10pt;
  font-family: Tahoma, Arial, sans-serif;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#runningtext.rtblock {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #555;
  background-color: #F0F0F0;
  display: block;
}

!important;}