body {
	margin: 0px;
}
#navigation {
	clear: right;
	float: left;
	width: 173px;
	background-color: #666666;
}
#navigation #logos img {
	margin-top: 10px;
}

#navigation ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: bold;
	height: 21px;
	background-image: url(images/rollover.png);
}
#navigation a:hover {
	background-image: url(images/rollover2.png);
}
#navigation .double a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: bold;
	height: 33px;
	background-image: url(images/rolloverdouble.png);
	line-height: 14px;
	padding-top: 5px;
	margin: 0px;
}
#navigation .double a:hover {
	background-image: url(images/rollover2double.png);
}
