.basictab_gallery{
width:877px;
margin: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:30px;
border: 1px solid #ccc;
text-align:center;
}

.basictab_gallery li{
float:left;
margin: 0;
width:125px;
z-index: 1;
}

.basictab_gallery 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_gallery li.last a {border-right:0px solid #ccc;}

.basictab_gallery li a:hover, .basictab_gallery li a.current{
color: black;
z-index: 3;
font-weight:bold;
color: #c58264;
background:#efe9cb;
cursor: pointer;
}

.basictab_gallery li a:active{
color: #000;
font-weight:bold;
}

.tabcontainer_gallery{
clear: left;
z-index: 2;
/*width of 2nd level sub menus*/
margin:0;
padding:0;
text-align:center;
/*border-bottom: 1px solid #ccc;*/
}

.tabcontent_gallery{
display:none;
}
