.topleftnav { background: url(../graphics/topnavnew_left.gif) no-repeat; float: left; margin: 0 0 0 5px; width: 390px; }
.topleftnav ul { height: 37px; list-style: none; overflow: hidden; background: url(../graphics/topnavnew_right.gif) no-repeat top right; }
.topleftnav li { float: left; }
.topleftnav a, .topleftnav span { color: #003D79 /*#808285*/; line-height: 37px; padding: 0 18px; display: block; font-size: 15px; font-weight: bold; white-space: nowrap; }
.topleftnav a:hover, .topleftnav span:hover { color: #569FD3; }

.sectornav { width: auto; }
.sectornav ul { height: 37px; overflow: visible; /*width: 155px;*/ }
.sectornav ul li { position: relative; }
.sectornav ul ul { position: absolute; top: 37px; display: none; z-index: 100000; background: none; background: #fff; overflow: hidden; height: auto; padding: 5px 0; }
.sectornav ul li:hover ul, .sectornav ul li:focus ul, .sectornav ul li.over ul { display: block; }
.sectornav ul ul li { float: none; }
.sectornav ul ul a { font-size: 1em; line-height: 1.5em; display: block; }

