/* MAIN MENU STYLES */
.menu_main_ul { margin: 0 2px 0 6px; padding: 0; font-size: 13px; text-transform: uppercase; width: 976px; height: 24px; overflow: hidden; /*background: yellow; /**/ }
.menu_main, .menu_main_on { color: #fff; font-size: 100%; list-style-type: none; font-weight: normal; padding: 2px 1px 0 2px; margin: 2px 2px 5px 2px; }
a.menu_main:link, .menu_main:visited { color: #fff; margin-top: 0; }
a.menu_main:hover { color: #243D51; text-decoration: none; }
.menu_main_on { font-weight: bold; }
a.menu_main_on:link, .menu_main_on:visited { color: #243D51; }
a.menu_main_on:hover { color: #243D51; text-decoration: none; }

/* SUBLEVELS MENU STYLES */
/*.menu_complete_ul { margin: 10px 0 0 10px; padding: 0; font-size: 131px; }
.menu_complete, .menu_complete_on { font-size: 100%; padding-top: 5px; list-style-type: none;  }
.menu_complete:link, .menu_complete:visited { color: #ff4444; }
.menu_complete:hover { color: #666; text-decoration: none; }
.menu_complete_on { color: #963; }
.menu_complete_on:link, .menu_complete_on:visited { color: #963; }
.menu_complete_on:hover { color: #333333; text-decoration: none; }*/

.sub_menu_ul { margin: 0; padding: 0; font-size: 12px; text-transform: uppercase;  }
.menu_complete_sub, .menu_complete_sub_on { font-size: 100%; list-style-type: none; font-weight: bold; margin: 3px 0 0 0;  }
.menu_complete_sub:link, .menu_complete_sub:visited { color: #8F9299;  border-bottom: 1px dotted #999; display: block; }
.menu_complete_sub:hover { color: #77CFE3; text-decoration: none; }
.menu_complete_sub_on { }
.menu_complete_sub_on:link, .menu_complete_sub_on:visited { color: #243D51; border-bottom: 1px dotted #999; display: block; }
.menu_complete_sub_on:hover { color: #77CFE3; text-decoration: none; }

/* STANDARD FORM ELEMENTS */
.input { font-size: 85%;  border: 1px solid gray; }
.button { font-size: 77%; border: 1px solid gray; }

.printerfriendly:link { color: #000000; }
.printerfriendly:visited { color: #000000; }
.printerfriendly:hover { color: #333333; text-decoration: none; }

.acronym { border-bottom: 1px dotted gray; cursor:help;  }

/* RELATED LINKS */
ul.relatedlinks { font-size: 100%; list-style-type: none; list-style-image: none; margin: -2px 0 0 0; padding: 0; }
ul.relatedlinks li { list-style-type: none; border-bottom: 2px dotted #ccc; padding: 4px 0; margin: 0; }
ul.relatedlinks li a { color: #333; text-decoration: none; display: block; }
ul.relatedlinks li a:hover { color: #00447c; text-decoration: none; }
/*ul.relatedlinks li a img { border: 0; vertical-align: top; margin: 0 3px 0 0; padding: 0; }*/

/* RELATED DOCS */
ul.relateddocs { font-size: 100%; list-style-type: none; list-style-image: none; margin: -2px 0 0 0; padding: 0; }
ul.relateddocs li { list-style-type: none; border-bottom: 2px dotted #ccc; padding: 4px 0; margin: 0;  }
ul.relateddocs li a { color: #333; text-decoration: none; }
ul.relateddocs li a:hover { color: #00447c; text-decoration: none; }
ul.relateddocs li a img { border: 0; vertical-align: top;  margin: 0 3px 0 0; padding: 0; }

.slidenav { color: #666; cursor: pointer; padding: 1px; margin: 0 1px;  }
a.slidenav:hover  { text-decoration: none; color: #000; }

