/* CSS Document */

ul#thumbContainer_new {
float:left;
margin-left:5px;
width:475px;
margin-top:30px;
padding-bottom:50px;
/*background-color:tan;*/
}


ul#thumbContainer_new li.webName {
float:left;
clear:left;
width:200px;
/*height:80px;*/
height:18px;/*Without thumbs*/
padding:5px;
border:thin solid gray;
background-color:lavender;
margin-left:120px;
margin-top:5px;
list-style:none;
}


li.webName a {
float:left;
display:block;
width:196px;
padding:2px;
/*height:80px;*/
height:14px;/*Without thumbs*/
background-color:pink;
text-decoration:none;
background-position:0px 0px;
}

li.webName a:hover {
background-position:-120px 0px;
text-decoration:none;
color:#660000;
font-weight:normal;
}


