body {
font-family: "Hiragino Kaku Gothic Pro" , "Verdana" , "Arial" , sans-serif;
}
td{
font-size : 12px;
}
a{
color: #016DAE;
text-decoration: none;
}
a:hover{
color: #AA4844;
text-decoration: none;
}
.bcord{
font-family: "MS UI Gothic";
}
.mini{
font-size: 10px;
}
.copy{
font-family:  "Verdana" , "Arial";
font-size: 10px;
color: #666666;
}
.long{
font-size : 12px;
line-height: 18px;
}
.q{
font-size: 14px;
color: #FFFFFF;
font-weight: bold;
}
.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 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: -200;
left: 50px; /*position where enlarged image should offset horizontally */
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 12px;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #FFFFFF; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: *; /*Width of top level menu link items*/
padding: 0;
border: 0;
border-left-width: 0;
color: #016DAE;
text-decoration: none;
}
	
/*sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: *; /*width of sub menu levels*/
color: #016DAE;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #FFFFFF;
}

.suckertreemenu ul li a:hover{
background-color: #FFFFFF;
color: #AA4844;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #F8F8FF url(media/arrow-down.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */