#calendarwrap2 {
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:200px;
}
#calendarwrap2 h3.menuheader 
	{
		cursor:pointer;
		font-family: verdana;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
		margin:0px;
		padding-bottom:10px;	
	}
ul.categoryitems
	{
		margin:0px;
	} 
.categoryitems li a
	{
		text-decoration: none;
		color: #1A98D5;
	}
.categoryitems li.last
		{
			padding-bottom:20px;
		}	
	
.categoryitems li a:hover
		{
			color: #000000;
		}
h3.openheader{
		padding:0px;
}

h3.top
		{
			border-top:none!important;
			padding-top:0!important;
		}

.categoryitems a.current {
	color: #1A98D5;
}
.categoryitems{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-indent:0px;
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
.categoryitems li {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	list-style:none outside none;
}
.categoryitems li a {
	color: #1A98D5;
	display:block;
	text-decoration: none;
	font-weight:normal;
}



@media print 
	{
	.categoryitems ul
		{
		display: block!important;
		height: auto!important
		}
	}


