#topPortalNav * {
margin: 0; padding: 0;
}
#topPortalNav
{
	background-image: url(http://cdn.auc-escrime.com/topNav/topNav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 5px solid #FFCC00;
	display: block;
	background-color: #ffffff;
	positiond:relative;
	floatd:left;
	width:100%; height:140px;
}

#topPortalNav #LogoPic
{
	float:left; display: block
	width: 250px; 
	height: 140px;
	background-repeat: no-repeat;
	background-image: url(http://cdn.auc-escrime.com/topNav/topNav_logo_pic.gif);
}
#topPortalNav #LogoPic a
{
	display: block;
	width: 250px;
	height: 140px;
}
#topPortalNav #LogoTxt {
display: block;
	margin-left:250px;
	width: 450px; 
	height: 112px;
	background-repeat: no-repeat;
	background-image: url(http://cdn.auc-escrime.com/topNav/topNav_logo_txt.gif);
}
#topPortalNav #LogoTxt a
{
	display: block;
	width: 450px;
	height: 112px;
}

#topPortalNav ul {
	float:left;
	display: inline;
	height: 28px;
	margin-leftf: 250px;
}
#topPortalNav li {
	float: left;
	display: inline;
	width:130px;
	height:28px;
}
#topPortalNav li a {
	display: block;
	height:28px;
	background-repeat: no-repeat;
	width:130px;
	font:11px Verdana, Arial;
	text-transform:uppercase;
	color:000000;
}
#topPortalNav  li a:hover {
	color:FFFFFF;
}
#topPortalNav li span {
	display:none;
}

#topPortalNav a#club {
	background-image: url(http://cdn.auc-escrime.com/topNav/topNav_club.gif);
	background-position: 0px 0px;
}
#topPortalNav a:hover#club {
	background-position: 0px -28px;
}

#topPortalNav a#saison {
	background-image: url(http://cdn.auc-escrime.com/topNav/topNav_saison.gif);
	background-position: 0px 0px;
}
#topPortalNav a:hover#saison {
	background-position: 0px -28px;
}

#topPortalNav a#competitions {
	background-image: url(http://cdn.auc-escrime.com/topNav/topNav_competitions.gif);
	background-position: 0px 0px;
}
#topPortalNav a:hover#competitions {
	background-position: 0px -28px;
}

#topPortalNav a#presse {
	background-image: url(http://cdn.auc-escrime.com/topNav/topNav_presse.gif);
	background-position: 0px 0px;
}
#topPortalNav a:hover#presse {
	background-position: 0px -28px;
}

#topPortalNav a#blog {
	background-image: url(http://cdn.auc-escrime.com/topNav/topNav_blog.gif);
	background-position: 0px 0px;
}
#topPortalNav a:hover#blog {
	background-position: 0px -28px;
}

#topPortalNav a#photos {
	background-image: url(http://cdn.auc-escrime.com/topNav/topNav_photos.gif);
	background-position: 0px 0px;
}
#topPortalNav a:hover#photos {
	background-position: 0px -28px;
}

