/* GENERAL STYLES */
/* GENERAL STYLES */
#nav 
{
    width:705px; 
    height:30px; 
    background:#fff; 
    position:relative;
    }

#nav .select, #nav .current 
{
    margin:0; 
    padding:0; 
    list-style:none;
 
    }

#nav li 
{
    display:inline; 
    margin:0; 
    padding:0; 
    height:auto;
    }

#nav .select a, #nav .current a 
{
    display:block; 
    height:30px; 
    float:left; 
    background:#fff; 
    padding:0 10px 0 10px; 
    margin:0px; 
    text-decoration:none; 
    line-height:30px; 
    white-space:nowrap; 
    border-right:1px solid #fff; 
    color:#395586;
    font-weight:bold;
    }
    
* html #nav .select a, * html #nav .current a 
{
    width:1px; 
    height:21px;
    }

#nav .select a:hover
{    
    cursor:pointer; 
    color:#395586;
    text-decoration:underline;
    background:#ebeff7; 
    }
    
#nav .select li:hover a 
{
    cursor:pointer; 
      
    } 
    

#nav .sub 
{
    display:none;
    
    }

/* for IE5.5 and IE6 only */
#nav table 
{
    position:absolute; 
    border-collapse:collapse; 
    left:0; 
    top:0;
    }

#nav .current a 
{
    background:#ebeff7; 
    color:#395586;
    }

#nav .sub li a:hover, #nav .select a:hover .sub li a:hover, #nav .select li:hover .sub li a:hover 
{
    background:#000; 
    color:#fff;
    }

#nav .sub_active .current_sub a, #nav .sub_active a:hover 
{
    background:#000;
    color:#fff;
    }

#nav .select li:hover .sub 
{
    display:block; 
    position:absolute; 
    width:705px; top:30px; 
    left:0; 
    background:#000; 
    margin-top:0; 
    padding:0; 
    z-index:100; 
    color:#808183; 
   
    }
    
    #nav .select li a:hover .sub
{
    display:block; 
    position:absolute; 
    width:705px; top:30px; 
    left:0; 
    background:#000; 
    margin-top:0; 
    padding:0; 
    z-index:100; 
    color:#808183; 
    text-decoration:underline;
    }
    
    

#nav .sub, #nav .sub_active 
{
    margin:0; 
    padding:0; 
    list-style:none;
    }

#nav .sub_active 
{
    display:block; 
    position:absolute; 
    width:705px; 
    top:30px; 
    left:0; 
    background:#000; 
    margin-top:0; p
    adding:0; 
    z-index:10;}

* html #nav .sub_active, * html #nav .select a:hover .sub 
{
    z-index:-1; 
    margin-top:0; 
    margin-t\op:1px;
    }

#nav .sub_active a 
{
    white-space:nowrap; 
    display:block; 
    float:left; 
    background:#000; 
    padding:0px 5px 5px 5px; 
    margin:0; 
    border:0;
    color:#808183;
    height:20px; }

 #nav .select li:hover .sub li a 
{
    white-space:nowrap; 
    display:block; 
    float:left; 
    background:#000; 
    padding:0px 5px 5px 5px; 
    margin:0;
    border:0;
    color:#808183; 
    height:20px; 
    }
    
    #nav .select a:hover .sub li a
{
    white-space:nowrap; 
    display:block; 
    float:left; 
    background:#000; 
    padding:0px 5px 5px 5px; 
    margin:0;
    border:0;
    color:#fff; 
    height:20px; 
    }


/* EDITOR PROPERTIES */






/* EDITOR PROPERTIES */

