#menuTopArea a {
	color: #ffffff;
	display: table;
	height: 25px;
	font-family: prenton,verdana,sans-serif;
	font-size: 17px;
	font-weight: 400;
	float: left;
	width: auto !important;
	width: 1px;
	cursor: pointer;
	margin-right: 2px;
}

#menuTopArea a:hover {
	text-decoration: none;
}

#menuTopArea .layer1 {
	display: inline-block;
	height: 25px;
	background-repeat: no-repeat;
	padding-left: 11px;
}

#menuTopArea .layer2 {
	display: inline-block;
	height: 25px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 12px;
}

#menuTopArea .text {
	display: inline-block;
	height: 25px;
	line-height: 23px;
	word-wrap: nowrap;
	white-space: nowrap;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.34);
}

#menuTopArea .Active .layer1 {
	background-image: url(../images/active.bg.left.gif);
}

#menuTopArea .Active .layer2 {
	background-image: url(../images/active.bg.right.gif);
}

#menuTopArea .Active .text {
	background-color: #f88c47;
}

#menuTopArea a:hover .layer1 {
	background-image: url(../images/active.bg.left.gif);
}

#menuTopArea a:hover .layer2 {
	background-image: url(../images/active.bg.right.gif);
}

#menuTopArea a:hover .text {
	background-color: #f88c47;
}


