/* UB Dental Menu */ ul.navigation { list-style: none; border: 0px; font: bold 16px "Trebuchet MS" sans-serif; padding: 5px 0; margin: 0; color: #000066; width: 220px; white-space: nowrap; } ul.navigation ul { position: relative; left: 0; padding: 0; margin: 0; } ul.navigation li { padding: 4px 0 0; margin: 0; white-space: nowrap; height: 10px; } li.navigation_1 { background: url( 'ubd_button.jpg' ) top left no-repeat; } li.navigation_2 { background: url( 'ubd_button_2.jpg' ) top left no-repeat; } li.navigation_3 { background: url( 'ubd_button_3.jpg' ) top left no-repeat; } li.navigation_4 { background: url( 'ubd_button_4.jpg' ) top left no-repeat; } li.navigation_1 a { padding-left: 22px;} li.navigation_2 a { padding-left: 32px;} li.navigation_3 a { padding-left: 41px;} li.navigation_4 a { padding-left: 46px;} a.navigation, a.navigation_selected { display: block; padding-top: 1px; padding-bottom: 1px; padding-right: 0px; text-decoration: none; } a.navigation:link, a.navigation:visited { color: #000066; } a.navigation:hover, a.navigation:active, a.navigation_selected:hover, a.navigation_selected:active { color: #CC99FE; background: url( 'ubd_arrow.gif' ) left center no-repeat; } a.navigation_selected:link, a.navigation_selected:visited { color: #FFCC00; } .navigation_header { } .navigation_footer { }