@charset "UTF-8";
/* CSS Document */

ul#calendar_nav {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


ul#calendar_nav li {
	display: list-item;
	vertical-align: 10%;
	height: 25px;
}

ul#calendar_nav li a {
	padding: 5px;
	text-align: left;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-indent: 15px;
	width: 80px;
	background-image: url(/images/calendar_nav_bkgrd.jpg);
	letter-spacing: 0px;
}

ul#calendar_nav li a:hover {
	background-image: url(/images/calendar_nav_rollover.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


ul#rss_nav {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ul#rss_nav li {
	display: list-item;
	vertical-align: 10%;
	height: 25px;
}

ul#rss_nav li a {
	padding: 5px;
	text-align: left;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	text-indent: 15px;
	width: 120px;
	background-image: url(/images/rss_nav_bkgrd.gif);
	letter-spacing: 0px;
}

ul#rss_nav li a:hover {
	background-image: url(/images/calendar_nav_rollover.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

