/*
 * $Id: nav.css,v 1.9 2006/09/20 17:39:55 tkutz Exp $
 *
 * Site navigation
 */

#siteNavLinkTitle {
    text-align: right;
    color: #8c7d70; /* warm gray */
    font-family: "Arial Rounded MT Bold", Arial;
    font-size: 15px;
    text-transform: uppercase;
}

#siteNav {
    font-size: 7pt;
    width: 319px;
    height: 64px;
    margin: 8px;
    margin-top: 20px;
    font-family: "Arial Rounded MT Bold", Arial;
    color: #7AABDE;
}

#siteNav .placement { 
    padding: 12px 10px 10px 20px;
}

#siteNav a {
    color: #7AABDE;
    text-decoration: none;
    text-transform: uppercase;
}


#sectionNav a { 
    text-transform: uppercase;
    text-decoration: none;
}

#sectionNav a.selected { 
	color: #F3D788;
}

#subSectionNav { 
    font-size: 10pt;
}

#subSectionNav .sep { 
    font-size: 8pt;
    font-family: courier;
}