/** Settings for Header **/
#calendarHeader {
  position: relative;
  width: 165px;
  height: 20px;
  left: 0;
  top: 0;
  text-align: center;
  border: 1px solid black;
  font:normal 10px Verdana;
  line-height:14px;
}

#calendarCell {
  position: relative;
  width=20px;
  height: 20px;
  border: 1px solid black;
  font:normal 10px Verdana;
  text-align="center";
  line-height:14px;
}

#calendarCell a {
  color: blue;
  text-decorations: none;
}

#calendarCell a:hover {
  background-color: lightblue;
  width: 100%;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 10px Verdana;
line-height:16px;
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;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}