/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed blue;
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: -200px; /*position where enlarged image should offset horizontally */
top: -100px;
}

.menubullets li {	
    padding-left: 14px;
    background-image: url(/images/2008/coin_bullet.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
    }


.mainmenu a { 
  font-weight: normal; 
  font-size: 8pt;
  line-height: 8pt;
  color: darkblue;
  text-decoration: none;  
  font-family: arial; 
  font-variant: normal;
  font-style: normal;
}

.mainmenu a:hover { 
  font-weight: nomal; 
  font-size: 8pt;
  line-height: 8pt;
  color: darkred;
  background-color:;
  text-decoration: none; 
  font-family: arial; 
  font-variant: normal;
  font-style: normal;
}


.mainmenu { 
  font-weight: normal; 
  font-size: 8pt;
  line-height: 8pt;
  color: darkblue;  
  font-family: arial; 
  font-variant: normal;
  font-style: normal;
}


.topmenu a { 
  font-weight: normal; 
  font-size: 14pt;
  line-height: 14pt;
  color: darkblue;
  text-decoration: none;  
  font-family: arial; 
  font-variant: normal;
  font-style: normal;
}

.topmenu a:hover { 
  font-weight: nomal; 
  font-size: 14pt;
  line-height: 14pt;
  color: darkred;
  background-color:;
  text-decoration: none; 
  font-family: arial; 
  font-variant: normal;
  font-style: normal;
}


.topmenu { 
  font-weight: normal; 
  font-size: 14pt;
  line-height: 14pt;
  color: darkblue;  
  font-family: arial; 
  font-variant: normal;
  font-style: normal;
}

.maintext a { 
  font-weight: normal; 
  font-size: 10pt;
  line-height: 12pt;
  color: darkblue;
  text-decoration: none;  
  font-family: arial; 
  font-variant: normal;
  font-style: normal;
}

.maintext a:hover { 
  font-weight: nomal; 
  font-size: 10pt;
  line-height: 12pt;
  color: darkred;
  background-color:;
  text-decoration: none; 
  font-family: arial; 
  font-variant: normal;
  font-style: normal;
}


.maintext { 
  font-weight: normal; 
  font-size: 10pt;
  line-height: 12pt;
  color: darkblue;  
  font-family: arial; 
  font-variant: normal;
  font-style: normal;
}









