/*
    Copyright (c) 2008-2008, Element Fusion, LLC. All rights reserved.
    -------------------------------------------------------------
    LICENSED FOR USE UNDER A CREATIVE LICENSE AGREEMENT
    -------------------------------------------------------------
    This document, and all creative material associated herein, is protected under copyright law 
    to be used exclusively with    the Content Management Systems of Element Fusion, LLC.
    -------------------------------------------------------------
    You can read the full creative license agreement at: http://www.elementfusion.com/license
    -------------------------------------------------------------
        
    Template - Good Shepherd, Browns
    Author   - Neill Harmer, neill@elementfusion.com    
    Company  - Element Fusion
        
*/


@import "style-reset.css";
@import "style-contents.css";
@import "style-template.css";

/* DROPDOWN NAVIGATION */
#navigation .mainNav li {
    position: relative;
}
#navigation .mainNav li.active a {
    border-bottom: 8px solid #B9DFFF;
}
#navigation .mainNav li ul.level2 { 
    display: none; 
    width: 300px; 
    z-index: 1; 
    position: absolute; 
    border: 1px solid #A9C455; 
    border-top: 1px solid #A9C455;
    border: 1px solid #B9DFFF;
    top: 35px;
    padding-bottom: 8px; 
    padding-top: 8px;
    background: #333;
}
#navigation .mainNav li ul.level2 li { 
    color: #fff; 
    margin: 0;
    padding: 0;
    line-height: 16px;
    display: block;
    float: none;
    border-bottom: 1px solid #494949;
}
#navigation .mainNav li ul.level2 li a { 
    display: block; 
    color: #fff; 
    font-size: 13px;
    font-weight: normal;
    padding: 8px 16px; 
    text-decoration: none; 
    border: 0;
    margin: 0;
}
#navigation .mainNav li ul.level2 li a:hover { 
    background: #4e75a2;
    font-weight: bold;
}
   
