  
.mainDiv
{
  width:160px;
}
.Catalogue_title { color: #356BAD; font-size: 24pt; font-family: Times New Roman; font-weight: 
               bold }
.PDFlink     { font-family: time; color: #FF0000; font-weight: bold }
.HTMLLink    { font-family: Times New Roman; color: #0000FF; font-weight: bold }
.MonthTitle  { margin:0; padding:0; font-size: 12pt; color: #FFFFFF; font-family: Times New Roman; text-indent: 0; 
               line-height: 0; word-spacing: 0; text-align: center; 
               font-weight: bold;  }
               
.Month       { font-weight: bold; margin-bottom: 6 }
.ListDescription { font-family: Verdana; font-size: 7pt; margin-top: 0; margin-bottom: 0; text-indent:-5; margin-left:5 }
.ListHeader  { font-family: Verdana; font-size: 8pt; font-weight: bold; margin-top: 0; 
               margin-bottom: 0 }
.topItem
{
  width:160px;
  height:22px;
  cursor:pointer;
  background: #356BAD;
  text-decoration: none;
  color: #FFFFFF; 
  font-weight:bold;
  font-family:"Verdana"
 
}


.dropMenu
{
  background:#DCE6F1;
  border-top:1px solid #467BF2;
  border-left:1px solid #92B1F8;
  border-right:1px solid #92B1F8;
  border-bottom:1px solid #92B1F8
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:black;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
   color:blue;
   text-decoration:underline;
   font-weight:bold;
   padding-left:5px;
}

.subItemOver  a
{
   color:blue;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
