@CHARSET "ISO-8859-1";

#top-header {
	background: url('../images/title_bg.gif') repeat-y;
	/*height: 112px;*/
	/*width:808px;*/
	_width:803px;
	height:114px;
	_height:114px;
}

#fhcl-logo {
	background: url("../images/fhcl_logo1.gif") no-repeat;
	width: 90px;
	height: 92px;
	margin: 10px;
	float: left;
	cursor: pointer;
}

#left-header {
	height: 82px;
	margin: 10px;
	width: 690px;
	font-family: Arial, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	float: right;
	color: #140b0c;
	margin: 0px;
	padding-top:10px;
}

#subheader1{
	height: 50px;
	margin-top:0px;
}

#home-login {
	width: 145px;
	margin-left: 45px;
	float: left;
}

#home-login ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
}

#home-login ul li {
	display: inline;
}

#subheader1-right {
	width: 450px;
	float: left;
	padding-left:50px;
	_padding-left:40px;
}

#barista {
	padding: 0;
	margin: 0;
	white-space: nowrap;
	list-style-type: none;
	width: 135px;
	float: left;
}

#barista li {
	display: inline;
}

#search {
	font-weight:normal;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	list-style-type: none;
	width: 255px;
	float: left;
	padding-left:23px;
	top:-20px;
}

#search li {
	display: inline;
}

#menu {
	padding: 0;
	margin: 0;
	margin-left:5px;
	white-space:normal;
	list-style-type: none;
}

#menu li {
	/*display: inline;*/
	float:left;
}

#menu li a {
	padding:6px; 
	color:black; 
	cursor:pointer; 
	text-decoration:none;
}
.sitemaplink{
	/*padding-left:5px;*/
	width:20px;
	}

#menu li a:hover {
	color:#000; cursor:pointer;
}
	.menucontent{
		position:absolute; overflow:hidden; display:none; width:168px; z-index:200; padding:0; margin:0px;
	}
	.menucontent a{
		border-bottom:1px solid #5E1D1B;
		display: block;
		width:164px; 
		font-weight:normal; 
		font-size: 10px; 
		text-align:left; 
		list-style:none; 
		border-top:none; 
		padding: 5px 10px;
		margin:0px; 
		background-color:#DBD5C5;	
	}
