/* CSS Document */


#navigation {
	float: right;
	list-style: none;
	height: 40px;
	margin-bottom: 20px;
}

#navigation ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#navigation li {
float: left;
display: inline;
margin: 0px;
padding: 0px;
background: url(../images/rollover.gif) no-repeat;
}

#navigation a {
font: bold 12px Arial, Helvetica, sans-serif;
text-align:center;
color: #ffffff;
text-decoration: none;
display: block;
padding: 5px 2px 0px 0px;
height: 18px;
width: 160px;
background: url(../images/rollover.gif) no-repeat;
}

#navigation a:hover {
background: url(../images/rollover.gif) 2px -52px; no-repeat;
}



