.headMenuCover {
	height: 31px;
	background: url('../../../../../templates/sms-price/images/head-menu-back.png') repeat-x #e8e8e8;
	border-bottom: 1px solid #bbb;
}
.headMenu {
	min-width: 800px;
	max-width: 1040px;
	width:expression(document.body.clientWidth<=800?'800px':(document.body.clientWidth>1040?'1040px':'100%'));
	margin: 0 auto;
}
.headMenuSubCover {
	padding: 0px 20px;
}
.headMenuItem {
	padding: 6px 25px 7px 25px;
	color: #444;
	font-size: 14px;
	border-left: 1px solid #ccc;
	text-decoration: none;
	line-height: 31px;
}
.headMenuItem:hover {
	background: url('../../../../../templates/sms-price/images/head-menu-hover.png') repeat-x #ccc;
}
.headMenuItem:last-child {
	border-right: 1px solid #ccc;
}
.headMenuItem:first-child.headMenuItemActive {
	/* margin-left: 20px; */
}
.headMenuItemActive {
	background: url('../../../../../templates/sms-price/images/head-menu-active.png') repeat-x #676767 !important;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	color: #ddd;
}