.basictab_gallery{
width:100%;
margin:40px 0 0;
background:#fff; 
border:1px solid #e5e5e5;
border-radius:10px 10px 0 0;
}

.basictab_gallery ul{
margin: 0px;
padding: 0;
margin-left: 0;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
height:60px;
text-align:center;
}

.basictab_gallery li{
float:left;
margin: 0;
width:50%;
z-index: 1;
}

.basictab_gallery li a{
display: block;
text-decoration: none;
padding: 0px;
line-height:60px;
border-bottom: none;
font-size:1.2em;
color: #aaa;
border-bottom:2px solid #000;
}

.basictab_gallery li.last a {border-right:0px solid #ccc;}

.basictab_gallery li a:hover, .basictab_gallery li a.current{
color: black;
z-index: 3;
line-height:60px;
font-weight:bold;
color: #000;
}

.basictab_gallery li a:active{
color: #000;
font-weight:bold;
}

.tabcontainer_gallery{
clear: left;
z-index: 2;
width:100%; /*width of 2nd level sub menus*/
height:193px;
margin:0;
background:#fff;
border:1px solid #e5e5e5;
border-radius:0 0 10px 10px;
}

.tabcontent_gallery{
display:none;
}