.container {margin:7px 5px 0;}
ul.tabs {
    margin: 0 0 0 -5px;
    padding: 0 0 1px 0;
    float: left;
    height:32px;
    width: 100%;
}
ul.tabs li {
    float:left;
    margin:0;
    padding:0px 27px 0 0px;
    height:32px;
    line-height:32px;
	background:transparent url(/img/btn_title2.gif) no-repeat scroll right bottom;
    font: bold normal 13px tahoma;
    color:#ffffff;
    overflow: hidden;
    position: relative;
}
ul.tabs li a {
    text-decoration: none;
    color: #ffffff;
    display: block;
	line-height:32px;
	padding-left:27px;
	background:transparent url(/img/btn_title2.gif) no-repeat scroll left top;
    outline: none;
	font-weight:bold;
	font-family:Tahoma;
	font-size:13px;
}
ul.tabs li.active {
    background:transparent url(/img/btn_title.gif) no-repeat scroll right bottom;
}
ul.tabs li.active a {
    background:transparent url(/img/btn_title.gif) no-repeat scroll left top;
}

ul.tabs li a:hover {
    text-decoration:underline;
}
html ul.tabs li.active {

}
html ul.tabs li.active a{
    text-decoration: none;
    color: #FFF;
}
html ul.tabs li.active a:hover  {
    text-decoration:underline;
}
.tab_container {
    clear: both;
    float: left;
    width: 100%;
}
.tab_content {
    padding: 10px;
}
