#menubar
{
  font-family: Arial, sans-serif;
  font-size: 100.01%;
  font-size: 14px;
  font-weight: bold;

  /*overflow: hidden;*/
  min-width:1050px;
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 0;
  color: #aaa;
  background-color: #000;
}
#menubar select
{
  border: solid 1px #aaa;
}
#menubar a
{
/*  display: block;*/
/*  height: 40px;*/
  text-decoration: none;
  color: #aaa;
  background-color: transparent;
}
#menubar a:hover
{
  /*background: url(/images/mojo4m_hl.png) top left no-repeat;*/
  text-decoration: underline;
  color: #aaa;
  border: none;
}
#menubar a:focus, a:active
{
  outline: none;
  color:#aaa;
}

#menubar_center
{
/*  background: url(/images/mojo4m_logo_center.png) top left repeat-x;*/
  height: 35px;
  padding-right: 50px;
/*  padding-top: 2px;*/
  line-height: 2;
  text-align: right;
  background-color: #000;
  color: #aaa;
  float: right;
  width:800px;
}
#menubar input
{
  font-size: 14px;
}
#menubar select
{
  font-size: 14px;
}
#menubar_left
{
  color: #aaa;
  padding-left:20px;
  line-height:2;
  float:left;
  text-align:left;
}

#login_form{
  margin:0;padding:0
}
#login_form input{
  width:80px;
}
#username{
  width:100px;
  border:none;
}
#password{
  width:100px;
  border:none;
}
