#menubar {
    float: left;
    /*seb margin: 0 0 10px 1em; */
    padding: 0px;
    /* Fix against the "double margin of a floated item" IE bug */
    /* Damned: that screws up top_navbar in opera 7.54/Linux! */
    display: inline;
	background-color: #ffffff;
    text-align: left; /* follow-up of the "be nice to IE5" rule */
}

#menubar DL, #menubar DT, #menubar DD {
    margin: 0; padding: 0; display: block;
}

/* H2 properties copied here */
#menubar DT {
    font-weight: bold; /* default for h2 */
    margin: 0;
    padding: 5px 5px 5px 5px;
    font-size: 120%;
    text-align: center;
}

#menubar UL,
#menubar HR,
#menubar FORM,
#menubar P, /* ooh, careful... */
#menubar .totalImages {
    font-size: 92%;
    margin: 10px 0 10px 10px;
}
#menubar UL {
    list-style-type: square;
    list-style-position: inside;
    padding: 0 0 0 2px;
}
#menubar UL UL {
    font-size: 100%;
    margin-top: 0;
}

#menubar LI.selected A {
  font-weight: bold;
  color: #0078a0;
}

#menubar LI.selected LI A {
  font-weight: normal;
}
#menubar A {
  font-weight: normal;
  color:#877873
}
#menubar A:hover {
  font-weight: normal;
  text-decoration: none;
  color: #0078a0;
}


#menubar HR {
    display: block;
    margin: 0px auto;
    width: 100%;
}
#menubar FORM P {
    margin: 5px;
    font-size: 100%;
}
#menubar INPUT {
    text-indent: 2px;
}

/* quickconnect form */
FORM#quickconnect { 
  margin: 5px;
  padding: 5px;
}

FORM#quickconnect FIELDSET {
  margin: 0;
  padding: 0 0 0.5em 0;
  overflow: hidden;	/* Correct float issue with Opera 7.5 */
  width: 100%;		/*        //			      */
}

FORM#quickconnect P {
  float: left;
  clear: left;
}

FORM#quickconnect P INPUT {
  margin: 0;
}

FORM#quickconnect UL.actions {
  display: inline;
  float: right;
  padding: 0;
  text-align: right;	/* Opera 7.5 */
  width: 40%;		/* Opera 7.5 cannot find why width:auto fails :-( */
}

FORM#quickconnect UL.actions,
FORM#quickconnect P, 
FORM#quickconnect LABEL {
  margin: 0 0.5em 0 0.5em;
}

#menubar #menuTagCloud {
  text-align: center;
  margin: 5px 0;
}

#menubar #menuTagCloud LI
{
  display: inline;	/* FF doesn't see the inline-block below */
  white-space: nowrap;	/* No line break in the LI but Opera set nowrap to */
  display: inline-block;/* the whole UL, inline-block fix it.              */
  /* IE wants inline in fix-ie5-ie6.css */
}
