.nav_top { font-size:18px; float:left; width:100%; line-height:normal; }
.nav_top ul { list-style-type: none; margin:0; padding:0 0 0 70px; }
.nav_top li { display:inline; margin:0; padding:0; line-height: 25px; }
.nav_top a { float:left; background:url(../images/bg_main_nav_left.gif) no-repeat left top; margin:0; padding:0 7px 0 4px; text-decoration:none; }
.nav_top a span { float:left; display:block; background:url(../images/bg_main_nav_right.gif) no-repeat right top; padding:0 7px 0 4px; color:#febe10; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.nav_top a span { float:none; }
/* End IE5-Mac hack */

.nav_top a:hover span { color: black; }
.nav_top a.current { /*Selected Tab style*/ background-position:0 -25px; /*Shift background image up to start of 2nd tab image*/ }
.nav_top a.current span { /*Selected Tab style*/ background-position:100% -25px; /*Shift background image up to start of 2nd tab image*/ color: #031f73; }
.nav_top a:hover { /*onMouseover style*/ background-position:0% -25px; /*Shift background image up to start of 2nd tab image*/ }
.nav_top a:hover span { /*onMouseover style*/ background-position:100% -25px; /*Shift background image up to start of 2nd tab image*/ }
.tabcontainer { clear: left; padding:5px 0 0 80px; /*width of 2nd level sub menus*/
height:25px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/ }
.tabcontent { display:none; }

