a, a.visited {
color: #000000;
}

#roh {
position: absolute;
top: 0px;
right: 0px;
}


.lavaLampWithImage {
position: relative;
height: 30px;
width: 730px; .width: 770px; 
background: url("bg.png") no-repeat top;
margin: 0px 0px 20px 0px;
overflow: hidden;
}
.lavaLampWithImage li {
float: left;
list-style: none;
}
.lavaLampWithImage li.back {
background: url("lava.gif") no-repeat right -30px;
width: 9px; height: 30px;
z-index: 8;
position: absolute;
}
.lavaLampWithImage li.back .left {
background: url("lava.gif") no-repeat top left;
height: 30px;
margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
text-align: center;
font: bold 12px tahoma;
text-decoration: none;
color: #000000;
outline: none;
text-align: center;
top: 7px;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
height: 30px;
position: relative;
overflow: hidden;
margin: auto 5px;    
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
border: none; 
}


/* Style for Usual tabs */
.usual {
  background:#181818;
  color:#ffffff;
  padding:15px 20px;
  width:600px;
  border:1px solid #222;
  margin:8px auto;
}
.usual a.link { color: #FF901C; font-weight: normal; text-decoration: none; }
.usual a.link:hover { color: #E56F07; text-decoration: underline; }


.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:10px arial;
  color:#000000;
  background:#FF901C;
}
.usual ul a:hover {
  color: #000000;
  background: #E56F07;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000000;
  background: #E56F07;
  border-bottom: 1px solid #000000;
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background: #434343;
  font:10pt tahoma;
  text-align: justify;
}
.usual div a { color:#000; font-weight:bold; }

