/*.............................................for tabs...............................*/
.tabs  { 
  width: 99%;
  margin:-30px auto 0 auto;
}

.tabs ul, .tabs li {border:0; margin:0; padding:0; list-style:none;}
.tabs ul{
    border-bottom:solid 1px  #999999;
    height:29px;
	float:right;
 
}
.tabs li{
	float:left;
	margin-right:4px;
	height:30px;
	overflow:hidden
}
 .taba a{
    background: url(../img/CONTENT/tab3.png) right 60px;
    color:#666;
    display:block;
    font-weight:bold;
    line-height:30px;
    text-decoration:none;
	
}
.taba a span{
    background:url(../img/CONTENT/tab3.png) left 60px;
    display:block;
    margin-right:14px;
    padding-left:14px;
}
.taba a:hover{
    background:url(../img/CONTENT/tab3.png)  right 30px;
    display:block;
}
.taba a:hover span{
    background:url(../img/CONTENT/tab3.png)  left 30px;
    display:block;
}



.taba li a.selected{
 background:url(../img/CONTENT/tab3.png)  left 0 ;
  color: #513403;
   margin-right:-6px;
    padding-left:8px; 
	padding-right:12px;
	
}
.taba li a.selected span{
background:url(../img/CONTENT/tab3.png)  right 0 ;
  margin-right:-6px;
    padding-left:8px; 
	padding-right:12px;
	color: #513403;
}  
  
#one {
  background-color:#DDEBDB;
  background-image:  url(../img/CONTENT/bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  min-height: 110px;
  color: #333333;
  padding: 5px;
  border: 2px solid #DDEBDB;
  float:right;
  width:98%;
 
}

#second {
  background-color:#DDEBDB;
  background-image: url(../img/CONTENT/bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  min-height: 110px;
  color: #333333;
  padding: 5px;
  border: 2px solid #DDEBDB;
  float:right;
  width:98%;
}

#third {
  background-color: #DDEBDB;
  background-image:  url(../img/CONTENT/bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  color: #333333;
  padding: 5px;
  border: 2px solid #DDEBDB;
  float:right;
  width:98%
}

#konf_tabs{
  background-color:#DDEBDB;
  background-image:  url(../img/CONTENT/bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  min-height: 110px;
  color: #333333;
  padding: 5px;
  border: 2px solid #DDEBDB;
  float:right;
  width:98%;
   
}