body.menu2page
{ font-size: 12px;
  padding: 10px 0px;
  margin: 0px;
  font-family: dejavu_sansbook;
  border: none;
}

h2 {
  padding: 20px 0 0;
  text-align: center;
}

p
{ text-indent: 2em;
  text-align: justify;
  padding: 2px;
  margin: 2px;
  line-height: 166%;
}

ul
{ margin-top: 4px;
  margin-bottom: 4px;
}

li
{ margin: 2px;
  line-height: 166%;
}

.techlevel
{ display: inline;
  position: relative;
  float: left;
  width: 380px;
  margin: 0px 10px;
   -moz-box-shadow:0 0 12px #111;
   -webkit-box-shadow:0 0 12px #111;
   box-shadow:0 0 12px #111;  
}

.tl_center
{ width: 100%;
  height: 100%;
  background: transparent;
}

.tl_center1
{ width: 100%;
  height: 100%;
  background: transparent;
}

.tl_center2
{ width: 100%;
  height: 100%;
  background: transparent;
}

.techname b, .techname1 b, .techname2 b
{ padding: 8px;
  border: none;
  display: block;
}

.techname b
{ background: #ffff60; }

.techname1 b
{ background: #ffff60; }

.techname2 b
{ background: #ffff60; }

.constlevel
{ list-style: none;
  margin: 0px 0px 0px 12px;
  padding: 0px;
}

.constlevel li a
{ padding: 2px 2px 2px 12px;
  border-bottom: solid 1px #c0c0c0;
  background: url('../../img/lev2item.png') left top repeat-y;
}

.constlevel a:hover 
{ padding: 2px 2px 2px 12px;
  color: #000;
  cursor: pointer;
  border-bottom: solid 1px red;
  background: url('../../img/lev2item_hover.png') left top repeat-y;
}

li { padding: 4px 0px 0px 0px;
}

a 
{ display: block;
  text-decoration: none;
  color: #333;
}

.step10
{ padding-top: 10px;
}

.tl_bottom
{ height: 12px;
  width: 100%;
  background: transparent;
}

.tl_bottom1
{ height: 12px;
  width: 100%;
  background: transparent;
}

.tl_bottom2
{ height: 12px;
  width: 100%;
  background: transparent;
}

.descript { 
  display: inline;
  float: left;
  position: relative;
  width: 180px;
  margin: 5px;
  font-style: italic;
}

.constlinks { 
  display: inline;
  float: left;
  position: relative;
  width: 180px;
  margin: 5px;
}

#popup_menu {
  top: 0px;
  left: 0px;
  padding: 5px;
  border: solid 1px #ff0000;
  width: 130px;
  position: absolute;
  background-color: #ffffc0;
  display: none;
  visibility: hidden;
}

#popup_menu a {
  text-decoration: none;
  display: block;
  margin: 5px;
}

.a_title {
  border-bottom: solid 1px #c0c0c0;
  background: url('../../design/menu2item.png') left top repeat-y;
  margin: 1em 0em 0em 0em;
  padding: 0px 0px 0px 12px;
  font-size: 14px;
  font-weight: bold;
}

p.videotitle {
  text-align: left;
  text-indent: 0em;
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 5px 0px;
  background: url('../../design/fireline.png') left bottom no-repeat;
}

.videowrap {
    display: block;
    padding: 5px;
    margin: 10px 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Safari � Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Shadow settings */   
}
