﻿ul#nav {
 list-style: none;
 width: 739px;
 height: 20px;
 overflow: hidden;
}

li.navbutton {
 float: left;
 margin: 2px 0 0 0;
}
#nav span {
 display: none;
}
#leftcol {
 position: absolute;
 top: 0;
 left: -7px;
}
.leftnav-header {
 width: 163px;
 height: 10px;
 overflow: hidden;
 background: url(/images/structure/leftnav_header.gif) no-repeat;
 clear: both;
}
.leftnav-footer {
 width: 163px;
 height: 10px;
 overflow: hidden;
 background: url(/images/structure/leftnav_footer.gif) no-repeat;
 clear: both;
}
#leftcol a {
 width: 100%;
 display: block;
 color: #FFF;
 font: 10px/12px Verdana, Helvetica, sans-serif;
 text-decoration: none;
 padding: 5px 0 5px 22px;
}
#leftcol ul a.active {
 color: #FFF;
 font: 12px/12px Arial, Helvetica, sans-serif;
 font-weight: bold;
 background: url(/images/structure/leftnav_arrow.gif) transparent 5px 0 no-repeat;
 padding: 1px 0 8px 21px;
 margin: 0 0 0 -20px;
}
 html>body #leftcol ul a.active {
  padding: 0 0 9px 21px;
 }
#leftcol ul ul li a.active {
 background: url(/images/structure/c.gif) #003366;
 padding: 5px 0 5px 22px;
 font-size: 11px;
 font-weight: bold;
 margin: 0 0 0 0;
}
#leftcol ul li a.active:hover {
 background: url(/images/structure/leftnav_arrow.gif) 5px 0 no-repeat;
}
#leftcol ul ul a.active:hover {
 background: url(/images/structure/c.gif) #003366;
}
#leftcol ul {
 /*Level 2 menu*/
 list-style: none;
 background: #285489;
 margin: 0 0 0 5px;
}
#leftcol ul li {
 /*Level 2 menu items*/
 padding: 0 0 0 22px;
}
#leftcol ul ul {
 /*Level 3 menu*/
 background: #285489;
 padding: 0;
 margin: 0 0 0 -22px;
}
#leftcol ul ul li {
 padding: 0;
}
 html>body #leftcol ul ul li a {
  width: 132px;
 }
#leftcol ul ul ul {
 /*Level 4 menu*/
 width: 154px;
 background: #003366;
 padding: 0 0 4px 0;
 margin: -2px 0 0 0;
}
#leftcol ul ul ul li {
 padding: 0;
 background: url(/images/structure/menu_arrow-up.gif) 25px 9px no-repeat;
}
#leftcol ul ul ul li a {
 padding: 5px 0 5px 35px;
}
 html>body #leftcol ul ul ul li a {
  width: 119px;
 }

#leftcol a:hover {
 background: #003366;
}
#leftcol ul ul ul li a:hover {
 color: #FFFF9A;
 background: url(/images/structure/menu_arrow-over.gif) 25px 9px no-repeat #003366;
}