#nav {
   position:absolute;
   bottom:0;
   right:0px;
}
#nav, #nav ul {
   float: left;
   list-style: none;
   background-color: #009ca2;
   color: #106F73;
}

#nav a {
   display: block;
   /*width: 10em;
   w\idth: 6em;
   */
   color: #106F73;
   text-decoration: none;
   position:relative;
   font-weight:bold;
}
#nav a.daddy {
   background: url(rightarrow2.gif) center right no-repeat;
}


#nav li {
   float: left;
}
#nav li.last {
   border:0;
}

#nav li ul {
   position: absolute;
   left: -999em;
   top: 75px;
   width: 190px;
   height: auto;
   font-weight: normal;
   border-top:3px solid #A9BD43;
   background-color: white;
   margin-left:-4px;
}
#nav li ul li ul {
   top:auto;
   margin-top:22px;
   margin-left:-3px;
}

#nav ul {
   z-index:20;
}
#nav ul ul {
   z-index:30;
}
#nav ul ul ul {
   z-index:40;
}

#nav li ul a {
   width: 158px !important;
   w\idth: 158px;
   padding: 3px 10px;
   border: 1px solid #8f8f8f;
   border-top:0;
   margin:0;
   background-color:white;
   padding-left:20px;
}

#nav li ul ul {
   margin: -1.75em 0 0 13em !important;
   margin: -1.75em 0 0 13em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
   left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
   left: auto;
}

#nav li:hover, #nav li.sfhover {
}
#nav li li:hover a, #nav li li.sfhover a {
   color: #A9BD43;
   background: #ffffff url(/res/images/nav_bullet.gif) no-repeat 0px 4px;
}
#nav li li:hover li a, #nav li li.sfhover li a {
   color: #106F73;
   background: #ffffff;
   background: #ffffff url(/res/images/nav_bullet.gif) no-repeat top left;
}
#nav li li:hover li a:hover, #nav li li.sfhover li.sfhover a {
   color: #A9BD43;
   background: #ffffff url(/res/images/nav_bullet.gif) no-repeat 0px 4px;
}




#nav_about {
   background: #029ca2 url(/res/images/nav_about.gif) no-repeat 0 0;
   padding:0;
   margin:0;
}
#nav_about:hover,
#nav_about.sfhover {
   background: #029ca2 url(/res/images/nav_about.gif) no-repeat 0 -75px;
}
#nav_about ul {
   margin-left:13px !important;
}

#nav_vision {
   background: #029ca2 url(/res/images/nav_vision.gif) no-repeat 0 0;
   padding:0;
   margin:0;
}
#nav_vision:hover,
#nav_vision.sfhover {
   background: #029ca2 url(/res/images/nav_vision.gif) no-repeat 0 -75px;
}

#nav_business {
   background: #029ca2 url(/res/images/nav_business.gif) no-repeat 0 0;
   padding:0;
   margin:0;
}
#nav_business:hover,
#nav_business.sfhover {
   background: #029ca2 url(/res/images/nav_business.gif) no-repeat 0 -75px;
}

#nav_resources {
   background: #029ca2 url(/res/images/nav_resources.gif) no-repeat 0 0;
   padding:0;
   margin:0;
}
#nav_resources:hover,
#nav_resources.sfhover {
   background: #029ca2 url(/res/images/nav_resources.gif) no-repeat 0 -75px;
}

#nav_news {
   background: #029ca2 url(/res/images/nav_news.gif) no-repeat 0 0;
   padding:0;
   margin:0;
}
#nav_news:hover,
#nav_news.sfhover {
   background: #029ca2 url(/res/images/nav_news.gif) no-repeat 0 -75px;
}

#nav_contact {
   background: #029ca2 url(/res/images/nav_contact.gif) no-repeat 0 0;
   padding:0;
   margin:0;
}
#nav_contact:hover,
#nav_contact.sfhover {
   background: #029ca2 url(/res/images/nav_contact.gif) no-repeat 0 -75px;
}


