.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff; 
	border:none;
	text-decoration: none;
	outline:none;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 29px;
	margin-right: 0px;
	list-style: none;
	background-repeat: no-repeat;
	border:none;
	text-decoration: none;
	outline:none;
}
.menu li a, .menu li a:visited {
	display: block;
	text-indent: -1000px;
	height: 29px;
	background-repeat: no-repeat;
	border:none;
	text-decoration: none;
	outline:none;
}

.home {border:none;text-decoration: none;background-image: url(../my/home-over.gif); width: 141px;}
.home a {border:none;text-decoration: none;background-image: url(../my/home.gif); width: 141px;}
.homeselected {border:none;text-decoration: none;background-image: url(../my/home-over.gif); width: 141px;}

.profile {background-image: url(../my/profile-over.gif); width: 141px;}
.profile a {background-image: url(../my/profile.gif); width: 141px;}
.profileselected {background-image: url(../my/profile-over.gif); width: 141px;}

.projects {background-image: url(../my/projects-over.gif); width: 141px;}
.projects a {background-image: url(../my/projects.gif); width: 141px;}
.projectsselected {background-image: url(../my/projects-over.gif); width: 141px;}

.services {background-image: url(../my/services-over.gif); width: 141px;}
.services a {background-image: url(../my/services.gif); width: 141px;}
.servicesselected {background-image: url(../my/services-over.gif); width: 141px;}

.partners {background-image: url(../my/partners-over.gif); width: 141px;}
.partners a {background-image: url(../my/partners.gif); width: 141px;}
.partnersselected {background-image: url(../my/partners-over.gif); width: 141px;}

.papers {background-image: url(../my/papers-over.gif); width: 141px;}
.papers a {background-image: url(../my/papers.gif); width: 141px;}
.papersselected {background-image: url(../my/papers-over.gif); width: 141px;}

.contacts {background-image: url(../my/contacts-over.gif); width: 145px;}
.contacts a {background-image: url(../my/contacts.gif); width: 145px;}
.contactsselected {background-image: url(../my/contacts-over.gif); width: 145px;}

ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

