﻿    #NAV { 
	    border:none;
	    border:0px;
	    margin:0px;
	    padding:0px;
        font-family: "trebuchet ms", arial,verdana;
	    font-size:.95em;
	    font-weight:bold;
	    float:left;
	    width:100%;
		text-shadow: #333 3px 4px 5px;	    
	    }
    #NAV ul {
        background: #919191  url(../img/nav/nav3.jpg) left top no-repeat;
        border:0px solid #999;
	    height:46px;
	    list-style:none;
	    margin:0;
	    padding:0 0 0 40px;
	    
	    }
	#NAV li {
		float:left;
		padding:0px;

		}
	#NAV li a {
        /*background: #666 url(../img/nav/nav1.gif);*/
		color:#fff;
		display:block;
		font-weight:normal;
		line-height:34px;
		margin:0px;
		padding:0px 20px;
		text-align:center;
		text-decoration:none;
		
		}
	#NAV ul li:hover a {
		background: #666 url(../img/nav/nav3_on.jpg); /*background: #505fba;url("images/hover.gif") bottom center no-repeat;*/
		color:#d8b72f;
		text-decoration:none;
		/*border:1px solid #ccc;*/			
		}
	#NAV li ul {
		background:#929493;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:150px;
		padding-top:10px;
		z-index:200;
		
		/*top:1em;top:-5px;
		/*left:0;*/
		}
	#NAV li:hover ul {
		display:block;
		padding-bottom:15px;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		text-shadow:none;
		}
	#NAV li li {
		/*background:url('images/arrow.gif')  left no-repeat;*/
		display:block;
		width:100%;
		margin:0;
		/*width:225px;padding:10px;*/
		}
	#NAV li:hover li a {
		background:none;
		color:#fff;	
		}
	#NAV li ul a {
		display:block;
		/*height:35px;*/
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 5px 0px 5px;
		text-align:left;
		line-height:20px;
		 font-size:.85em;		
		}
	#NAV li ul a:hover, #NAV li ul li:hover a {
		background :#777 ;/*url('images/hover_sub.gif') center left no-repeat*/
		border:0px;
		color:#fff;
		text-decoration:none;
		}
					
		
			
    #NAV img  {
        border:0; 
        padding-right:6px;
        padding-left:10px;
        }	

    #subNav {
        font-family: "trebuchet ms", arial,verdana;
        font-size:.8em;
        line-height:1.2em;  
        margin-top:20px;
        margin-bottom:30px;
        }

    #subNav h4 {
        font-family: georgia,times,arial,verdana;
        font-size:1.8em;
        color:#999; 
        border-bottom:1px solid #ccc;
        font-weight: lighter;
        margin-bottom:7px;
        padding-bottom:3px;
        }


		
