.breadcrumb {
font-size: 85%;
border-top: 1px solid gray;
background-color: #DBFF6C;
padding: 2px 5px;
display:none;
}

.basictab {
border-bottom: 1px solid gray;
}

.basictab ul{
margin: 0px;
padding: 6px 3px;
font: bold 115% "Trebuchet MS", "Geneva CE", lucida, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 6px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current, #actual{
background-color: #DBFF6C;
color: black;
padding: 6px 7px 7px 7px;
text-decoration: underline;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
background-color: #DBFF6C;
clear: left;
padding: 5px;
 /*width of 2nd level sub menus*/
/*height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}

.tabcontent ul {
list-style-type: hebrew;
text-align: left;
margin: 0;
padding: 0;
background-color: #DBFF6C;
}

.tabcontent li{
display: inline;
margin: 0 0 0 5px;
padding: 0 5px;
background-color: #DBFF6C;
}

.tabcontent li a{
text-decoration: none;
margin-right: 3px;
border: 0px solid gray;
color: #2d2b2b;
}

.tabcontent li a:visited{
color: #2d2b2b;
}

.tabcontent li a:hover, .tabcontent li a.current, #actual{
background-color: #DBFF6C;
color: black;
text-decoration: underline;
}

.tabcontent li a:active{
color: black;
}