#theMenu { width: 125px; margin: -1px 0 0 1px; padding: 0; font: normal 11px/14px Arial, Helvetica, sans-serif; float: left; position: absolute; }

/* A few IE bug fixes */
* { margin: 0; padding: 0; }
* html ul ul li a { height: 100%; }
* html ul li a { height: 100%; }
* html ul ul li { margin-bottom: -1px; }

/* Some list and link styling */
ul li { width: 125px; }
ul ul li { padding: 0; width: 125px; margin-bottom: 0; border-bottom: 1px solid white; }
ul ul li a { display: block; color: #000; background: #dde7ee; padding: 3px 6px; text-decoration: none; }
ul ul li a:hover { display: block; color: #000; background: #c4dae9; padding: 3px 6px; }

/* For the xtra menu */
ul ul ul li { border-left: none; padding: 0; width: 125px; margin-bottom: 0; border-bottom: 1px solid white; }
ul ul ul li a { display: block; color: #000; padding: 3px 14px; }
ul ul ul li a:hover { display: block; color: #000; background: #c4dae9; padding: 3px 14px; }


li { list-style-type: none; }
h2 { margin-top: 1.5em; }

/* Header links styling */
h3.head a { color: #91c2e5; display: block; border-top: 1px solid #91c2e5; background: #004071 url(../images/down.gif) no-repeat; background-position: 98% 50%; padding: 3px 6px; text-decoration: none; }
h3.head a:hover { color: #fff; background: #004071 url(../images/down.gif) no-repeat; background-position: 98% 50%; }
h3.selected a { background: #1eb0a1 url(../images/up.gif) no-repeat; background-position: 98% 50%; color: #fff; padding: 3px 6px; }
h3.selected a:hover { background: #1eb0a1 url(../images/up.gif) no-repeat; background-position: 98% 50%; color: #000; }

/* Xtra Header links styling */
h4.head a { color: #000; display: block; background: #c3d9f4 url(../images/down.gif) no-repeat; background-position: 98% 50%; padding: 3px 14px; }
h4.head a:hover { color: #000; background: #a2bddd url(../images/down.gif) no-repeat; background-position: 98% 50%; }
h4.selected a { background: #a2bddd url(../images/up.gif) no-repeat; background-position: 98% 50%; color: #000; padding: 3px 14px; }
h4.selected a:hover { background: #a2bddd url(../images/up.gif) no-repeat; background-position: 98% 50%; color: #000; }

h5.head a { color: #91c2e5; display: block; border-top: 1px solid #91c2e5; background: #004071; background-position: 98% 50%; padding: 3px 6px; text-decoration: none; }
h5.head a:hover { color: #fff; background-position: 98% 50%; }

