* {padding:0; margin:0}
body {font:12px Arial, Helvetica, sans-serif}
/* #wrapper {width:750px; padding:25px; margin:0 auto} */
#leftcolumn {float:left; width:149px}
/* #rightcolumn {float:left; width:580px} */
.dropdown {display:block; position:relative}
.dropdown dt {width:149px; margin: 0px; text-indent:8px; border:0px solid #e5e5e5; padding:1px; font-weight:bold; cursor:default; background:#e5e5e5;}
.dropdown .upperdd {border:none; text-indent:8px;}

.dropdown dt:hover {background:#7b99b8; cursor:default;} /* Over main menu  was #c9c9c9*/
.dropdown dd {position:absolute; top:0; overflow:hidden; width:250px; display:none; text-indent:10px; background:#7b99b8; cursor:default;} /* Level 2 */
.dropdown ul {width:149px; border:0px solid #e5e5e5; list-style:none; background:#e5e5e5;}
.dropdown li {display:inline; text-indent:0px;}  /* text indent was 8px */
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:1px; color:#333; text-decoration:none; background:#c9c9c9; width:250px; border:0px cursor:pointer; text-indent:0px;} /* text indent was 8px */
.dropdown a:hover {background:#7b99b8; color:#ffffff; cursor:pointer; width:250px; text-indent:0px; } /* text indent was 8px */
.dropdown .underline {border:none; background:#c9c9c9; font-weight:bold; cursor:pointer; width:250px; text-indent:0px; text-align:left;} /* text indent was 8px */
/* #44688c dark blue  for example: border:1px solid #44688c; 547fab is darker blue and 214a74 is dark blue */
/* border:2px solid #9ac1c9; */
/* ---------------------------- SameLevel Styles Added below ---------------------------- */
.samelevel {display:block; position:relative}
.samelevel dt {width:149px; margin: 0px; text-indent:8px; border:0px solid #e5e5e5; padding:1px; font-weight:bold; cursor:default; background:#e5e5e5;}
.samelevel dt:hover {background:#7b99b8; cursor:pointer; color:#ffffff} /* Over main menu  was #c9c9c9*/
.samelevel dd {position:absolute; top:0; overflow:hidden; width:250px; display:none; text-indent:8px; background:#7b99b8;} /* Level 2 */
.samelevel ul {width:149px; border:0px solid #e5e5e5; list-style:none; background:#e5e5e5;}
.samelevel li {display:inline; text-indent:8px;}
.samelevel .upperlvl {border:none; background:#e5e5e5; font-weight:bold; width:149px; text-indent:8px; padding:1px;}
.samelevel .undertxt {border:none; background:#c9c9c9; font-weight:bold; width:250px; cursor:pointer;}
.samelevel a, .samelevel a:active, .samelevel a:visited {display:block; padding:1px; color:#333; text-decoration:none; background:#c9c9c9; width:250px; border:0px; text-indent:0px;}
.samelevel a:hover {background:#7b99b8; color:#ffffff; cursor:pointer; width:250px; text-indent:0px;} /* text indent was 8px */
