/* CSS Document smallNavi*/
.dynamicSmallNav{
  height:20px;
  width:809px;  
  position:relative;
  top:-78px;
  left:170px;
  color:white;
  font-size:12px;
  font-family:sans-serif;
  font-weight:900;
  letter-spacing:1.2px;
  float:left;
  /*border:solid 1px red;*/
}
/*
.dynamicSmallNav td{
  border:solid 1px white; 
}
*/
.smallNaviLink:link , .smallNaviLink:hover, .smallNaviLink:visited, .smallNaviLink:active{
  color:white;  
  text-decoration:none;
}
#searchForm{
  width:133px;
  height:18px;
  /*border:1px solid green;*/
  display:block;   
} 
#topSearchText{  
  width:128px;
  height:16px;
  text-align:center;
  position:relative;
  top:-2px;
  left:-2px;
  /*border:1px solid green;*/
}
#topLoop{
  border:none;  
  cursor:pointer;
  display:inline;
  position:relative;
  top:2px;
}
