@charset "utf-8";
/* CSS Document */

body{margin:0px;
	padding:0px;}
#content { margin-left:350px;}

#menu a{color:white; text-decoration:none;}
#menu a:hover {background:#5d8d03;}


.short { display:inline; }
.long { display:none;  }

.submenu {display:none;  margin-left: 2em;}
.mhead {
    /*background-color: #ccccff;*/
    display: block;}

.text{display: none; float:left;}
/*#hoaB{display: block;} */
     
div.img
{ 
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  /*display: inline;*/
  margin: 3px;
  border: 1px solid #ffffff;
opacity:0.4;filter:alpha(opacity=40);
}
div.img a:hover img {opacity:1;filter:alpha(opacity=100);}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}
