/* menu support */

.headerMenu2 {
	z-index:950;
	background:url(./images/headerMenu2.png) no-repeat 0 0;
	width:802px;
	margin-left:10px;
}
.headerMenu2 ul {
	margin:0 20px;
	height:26px;
	list-style: none;
}
.headerMenu2DS ul {
	padding-left:2px;
	background:url(./images/headerMenu2.png) no-repeat -958px -120px;
}
.headerMenu2 li {
	float:left;
	height:26px;
	position:relative;
	z-index:1;
}
.headerMenu2DS li {
	background:url(./images/headerMenu2.png) no-repeat right -120px;
	padding-right:2px;
}
.headerMenu2 li a,
.headerMenu2 li a:visited {
	display:block;
	line-height:26px;
	height:26px;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	padding:0 8px;
}
.headerMenu2 li a:hover {
	background:url(./images/headerMenu2.png) no-repeat -25px -60px;
	color:#ddd;
	text-decoration:none;
}
.headerMenu2 ul ul {
	position:absolute;
	top:25px;
	left:0;
	display:none;
	background:#dbdddd;
	border:1px solid #000;
	margin:0;
	z-index:1;
	height:auto;
	padding:0;
}
.headerMenu2 li li {
	float:none;
	width:230px;
	height:auto;
	background:none;
	padding-right:0;
}
.headerMenu2 li li a,
.headerMenu2 li li a:visited {
	height:auto;
	line-height:20px;
	padding:0 8px;
	width:213px;
	position:relative;
	color:#333;
}
.headerMenu2 li li a:hover {
	background:#cacccc;
	color:#333;
}
.headerMenu2 li:hover ul,
.headerMenu2 li.jHover ul {
	display:block;
}
.headerMenu2 ul ul ul,
.headerMenu2 li:hover ul ul,
.headerMenu2 li.jHover ul ul {
	top:3px;
	display:none;
	left:175px;
}
.headerMenu2 li li:hover ul,
.headerMenu2 li li.jHover ul {
	display:block;
}

.headerMenu2 li a.homeIcon,
.headerMenu2 li a.homeIcon:visited {
	background:url(./images/headerMenu2.png) no-repeat 0 -120px;
	padding-left:26px;
}
.headerMenu2 li a.homeIcon:hover {
	background:url(./images/headerMenu2.png) no-repeat 0 -60px;
}
