#dropmenudiv{
position:absolute;
background-color: #FFFFFF;
border:1px solid black;
border-bottom-width: 0;
font:normal 8.5pt Verdana;
line-height:18px;
z-index:100;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #0063FF;
font-size:8.5pt;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #5F9DFF;
color: #ffffff;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFFF;
}


td {font-family:verdana; font-size:8.5pt;}

body {font-family:verdana; font-size:8.5pt;}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:active {text-decoration:none;}
a:hover {color:#ffffff;}





.small1 {
	font-size: 7.5pt;
}
.yep img {
	margin-bottom: 8px;
}


.dayweek {font-weight:bold; background-color:#478ab1; text-align:center; color:#fff;}
.thismonth {text-transform: uppercase; font-size: 16px; font-weight:bold;}
.days {vertical-align:top; background-color: #d1eafa; width: 95px; height: 95px;}
.today {background-color: #f8f3c2; vertical-align:top;}
.nonmonthdays {background-color:#DDD;}