	#navigation {
		width: 200px;
    margin: 0;
	}
  
	#navigation a:visited , #navigation a {
		color: #000000;
	}
	
	
	
	#navigation dt, #navigation dt.expanded, #navigation dt.collapsed {
		display:block;
		cursor:pointer;
		background: url(/images/bg-nav1a.gif) top left no-repeat ;
		height: 23px;
		color: #000;
		font-weight: bold;
    padding-left: 10px;
    padding-top: 7px;    
		border-bottom: 1px solid #000;
		text-align:left;	  
    margin:0;
	}

	#nav-1 a:hover, #nav-2 a:hover, #nav-3 a:hover, #nav-4 a:hover, #nav-5 a:hover {
		text-decoration:underline;
	}
	
	#navigation dt.collapsed {
		background: url(/images/bg-nav.gif) top left no-repeat ;  
		display:block;
		cursor:pointer;
		height: 23px;
		color: #000;
		font-weight: bold;
		border-bottom: 1px solid #000;		
		text-align:left;
	}

	#navigation ul li {
		display:block;
		cursor:pointer;
		height: 22px;
		color: #FFF;
		font-weight: bold;
		border-bottom: 1px solid #000;
		text-align:left;	  
    margin-left: -80px;

	}
    
	#navigation2 a {
  display: block;
  color: #000000;  
	padding-left: 25px;
	text-decoration:none;
  background: url(/images/bg-sub-nav1a.gif) top left no-repeat ;  
  width:200px;
  padding-top: 4px;
  padding-bottom: 4px;
	}	

	#navigation2 a:hover {
  display: block;
  color: #000000;
  background: url(/images/bg-sub-nav.gif) top left no-repeat ;  
  width:200px;
  padding-top: 4px;
  padding-bottom: 4px;
	text-decoration:underline;

	}		

	#navigation2 a:active {
  display: block;
	color:#000000;
	text-decoration:underline;
  background: url(/images/bg-sub-nav.gif) top left no-repeat ;  
  width:200px;
  padding-top: 4px;
  padding-bottom: 4px;

	}
  
    #navigation1 a:hover {
		text-decoration:underline;
	}
  
	#navigation1 {
		width: 200px;
    margin: 0;
	}  

	#navigation1 dt, #navigation1 dt.expanded, #navigation1 dt.collapsed {
		display:block;
		cursor:pointer;
		background: url(/images/bg-nav1.gif) top left repeat-y ;
		height: 23px;
		color: #000;
		font-weight: bold;
    padding-left: 10px;
    padding-top: 6px;    
		border-bottom: 1px solid #000;
		text-align:left;	  
    margin:0;
	}

	#navigation1 dt.collapsed {
		background: url(/images/bg-nav1.gif) top left repeat-y ;  
		display:block;
		cursor:pointer;
		height: 23px;
		color: #000;
		font-weight: bold;
		border-bottom: 1px solid #000;		
		text-align:left;
    padding-bottom: 3px;
	}

	#navigation1 ul li {
		display:block;
		cursor:pointer;
		height: 22px;
		color: #FFF;
		font-weight: bold;
		border-bottom: 1px solid #000;
		text-align:left;	  
    margin-left: -80px;

	}

  
  
 	#navigation1 a {
  display: block;
  color: #000000;  
	text-decoration:none;
  width:200px;
  padding-top: 4px;
  padding-bottom: 4px;
	}
  
  .nav-cursor {
	cursor:pointer;
  }
