/* commom style for all browsers */
.team {text-align:left;  position:relative; margin:0px; padding:0px; list-style-type:none;}
.team ul {padding:0px; margin:0px; list-style-type:none; /* for Firefox */}
.team li {float:left; position:relative; width:119px; }
* html .team li img.portrait { width:119px;}	/* bug in IE: set new image sizes for displaying images */
.team li a.team { text-decoration:none; /*width:120px;*/ height:381px; color:#333333; line-height:18px; color:#333333; }
.team li ul {visibility:hidden; position:absolute; top:381px; left:0; height:0; overflow:hidden;}
.team li ul li { clear: left; width:140px; }

/* first line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.team li:hover a,
.team li a:hover {text-decoration:underline; border:0;}
.team li:hover ul,
.team li a:hover ul {visibility:visible; height:auto; width:140px; padding:5px; overflow:visible;}
.team li:hover ul li a,
.team li a:hover ul li a {display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto;/* width:9em;*/}

