
#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navigation .mainlink {
	text-transform: uppercase;
	font-weight: bold;
}
#navigation .mainlink a:link, #navigation .mainlink a:visited {
	padding: 4px 3px 3px 3px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fc0;
}

#navigation .mainlink a:hover{
	background: #fc0;
	border-bottom: 2px solid #fc0;
}

#navigation p {
	margin: 0;
}

#navigation p.button {
	margin-bottom: 3px;
	line-height: normal;
}

#navigation .button a:link, #navigation .button a:visited {
	padding: 3px 5px 2px 0px;
	color: #fff;
	text-decoration: none;
	display:block;
	border-bottom: 1px solid #ccc;
}

#navigation .button a:hover{
	padding: 3px 3px 2px 2px;
	background: #fc0;
	border-bottom: 1px solid #fc0;
}
#navigation .sitelinks td {
	padding-right: 22px;
}
