	#main_dest {
		border-top: 1px solid #91D4CE;
		border-bottom: 1px dotted #91D4CE;
		clear: both;
		/*background: #FFF3B3;*/
		padding-top: 2em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
	}
	
	#contents {
		/*padding: 1.5em;*/
		/*background: #FFFDF3;*/
		/*min-height: 300px;*/
	}
	
	#header_dest {
		position: relative;
		width: 100%;
		width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	}
	
	#header_dest ul#primary_dest {
		margin-top: 1px;
		padding: 0;
		position: absolute;
		bottom: -1px;
		width: 66em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
		cursor:pointer;
	}
	
	#header_dest ul#primary_dest li  {
		display: inline;
		list-style: none;
	}
	
	#header_dest ul#primary_dest a,#header_dest ul#primary_dest span,#header_dest ul#primary_dest a.current {
		width: 18em;
		display: block;
		float: left;
		padding: 8px 0px;
		margin: 1px 1px 0 0;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration: none;
		color: #000000;
	}
	
	#header_dest ul#primary_dest span,#header_dest ul#primary_dest a.current,#header_dest ul#primary_dest a.current:hover {
		border: 1px solid #91D4CE;
		border-bottom: none;
		background: #FFFFFF;
		/*padding-bottom: 6px;*/
		color:#205450;
		/*margin-top: 0;*/
		font-weight:bold;
	}
	
	#header_dest ul#primary_dest a {
		background: #FFFFFF;
		/*border: 1px solid #AAA;*/
		/*border-bottom: none;*/
	}
	
	#header_dest ul#primary_dest span,#header_dest ul#primary_dest a:hover,#header_dest ul#primary_dest a:hover {
		text-decoration:underline;
	}
