ul{
	margin:0;
	padding:0;
}

div#navigation ul li {
	padding: 0;
	float: left;
}

div#navigation ul a {
padding-top: 0;
display: block;
width: 127px;
height: 37px;
color: #000;
text-decoration: none;
}
ul a#n1 {
background:  url(buttons/home.gif) no-repeat;
}
ul a#n2 {
background:  url(buttons/rates.gif) no-repeat;
}
ul a#n3 {
background:  url(buttons/management.gif) no-repeat;
}
ul a#n4 {
background:  url(buttons/affiliations.gif) no-repeat;
}
ul a#n5 {
background:  url(buttons/contact.gif) no-repeat;
}

a#n1:hover, .select a {
background-position: right top;
color: #fff;
} 
a#n2:hover, .select a {
background-position: right top;
color: #fff;
} 
a#n3:hover, .select a {
background-position: right top;
color: #fff;
} 
a#n4:hover, .select a {
background-position: right top;
color: #fff;
} 
a#n5:hover, .select a {
background-position: right top;
color: #fff;
}

li {
display: inline; /* :KLUDGE: Removes large gaps in IE/Win */}
div#footer a{text-decoration:none;color:#ccccff;}
div#footer hover, select a {decoration:none;color:#ccccff;}
p.credit{font-size:9px;Color:#ccccff;}