.basictab_gallery2{
width:330px;
margin:0px 0 0;
}

.basictab_gallery2 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:30px;
border: 1px #ccc;
border-style: solid solid solid;
text-align:center;
}

.basictab_gallery2 li{
float:left;
margin: 0;
width:33%;
z-index: 1;
}

.basictab_gallery2 li a{
display: block;
text-decoration: none;
padding: 0px;
line-height:30px;
border-bottom: none;
font-size:13px;
color: #666666;
border-right:1px solid #ccc;
}

.basictab_gallery2 li.last a {border-right:0px solid #ccc;}

.basictab_gallery2 li a:hover, .basictab_gallery2 li a.current{
color: black;
z-index: 3;
line-height:29px;
font-weight:bold;
color: #000;
border-bottom:2px solid #3366cc;
}

.basictab_gallery2 li a:active{
color: #000;
font-weight:bold;
}

.tabcontainer_gallery2{
clear: left;
z-index: 2;
width:322px; /*width of 2nd level sub menus*/
height:240px;
margin:10;
padding:10px 0 0 7px;
text-align:left;
line-height:22px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
}

.tabcontent_gallery2{
display:none;
}