.img100{
width:120px;
height:160px;
margin:3px 0;
border: 1px solid #a6a6a6;
border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
}

.div_right_info{
border:1px solid #c0c0c0;
text-align:center;
float:right;
width:100px;
margin:0 0 10px 10px;
}

/* top navigation drop down menu */
#topwrap {
 width: 100%;
 height: 25px; 
 margin: 0; 
 z-index: 99;
 position: relative;
 background-color: #808080;
 border-bottom:4px solid #FF8E49;
 margin-bottom:10px;
}
 
.topnavbar {
 height: 25px;
 padding: 0;
 margin: 0;
 position: absolute;
 border-right: 1px solid #989898;
}
 
.topnavbar li {
 height: auto;
 width: 100px; 
 float: left; 
 text-align: center; 
 list-style: none; 
 font: normal bold 12px/1.2em Arial, Verdana, Helvetica; 
 padding: 0;
 margin: 0;
 background-color: #808080; 
}

.topnavbar a { 
 padding: 6px 0; 
 border-left: 1px solid #989898;
 border-right: 1px solid #636363;
 text-decoration: none;
 color: white;
 display: block;
}

//.topnavbar li:hover, a:hover {background-color: #989898;}
.topnavbar li:hover{background-color: #989898;}
 
.topnavbar li ul {
 display: none;
 height: auto;  
 margin: 0;
 padding: 0; 
}
 
.topnavbar li:hover ul {
 display: block;  
 padding: 0; 
}
  
.topnavbar li ul li {
 background-color: #989898;
 width: 130px;
 padding: 0;
 font-weight: normal;
}
 
.topnavbar li ul li a {
  border-left: 1px solid #636363; 
  border-right: 1px solid #636363; 
  border-top: 1px solid #c0c0c0; 
  border-bottom: 1px solid #636363; 
	line-height: 18px;
}
 
.topnavbar li ul li a:hover {
	background-color: #808080;
	line-height: 18px;
}

