﻿ /* GENERAL STYLES */
            /* navigation specific styles */
            .nav a{
                color: inherit;
                text-decoration: none;                 
            }
            
            .nav{
                width: 1050px;
                list-style: none;
                margin: 0;
                padding: 0;
                z-index:9999;
            }
            
            .nav li{
                list-style: none;
                margin: 0;
                padding: 0;
                width: 180px;
                height: 36px;
                line-height: 36px;
                display:inline-block;
                color: #383838;
                text-align: center;
                font-family: Century Gothic, sans-serif;
                font-size: 18px;
                z-index:9999;
                background-image:url(images/nav-divider.gif);
                background-repeat:no-repeat;
                background-position:right;
                
            }
            .nav li:hover{
                color: #000000;
            }
            .nav li ul{
                list-style: none;
                margin: 0;
                padding: 2px 0 15px 0;
                display: none;
                width:260px;                
            }
            .nav li:hover ul{
                display: block;
                z-index:9999;
                position: absolute;                
            }
            .nav li ul li{
                float: none;
                text-align: left;
                text-transform: none;
                font-family: Century Gothic, sans-serif;
                font-size: 14px;
                color: #383838;
                background: #e8e9e1;
                line-height: 36px;
                width: 260px;
            }
            .nav li ul li a{
                padding-left: 10px;
            }
            .nav li ul li:hover{
                background: #d6e3bd;
            }
            .nav li.home{
                width: 160px;
                padding-right:3px;
            }
            .nav li.aboutus{
                width: 160px;
                padding-right:3px;
            }
            .nav li.ourwork{
                width: 160px;
                padding-right:3px;
            }
            .nav li.explore{
                width: 250px;
                padding-right:3px;
            }
            .nav li.getinvolved{
                width: 180px;
                background-image:url(images/spacer.gif);
                background-repeat:no-repeat;
                background-position:right;
            }

                            