h1
{
	padding-top: 10px;
	clear: both;
}

#rssbox
{
	background-color: rgb(229, 229, 229);
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	margin: 5px 0 0 0;
	float: right;
	width: 203px;
}

#rssbox ul
{
	background-color: rgb(229, 229, 229);
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#rssbox ul ul
{
	width: 183px;
	position: absolute;
	list-style-type: disc;
	padding: 2px 0 2px 18px;
	margin: 0;
	border-width: 1px;
	border-top-width: 0;
	border-style: solid;
	border-color: rgb(180, 180, 180);
	display: none;
}

/* Link block title */
#rssbox li a
{
	text-align: center;
	padding: 3px 12px 3px 12px;
	color: rgb(0, 0, 0);
	background-color: rgb(175, 211, 77);
	background-repeat: no-repeat;
	background-position: center left;
	display: block;
	font-weight: bold;
	margin: 0;
}

#rssbox li a:hover
{
	background-color: rgb(185, 221, 87);
}

/* Link */
#rssbox li li a
{
	text-align: left;
	font-size: 10px;
	background: rgb(229, 229, 229);
	margin: 0;
	padding: 2px;
}

#rssbox li li a:hover
{
	background-color: rgb(239, 239, 239);
}

#rssbox li li a:visited
{
	font-weight: lighter;
}

