.basictabPhoto ul{
margin: 0px;
padding: 15px 10px 10px 0px;
margin-left: 6px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictabPhoto li{
display: inline;
margin-left: 10px;
}

.basictabPhoto li a:visited{
color: #000;
font-size: 16px;
}

.basictabPhoto li a:hover, .basictab li a.current{
color: #fff;
font-size: 16px;
}

.basictabPhoto li a:active{
color: #fff;
font-size: 16px;
}

.tabcontainerPhoto{
clear: left;
width:450px; /*width of 2nd level sub menus*/
height:450px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
padding:0px;
margin:0px;
}

.tabcontentPhoto{
display:none;
padding:0px;
margin:0px;
}
