ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}


div.navigation { 
  background: url('/images/admin/mainmenu_background.gif') repeat-x; 
  height: 30px; 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
}

ul.navigation { 
  position: absolute; 
  top: 0; 
  list-style: none; 
  margin: 0 0 0 30px; 
  padding: 0; 
  clear: both; 
  background: url('/images/admin/mainmenu_background.gif') repeat-x; 
  height: 30px; 
  width: 500px; 
  float: left; 
}

ul.navigation li {
  display: block; 
  float: left; 
  font: normal 11px Tahoma, sans-serif; 
  background: url('/images/admin/mainmenu_bullet_inactive.gif') left center no-repeat; 
  height: 30px; 
  width: auto; 
  white-space: nowrap; 
  vertical-align: middle;
  padding-left: 16px; 
  margin-right: 10px;
}

ul.navigation li a { 
  color: #D7D2CE; 
  font: normal 11px/28px Tahoma, sans-serif; 
  text-decoration: none; 
}

ul.navigation li a:hover { 
  color: #739DA7; 
}
