#menu {
width: 448px;
background: #eee;
float: left;
}

#menu ul.but1 { list-style: none; margin: 0; padding: 0; width: 56px; float: left; }
#menu ul.but2 { list-style: none; margin: 0; padding: 0; width: 57px; float: left; }
#menu ul.but3 { list-style: none; margin: 0; padding: 0; width: 76px; float: left; }
#menu ul.but4 { list-style: none; margin: 0; padding: 0; width: 62px; float: left; }
#menu ul.but5 { list-style: none; margin: 0; padding: 0; width: 40px; float: left; }
#menu ul.but6 { list-style: none; margin: 0; padding: 0; width: 98px; float: left; }
#menu ul.but7 { list-style: none; margin: 0; padding: 0; width: 59px; float: left; }

#menu a, #menu h2 {
font: bold 10px/15px arial, helvetica, sans-serif;
display: block;
margin: 0;
}

#menu ul ul li {
list-style: none;
width: 200px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #0064A1;
background: none;
}

#menu h2 {
text-transform: uppercase;
padding: 0;
margin: 0;
}

#menu a {
color: #0064A1;
background: #fff;
text-decoration: none;
padding: 2px 3px;
overflow: hidden;
}

#menu ul li h2 a, #menu ul li h2 a:hover {
padding: 0;
margin: 0;
height: 31px;
}

#menu a:hover {
color: #fff;
background: #8EC441;
padding: 2px 3px;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
background: none;
margin-left: 0px;
padding: 0;
border-width: 1px;
border-style: solid;
border-color: #0064A1;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


/*  NAV HERE  */

ul li#navbut1 h2 a {
width: 56px;
background: transparent url(images/nav_about.gif) no-repeat 0 0;
}
ul li#navbut1 h2 a:hover {
background: transparent url(images/nav_about.gif) no-repeat 0 -31px;
}

ul li#navbut2 h2 a {
width: 57px;
background: transparent url(images/nav_divisions.gif) no-repeat 0 0;
}
ul li#navbut2 h2 a:hover {
background: transparent url(images/nav_divisions.gif) no-repeat 0 -31px;
}

ul li#navbut3 h2 a {
width: 76px;
background: transparent url(images/nav_consultant_opps.gif) no-repeat 0 0;
}
ul li#navbut3 h2 a:hover {
background: transparent url(images/nav_consultant_opps.gif) no-repeat 0 -31px;
}

ul li#navbut4 h2 a {
width: 62px;
background: transparent url(images/nav_resources.gif) no-repeat 0 0;
}
ul li#navbut4 h2 a:hover {
background: transparent url(images/nav_resources.gif) no-repeat 0 -31px;
}

ul li#navbut5 h2 a {
width: 40px;
background: transparent url(images/nav_news.gif) no-repeat 0 0;
}
ul li#navbut5 h2 a:hover {
background: transparent url(images/nav_news.gif) no-repeat 0 -31px;
}

ul li#navbut6 h2 a {
width: 98px;
background: transparent url(images/nav_staff.gif) no-repeat 0 0;
}
ul li#navbut6 h2 a:hover {
background: transparent url(images/nav_staff.gif) no-repeat 0 -31px;
}

ul li#navbut7 h2 a {
width: 59px;
background: transparent url(images/nav_contact.gif) no-repeat 0 0;
}
ul li#navbut7 h2 a:hover {
background: transparent url(images/nav_contact.gif) no-repeat 0 -31px;
}
