 .cssnav2
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(green2.gif) no-repeat;
	white-space: normal;
	display: block;
	width: 145px;
	height: 25px;
	margin: 0;
	padding: 0;
}

.cssnav2 a
{
	display: block;
	color: #FFFFFF;
	font-size: 15px;
	width: 145px;
	height: 25px;
	display: block;
	float: none;
	color: #ffffff;
	text-decoration: none;
}

.cssnav2 img
{
width: 145px;
height: 25px;
border: 0
}

* html a:hover
{
	visibility:visible;
	color: #000000;
}

.cssnav2 a:hover img
{
	visibility:hidden;
}

.cssnav2 span
{
	position: absolute;
	left: 1px;
	top: -0.01in;
	cursor: pointer;
	text-align: center;
	width: 136px;
	height: 21px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 3px;
	
}

.main {
width:130px;
}

.month {
background-color:black;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:gray;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: lightyellow;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}

.border{
	border-top:solid 1px #333333;
	padding: 5px 5px;
}

.border1{
	border-top:solid 1px #333333;
	width:98%;
	padding: 0px 5px;
	margin-left: 0%;
	background-color: #999999;
	height: 2px;
	border-bottom: solid 1px #333333;
}
