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 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 */   
}

.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: #ffff30; }

.techname1 b
{ background: #ffff30; }

.techname2 b
{ background: #ffff30; }

.constlevel
{ list-style: none;
  margin: 0px;
  padding: 0px;
  overflow:hidden;
}

.constlevel li {
    float: left;
    display: inline;
    width: 45%;
    margin: 0em 0.5em 0em 0.5em;
}

.constlevel li a
{ padding: 2px 2px 2px 12px;
  border-bottom: solid 1px #c0c0c0;
  background: url('../design/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('../design/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: 360px;
  margin: 10px;
  font-style: italic;
}

.constlinks { 
  display: inline;
  float: left;
  position: relative;
  width: 360px;
  margin: 10px;
}

.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;
}

#lev2_header h4 {
    text-align: center;
}
