/* 
  -----------------------------------
  TOP MAIN NAVIGATION STYLE
  -----------------------------------
*/


#NAV {
    float:left;
    width:960px; /* align navigation -----------------------------------------------------------*/
    height:30px;
    overflow:hidden;
	line-height: normal !important;    
    font-family: "trebuchet ms", arial,verdana; 
    color:#746657; 
    /*border:1px solid #ccc;*/ 
    margin-left:0px;
    margin-top:10px;     
    background: #999 url(../img/nav.gif) no-repeat; 
    		     	
}     
    #NAV ul {

	    height:44px;
	    list-style:none;
	    margin:0;
	    padding-left:60px;
	    font-size:.9em;
	    }
	#NAV li {
		float:left;
		padding:0px;
		background: url(../img/separator.gif) no-repeat;
		}
	#NAV li a {
		color:#000;
		display:block;
		font-weight:normal;
		line-height:30px;
		margin:0px;
		padding:0px 29px;
		text-align:center;
		text-decoration:none;
		}
	#NAV ul li:hover a {
 /*background: #505fba;url("images/hover.gif") bottom center no-repeat;*/
		color:#fff;
		text-decoration:none;
		/**/
		}	
	#NAV li ul {
		background:#888;
		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;
		}
	#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;
        }	
        
        
        .navStateOn 
        {
           color:#c7a61c;
        }
           







