.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: 13px Verdana; margin: 0; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; max-width: 156px; max-height: 28px; border-top: 1pt none #f0e6b8; border-left: 1pt none #f0e6b8; border-right-color: #f0e6b8; border-right-style: none; border-bottom-color: #f0e6b8; border-bottom-style: none; outline-color: #f0e6b8; outline-style: none; /*collapse all sub menus to begin with*/
}

.flexdropdownmenu li{ position: relative; max-width: 156px; max-height: 28px; border-color: #f0e6b8; border-width: 1pt; outline-color: #f0e6b8; outline-width: 1px; }

.flexdropdownmenu li a{ width: 156px; /*width of menu (not including side paddings)*/
max-width: 156px; max-height: 28px; margin: 0; padding: 0; border-color: #f0e6b8; border-width: 1pt; outline-color: #f0e6b8; outline-width: 1pt; }


