.shadetabs ul{
padding: 0px 0;
margin-left: 4;
margin-top: 3px;
margin-bottom: 1px;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
float: center;
text-decoration: none;
padding: 3px 0px;
margin-right: 3px;
margin-bottom: 3px;
border: 1px solid darkcyan;
color: #2d2b2b;
background: white url(images/but_nor.gif) top right repeat-x; /*THEME CHANGE HERE*/
display: block;
width: 95pt;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: darkcyan;
background-image: url(images/but_hov.gif); /*THEME CHANGE HERE*/
display: block;
width: 95pt;
}
