.shadetabs{
padding: 0px;
margin-left: 4px;
margin-top: 0px;
margin-bottom: 0px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #DDDDDD	;
border-bottom:0px;
color: #2d2b2b;
background: white url('/theme/standardwhite/gradient.jpg') top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background: white url('/theme/standardwhite/gradient-inv.jpg') top left repeat-x;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.caltab{
margin-top:3px;
border-top: 1px solid #DDDDDD;
fwidth: 450px;
fmargin-bottom: 1em; padding: 10px;
}
