* { margin:0; padding:0; outline:0; border:0; }

body						{ text-align:center; }

#wrap						{ width:780px; margin:0 auto; text-align:left; }
#wrap-content		{ }
#head 					{ margin-top:30px; height:206px; position:relative; background:url(../images/header.jpg) no-repeat top left; }
#head #menu 		{ height:69px; position:absolute; top:137px; left:0px; }
#content				{ }
#iframe					{ }

.menu-item, .menu-item-active
{
  cursor:pointer;
  line-height: 500em; /* No visible Text for Buttons in IE */
  letter-spacing: -500em; /* no visible text for Opera*/
  border: none;
  display: block;
  text-indent: -1000em;           /* No */
  overflow: hidden !important;    /* visible */
  white-space: nowrap;            /* text */    
  height: 69px !important;
  margin-top:0px; 
  margin-right:0px; 
  float:left;
}

.menu-item:hover {
  background-position: 0pt 69px;
}

.menu-item-active {
  background-position: 0pt 69px;
}

.spacer { cursor:default; }