@charset "utf-8";
/* CSS Document */

/* ID Styles */

#navigation td {
	border-bottom: 0px solid #97C1CF;
	border-top: 0px solid #97C1CF;
	border-left: 0px solid #97C1CF;
	border-right: 0px solid #97C1CF;
	}
	
#navigation td2 {
	border-bottom: 0px solid #97C1CF;
	border-top: 0px solid #97C1CF;
	border-left: 0px solid #97C1CF;
	border-right: 0px solid #97C1CF;
	}
	
  #navigation a {
    font-family: 'swis721_blkcn_btblack';
	font-size: 16px;
	line-height:22px;
	color: #333333;
	text-decoration: none;
	display:block;
	padding:8px 8px 8px 8px;
	}
	
#navigation a:hover {
    background: #468499;
    color: #97C1CF;
	}