#menu_root{
 width:100%;
 background-color:yellow;
 height: 25px;
  padding-top: 4px;
background:url(../images/bg-menu.png) #000000 repeat-x scroll center left;
border-top: 1px solid #000000;
}
#admin{
  font-size: 1.2em;
 width:100%;
 background-color:yellow;
 height: 25px;
  padding: 0px;
background:url(../images/bg-menu.png) #000000 repeat-x scroll center left;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
overflow: hidden;
}
#admin ul{
margin: 0px;
padding: 0px;
}
#admin ul li{
display: inline;
}
#admin a {
  float: right;
  width: 8em;
  margin: 0px;
  padding: 4px 10px;
  font-size: 0.7em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  /*background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;*/
}
#admin a:hover, #admin a.active {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333;
}
#admin a .desc {
  display: none;
  text-transform: lowercase;
  color: #FC0;  
  margin-top: -2px;
}
#admin a:hover .desc, .active .desc {
  display: block;
}
