#tabloader {
  width: 634px;
  float: left;
  padding: 20px;
}

.tabcontainer{
padding: 0;
width: 674px;
float: left;
background-color: #eef8bc;
padding-top: 10px;
border-bottom: 1px solid #72736e;
height: 29px;
}

.tabcontainer ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.tabcontainer li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-align: center;
}

#container .tabcontainer a{
float: left;
display: block;
font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
font-size: 16px;
color: #666666;
text-decoration: none;
width: 162px;
height: 25px;
outline: none;
padding-top: 5px;
text-align: center;
}

/*
.tabcontainer a:hover{
background: url(../images/misc/active_tab.gif) no-repeat top center;
color: #808080;
}
*/

#container .tabcontainer a.selected{ /*currently selected tab*/
background: url(../images/misc/active_tab.gif) no-repeat top center;
color: #666666;
outline: none;
}

/*
TABLOADER 2
*/

#tabloader2 {
  width: 634px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
}

.tabcontainer2{
padding: 0;
width: 634px;
float: left;
background-color: #ffffff;
padding-top: 10px;
border-bottom: 1px solid #72736e;
height: 29px;
}

.tabcontainer2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.tabcontainer2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-align: center;
}

#container .tabcontainer2 a{
float: left;
display: block;
font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
font-size: 16px;
color: #666666;
text-decoration: none;
width: 162px;
height: 24px;
outline: none;
padding-top: 5px;
text-align: center;
background: url(../images/misc/inactive_tab2.gif) no-repeat top center;
margin-right: 5px;
border-bottom: 1px solid #727272;
}

/*
.tabcontainer a:hover{
background: url(../images/misc/active_tab.gif) no-repeat top center;
color: #808080;
}
*/

#container .tabcontainer2 a.selected{ /*currently selected tab*/
background: url(../images/misc/active_tab2.gif) no-repeat top center;
color: #666666;
outline: none;
border-bottom: 1px solid #ffffff;
}


