ol,ul {
  list-style:none;
}

.tabs-menu {
    height: 25px;
    float: left;
    clear: both;
}

.tabs-menu ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabs-menu li {
    height: 25px;
    line-height: 30px;
    float: left;
    margin-right: 1px;
    background-color: #0069D2;
    border-top: 1px solid #8B0000;
    border-right: 1px solid #8B0000;
    border-left: 1px solid #8B0000;
    font-size: 15px;
    font-weight: bold ;
    width: 17px;
    text-align: center  ;
    display:inline;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
    font-weight: bold ;

}

.tabs-menu li a {
    padding: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold ;

  }

.tabs-menu .current a {
    color: #FF0000;
    font-weight: bold ;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 2px;
    width: auto;
}

.tab-content {
    width: 100%;
    padding: 2px 2px;
    display: none;
    float: left;
}

#tab-1 {
 display: block;
}


#tab-a {
 display: block;
}


.ntabrenk1 {
	background-color: #1342c0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
  line-height: 20px

}
