#menu_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 242px; /* Newer goes to 260px */
    height: 23px;
    padding: 0;
    background-color: #000066;
    color: white;
    font-family: arial, sans-serif;
    text-align: center;
}

.large_menu_item {
    height: 48px;
    margin: 0;
    padding: 0;

}

.large_menu_item  a { /* li.large_menu_item > a { */
    height: 48px;
    width: 106px; /* 106px; */
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;

}

.large_menu_item ul.SM li a {
    width: auto;
    height: 12px;
    text-align: left;
}

li.small_menu_item {
	position: relative; /*The relative gets wiped out somehow, so we have to put a style on the elment in the html*/
	top: 24px;
	height: 24px; 
	width: 80px;
}

.small_menu_item a {
    height: 24px;
    background-color: #000066;
}

.small_menu_item ul.SM li a {
/*    height: 12px; */
		height: auto;
    text-align: left;
}

.large_menu_item .centertext_3_line {
    width: 100%;
    text-align: center;
    position: relative;
    top: 5px
}

.large_menu_item .centertext_1_line {
    width: 100%;
    text-align: center;
    position: relative;
    top: 15px
}

.large_menu_item .centertext_2_line {
    width: 100%;
    text-align: center;
    position: relative;
    top: 9px
}

.small_menu_item .centertext {
    width: 100%;
    text-align: center;
    position: relative;
    top: 5px
}

.MM {
    width: 800px;
    height: 48px;
}



