.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
width:98%; /*width of 2nd level sub menus*/
border-bottom: 1px solid #333333;
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: 3px 7px;
margin-right: 3px;
border: 1px solid #333333;
border-bottom: none;
background-color: #414141;
}

.basictab li a:hover, .basictab li a.current{
background-color: #3B3B3B;
}

.tabcontainer{
clear:left;
width:100%; /*width of 2nd level sub menus*/
height:370px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}

.applemenu{
margin: 5px 0;
padding: 0;
width: 100%; /*width of menu*/
}

.applemenu div.silverheader {
background: #3B3B3B;
border-bottom: #333333 solid 1px;
cursor: pointer;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
padding: 5px;
height: 130px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

fieldset{
border:#333333 solid 1px;
}
