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

#mainContent {
    z-index: 1;   
}

.dropDown {
    margin: 0px auto;
    position: absolute;
    top: -999px; /* hide the dropdown initially, but preload the images */
    text-align: left;
}

.dropDown a {
    color: #000000;
}

.dropDown a:hover {
    color: #2A9ED9;
}

.dropDownContainer {
    /*margin:0px auto;*/
    margin-top: 6px;
    padding-top: 5px;
    position: relative;
    font-size: 11px;
    background-color: black;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    height: 100%; /* for ie6 */
}

.dropDownHeader {
    padding-left: 9px;
    font-size: 18px; 
    font-style: italic;
    color: #0091D7;
}

.menuHeader {
    margin-top: 0px;
    font-weight: bold;
    display: block;
    line-height: 26px;
}

.menuSub {
    margin-left: 10px;
    display: block;
}

.menuLink {
    line-height: 7px;
}

.singlecolumn {
    min-width: 100px;
    display: block;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.singlecolumn a {
    display: block;
}

a:hover {
    color: #0091D7;
}

.betweenLinks { 
    /* added at runtime by jquery */
    border-bottom: 1px dotted white;
    padding-top: 10px;
    margin-bottom: 10px;
}

.multicolumn {
    min-width: 100px;
    float: left;
    display: block;
    padding-right: 20px;
    padding-left: 10px;
    position: static;
}

.betweenColumns { 
    /* added by jquery */
    border-left: 1px dotted white;
    height: 100%;
    /*padding: 5px;*/
    float: left;
}

#tab_bar {
    padding-left: 80px;
}

#tab_bar a {
    color: white;   
}

#tab_bar a:hover {
    color: #0091D7;   
}

.tab {
    padding-right: 38px;
    font-style: italic;
}

.imageholder {
    width: 100px;  
    text-align: center; 
    padding-right: 10px;
}

.ddThumb {
    display: none;   
}

.ddThumbHolder {
    height: 65px;
    width: 100px;
    text-align: center;
    border: 1px solid white;   
    background-image: none;
}

/* added to .tab at runtime */
.on {
    color: #0091D7 !important;   
}



