#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
width: 100px;
padding: 0px;
margin: 0px;
}

#vertmenu h1 {
display: block; 
background-color:#6699FF;
font-size: 75%;
color: #FFFFFF;
padding: 1px 0 1px 1px;
border: 1px solid #000000;
margin: 0px;
width:99px;
}

#vertmenu h2 {
font-size: 75%;
color: #000000;
padding: 0px;
border: none;
margin: 0px;
width:99px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 75%;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 1px 0px 1px 1px;
text-decoration: none;
color: #0000CC;
width:100px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}



A.menulink {
display: block;
width: 88px;
text-align: centre;
text-decoration: none;
font-family: verdana;
font-style: normal;
font-size: 16px;
color: #0000CC;
border: solid 1px #0000CC;
background-color:#FFFFCC;
}

A.menulink:hover {
border: solid 1px #0000CC;
background-color:#eeeeee;
}




#dhtmltooltip{
position: absolute;
width: 200px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 0; /*position where enlarged image should offset horizontally */

}

hr {color: #fff; background-color: #fff; border: 1px dotted #0000ff; border-style: none none dashed; }
