@charset "utf-8";

#head-menu {
	height: 50px;
	width: 616px;
	float: left;
	clear: none;
	margin: 0px;
	padding: 45px 0px 0px 0px;
	background-image: url(../images/bg_head_menu.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#head-menu a {
	color: #ffffff;
	margin: 0px;
	display: block;
	float: left;
	line-height: 20px;
	clear: none;
}
#head-menu a:hover {
	text-decoration: underline;
}
#head-menu img.separator {
	width: 2px;
	height: 11px;
	vertical-align: middle;
	float: left;
	margin: 18px 0px 0px 0px;
}
#head-menu div.item {
	float: left;
	position: relative;
}
#head-menu div.item a {
	padding: 15px 25px 15px 25px;
}
#head-menu div.sub1 {
	position: absolute;
	z-index: 1000;
	display: none;
	width: 150px;
	top: 50px;
	left: 0px;
}
#head-menu div.sub2 {
	position: absolute;
	z-index: 1000;
	display: none;
	width: 150px;
	top: 0px;
	left: 150px;
}
#head-menu div.sub1 div.item a {
	padding: 3px 5px 3px 25px;
	width: 120px;
	background-color: #278dbe;
}

