body {margin:0;padding:0;background-color:#ffffff;}
table, td {border-collapse:collapse;}
td { vertical-align:top;}
img {border:0;}
form, td, ul, li {margin:0; padding:0;}

td, a, span { font:11px Tahoma, Arial, Geneva, sans-serif;color:#626262;}
td, span { line-height:13px;} .w {width:100%;} .h {height:100%;}

a {text-decoration: underline; }
a:hover {text-decoration: none; color: black;}



#thumbBox{
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 2px;
visibility: hidden;
z-index: 10;
background: #efefef;
border: solid 1px #f5f5f5;
border-bottom-color: #a6a6a6;
border-right-color: #a6a6a6;
}

#thumbBox .footerbar{
background: #efefef;
padding: 5px 0;
text-align: right;
}


#thumbImage{
background-color: #efefef;
text-align: center;
color: #000;
font-weight: bold;
FONT-SIZE: 10px;
}

#thumbLoading{
position: absolute;
visibility: hidden;
border: 1px solid #000;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}




.glossymenu{
margin: 5px 0;
padding: 0;
padding-left: 0px;
width: 340px; /*width of menu*/
/*border: 1px solid #9A9A9A;*/
border-bottom-width: 0;
padding-bottom: 5px;
}

.glossymenu a.menuitem{
/*background: black url(../images/glossyback.gif) repeat-x bottom left;*/
/*font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 10px 0;
padding-left: 56px;

background: url(../images/bull.gif) no-repeat;
text-decoration: underline;
font:11px Tahoma, Arial, Geneva, sans-serif;color:#626262;
padding-top: 5px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{

}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
/*background-image: url(../images/glossyback2.gif);*/
text-decoration: none; color: black;

}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding-bottom: 20px;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
/*border-bottom: 1px solid blue;*/
padding-left: 13px;

}

.glossymenu div.submenu ul li a{
display: block;
text-decoration: underline;
font:11px Tahoma, Arial, Geneva, sans-serif;color:#626262;
/*font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
padding: 2px 0;
padding-left: 45px;
}

.glossymenu div.submenu ul li a:hover{
text-decoration: none; color: black;
}