@charset "UTF-8";

/* reset.css - reset the default browser styling
 *
 * Type: strict
 *
 * (cc) 2006-2008 Tom Lwis (www.lwis.net). Some Rights Reserved.                         
 * This style sheet is licensed under a Creative Commons License
 * http://www.creativecommons.org/licenses/by-nc-sa/3.0/
 */

div#menu ul, div#menu ol {
    list-style:none;
    margin: 0px;
    padding: 0px;
}

/* dropdown.css - horizontal pure CSS dropdown menu class
 *
 * Version: 0.3
 * Type: strict
 * Requires: reset.css
 * Stack levels: 596-599
 *
 * (cc) 2006-2008 Tom Lwis (www.lwis.net). Some Rights Reserved.
 * This style sheet is licensed under a Creative Commons License
 * http://www.creativecommons.org/licenses/by-nc-sa/3.0/
 */

ul.dropdown {
    position: relative;
    z-index: 596;
}

ul.dropdown ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 597;
    width: 100%;
}

ul.dropdown ul ul {
    top: 0px;
    left: 100%;
}

ul.dropdown li {
    position: relative;
    z-index: 598;
    background:url("/files/layout/green_menu_bar.gif") no-repeat scroll 0 0 #363D3E;
    text-align: center;
}

ul.dropdown li:hover {
    z-index: 599;
}

ul.dropdown > li {
    float: left;
}

ul.dropdown li:hover > ul {
    display: block;
}

ul.dropdown li a, ul.dropdown li a:link {
    display: block;
}

/* dropdown.vertical.css - vertical left-to-right direction pure CSS dropdown menu component
 *
 * Version: 0.3
 * Type: strict
 * Requires: dropdown.css
 *
 * (cc) 2006-2008 Tom Lwis (www.lwis.net). Some Rights Reserved.
 * This style sheet is licensed under a Creative Commons License
 * http://www.creativecommons.org/licenses/by-nc-sa/3.0/
 */

ul.dropdown.vertical {
    width: 245px;
}

ul.dropdown.vertical ul {
    top: 2px;
    left: 99%;
}

ul.dropdown.vertical > li {
    float: none;
}


/* default.css - the default css drop down menu theme
 *
 * Type: strict
 *
 * (cc) 2006-2008 Tom Lwis (www.lwis.net). Some Rights Reserved.                         
 * This style sheet is licensed under a Creative Commons License
 * http://www.creativecommons.org/licenses/by-nc-sa/3.0/
 */


/* Basic styles */

.section {
    clear: both;
    padding-top: 50px;
}

#section1 {
    padding-top: 0;
}


/* Navigation styles */

ul.dropdown ul {
    width: 245px;
}

ul.dropdown li {
    min-height: 25px;
    height: auto!important;
    height: 25px;
    padding: 0 5px;
    background-color: #363D3E;
    line-height: 200%;
    *margin: -2px;
}

ul.dropdown li:hover {
    background-color: #2f3737;
    color: #575959;
    cursor: default;
}

ul.dropdown a,
ul.dropdown a:visited {
    color: #000;
}

ul.dropdown a:hover {
    color: #000;
}


/* Custom navs */

#nav1 { 
    z-index: 600;
}