#menu_items {
    display: inline;
}

.menu_item {
   
    display: inline;
}

/* to fix IE6 z-index bug */
#header {
    z-index: 2;   
}

#mainContent {
    z-index: 1;   
}

.dropDown {
    font-family: Tahoma,Verdana,Helvetica,sans-serif;
    width: 300px;   
    margin: 0px auto;
    position: absolute;
    top: -999px;
}

.dropDown a {
    color: white;
}

.dropDownContainer {
    margin:0px auto;
    position: relative;
    min-width:8em;
    max-width:1600px;
}

.dropDownContainer .top {
    position: relative;   
}

.dropDownContainer .tl {

    position: static;
    padding: 15px;
    margin: 0 35px 0 0;
    background:transparent url(../../images/corporate/roundtl.png) no-repeat top left;
}

.dropDownContainer .tr {

    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 100%;
    background:transparent url(../../images/corporate/roundtr.png) no-repeat top left;  
}
div.ie7 .dropDownContainer .top {
  height: 1%;
}
.dropDownContainer .bl {

 height: 35px;
 margin-right: 35px;
 background:transparent url(../../images/corporate/roundbl.png) no-repeat top left;
}
.dropDownContainer .br {

 position:absolute;
 bottom: 0;
 right: 0;
 width: 35px;
 height: 35px;
 background:transparent url(../../images/corporate/roundbr.png) no-repeat bottom right;
}
div.ie6 .dropDownContainer {
 height: 1%;  /* give it some layout */
}
div.ie6 .dropDownContainer .tl,
div.ie6 .dropDownContainer .tr,
div.ie6 .dropDownContainer .bl,
div.ie6 .dropDownContainer .br,
 {
  behavior: url(../../images/corporate/iepngfix.htc);
}
div.ie6 .dropDownContainer .bl {
  margin-right: 5px; /* no idea why! */
}


.menuHeader {
    color: white !important;
    margin-top: 10px;
    margin-bottom: -13px;
    margin-left: 10px;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
}

.menuLink {
    color: white !important;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 1.2em;
    line-height: 1.5em;
}

.menuLinkInset {
    color: white !important;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 40px;
    font-size: 1.2em;
    line-height: 1.5em;
}

div.ie7 .menuHeader {
    display: inline;
}