#calendars
{
	font-family: "Bell MT", Cambria, Century, serif;
}

#calendars h3
{
	margin-left:10px;
	font-size:16pt;
	color:#ee6d09;
}

#calendars ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 210px;
	}
	
	#calendars li { /* all list items */
		position : relative;
		float : left;
		/*line-height : 1.25em;*/
		margin-bottom : -1px;
		width: 210px;
	}
	
	#calendars li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : -800px;
		margin-top : -2.35em;
	}
	
	#calendars li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#calendars li a {
		width: 210px;
		w\idth : 190px;
		display : block;
		color:#ee6d09;
		font-weight : bold;
		font-size:12pt;
		text-decoration : none;
		border : 0px;
		padding : 5px 10px;
	}
	
	#calendars li a:hover {
		color : white;
		background-color : black;
	}

	#calendars li ul li a {
		font-family:"Times New Roman", serif;
		color:#000;
		width:800px;
		font-weight:normal;
		font-size:12pt;
		text-decoration : none;
		background-color:#ffffc4;
		border : 1px solid #000;
		padding:0;
		font-style:italic;
	}
	
	#calendars li:hover ul ul, #calendars li:hover ul ul ul, #calendars li.sfhover ul ul, #calendars li.sfhover ul ul ul {
		left: -999em;
	}
	
	#calendars li:hover ul, #calendars li li:hover ul, #calendars li li li:hover ul, #calendars li.sfhover ul, #calendars li li.sfhover ul, #calendars li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 12em;
	}
/* CSS Document */

