@import "base.css";
@import "footer.css";

/*
FinanceSur -- copyright 2007
--------------------------------------------
topnav
*/

#topnav img {
	margin: 20px 0 0 20px;
	width: 75px;
	height: 75px;
	border: 0;
}
#topnav ul {
	margin: 0 0 0 434px;
} /*topnav*/
#topnav li {
	list-style-type: none;
	float: left;
	margin: -1px 0 0 0;
}
#topnav li,
#topnav li a {
	display: block;
	width: 80px; 
	background-repeat: no-repeat;
}
#topnav li a {
	padding-top: 27px; height: 0 !important;
	height /**/: 27px; overflow: hidden;
}
#topnav li a:hover { /* hover state */
	background-position: 0 -26px;
}
	#topnav li#services,
	#topnav li#services a {
		margin-right: 2px;
		background-image: url(../images/nav_services.jpg);
	}
	#topnav li#profile,
	#topnav li#profile a {
		background-image: url(../images/nav_profile.jpg);
	}
	#topnav li#insight,
	#topnav li#insight a {
		background-image: url(../images/nav_insight.jpg);
	}
	#topnav li#contact,
	#topnav li#contact a {
		background-image: url(../images/nav_contact.jpg);
	}

/* select state */
body#services		#topnav li#services	a,
body#profile		#topnav li#profile	a, 
body#insight        #topnav li#insight	a,
body#contact		#topnav li#contact	a {
	background-position: /*-200px 0;*/ 0 -52px;
}