﻿/********************************************
* All About People 
* Developed by I-ology
* http://www.i-ology.com
*
* Created 3/14/06 - AC
*
* Main Navigation Style Definitions
********************************************/

#nav-bg {
    background: url(images/nav_bg.gif) top left no-repeat;
    padding: 0 3px;
}

#nav {
    margin: 0;
    padding: 0;
    width: 923px;
}

#nav:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    height: 100%;
}

#nav li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#nav a {
    float: left;
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    height: 31px;
    overflow: hidden;
}

#nav a#about {
    background: url(images/nav_about.gif) top left no-repeat;
    width: 98px;
}
#nav a#executive {
    background: url(images/nav_executive.gif) top left no-repeat;
    width: 149px;
}
#nav a#staffing {
    background: url(images/nav_staffing.gif) top left no-repeat;
    width: 167px;
}
#nav a#news {
    background: url(images/nav_news.gif) top left no-repeat;
    width: 196px;
}
#nav a#contact {
    background: url(images/nav_contact.gif) top left no-repeat;
    width: 117px;
}
#nav a#faq {
    background: url(images/nav_faq.gif) top left no-repeat;
    width: 196px;
}


#nav a:hover#about, body#about-on a#about {
    background: url(images/nav_about.gif) bottom left no-repeat;
}
#nav a:hover#executive, body#executive-on a#executive {
    background: url(images/nav_executive.gif) bottom left no-repeat;
}
#nav a:hover#staffing, body#staffing-on a#staffing {
    background: url(images/nav_staffing.gif) bottom left no-repeat;
}
#nav a:hover#news, body#news-on a#news {
    background: url(images/nav_news.gif) bottom left no-repeat;
}
#nav a:hover#contact, body#contact-on a#contact {
    background: url(images/nav_contact.gif) bottom left no-repeat;
}
#nav a:hover#faq, body#faq-on a#faq {
    background: url(images/nav_faq.gif) bottom left no-repeat;
}

/*********************************
* Subnav
*********************************/

#subnav {
    margin: 11px 0;
    padding: 0;
    width: 244px;
}

#subnav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#subnav a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    width: 244px;
    height: 31px;
    overflow: hidden;
}