/* Enter Page */
div#enterpage {
	position:absolute; 
	left:750px; 
	top:475px; 
	width: 120px;
	height: 35px;
	z-index:10;
}
div#enterpage a.enterpage {
	position: relative;
	background: url("../images/buttons/en_enterpage.gif") no-repeat scroll 0 0;
	display: block;
	height: 26px;
}
div#enterpage a.enterpage:hover {
	background: url("../images/buttons/en_enterpage_h.gif") no-repeat scroll 0 0;
	display: block;
	height: 35px;
	top: -2px;
	left: -4px;
}

/* Top Navigation */
a#profileTab {
	float:left;
	background:url("../images/navigation/en_profile.gif") no-repeat left top;
	width: 115px;
	height: 50px;
	margin-top: 8px;
	padding: 0px 10px 0px 0px;
	text-decoration:none;
}
a:hover#profileTab {
	background:url("../images/navigation/en_profile_h.gif") no-repeat left top;
	margin: 0;
}
a#profileTabCur {
	float:left;
	background:url("../images/navigation/en_profile_a.gif") no-repeat left top;
	width: 115px;
	height: 50px;
	margin-top: 8px;
	padding: 0px 10px 0px 0px;
	text-decoration:none;
}

a#servicesTab {
	float:left;
	background:url("../images/navigation/en_services.gif") no-repeat left top;
	width: 115px;
	height: 50px;
	margin-top: 8px;
	padding: 0px 10px 0px 0px;
	text-decoration:none;
}
a:hover#servicesTab {
	background:url("../images/navigation/en_services_h.gif") no-repeat left top;
	margin: 0;
}
a#servicesTabCur {
	float:left;
	background:url("../images/navigation/en_services_a.gif") no-repeat left top;
	width: 115px;
	height: 50px;
	margin-top: 8px;
	padding: 0px 10px 0px 0px;
	text-decoration:none;
}

a#referencesTab {
	float:left;
	background:url("../images/navigation/en_references.gif") no-repeat left top;
	width: 115px;
	height: 50px;
	margin-top: 8px;
	padding: 0px 10px 0px 0px;
	text-decoration:none;
}
a:hover#referencesTab {
	background:url("../images/navigation/en_references_h.gif") no-repeat left top;
	margin: 0;
}
a#referencesTabCur {
	float:left;
	background:url("../images/navigation/en_references_a.gif") no-repeat left top;
	width: 115px;
	height: 50px;
	margin-top: 8px;
	padding: 0px 10px 0px 0px;
	text-decoration:none;
}

a#linksTab {
	float:left;
	background:url("../images/navigation/en_links.gif") no-repeat left top;
	width: 120px;
	height: 50px;
	margin-top: 8px;
	text-decoration:none;
}
a:hover#linksTab {
	background:url("../images/navigation/en_links_h.gif") no-repeat left top;
	margin: 0;
}
a#linksTabCur {
	float:left;
	background:url("../images/navigation/en_links_a.gif") no-repeat left top;
	width: 120px;
	height: 50px;
	margin-top: 8px;
	text-decoration:none;
}

a#contactTab {
	float:left;
	background:url("../images/navigation/en_contact.gif") no-repeat left top;
	width: 115px;
	height: 41px;
	height: 50px;
	margin-top: 8px;
	padding: 0px 10px 0px 0px;
	text-decoration:none;
}
a:hover#contactTab {
	background:url("../images/navigation/en_contact_h.gif") no-repeat left top;
	margin: 0;
}
a#contactTabCur {
	float:left;
	background:url("../images/navigation/en_contact_a.gif") no-repeat left top;
	width: 115px;
	height: 41px;
	height: 50px;
	margin-top: 8px;
	padding: 0px 10px 0px 0px;
	text-decoration:none;
}
