.menu a{
position: absolute;
z-index: 0;
padding: 3px;
padding-top: 1px;
padding-bottom: 1px;
font-style: italic;
color: #000000;
font-family: tahoma;
font-size: 10pt;
background-image: url("images1/shade.gif");
bgcolor: #0000ff;
}

.menu a:hover{
text-decoration: underline;
color: #000080;

font-weight: bold;

padding-bottom: 0px;
}

.menu a.selected{ /*selected main tab style */
position: relative;
top: 1px;
background-image: url("images1/shadeactive.gif");
border-bottom-color: white;
}

.menu a.selected:hover{ /*selected main tab style */
text-decoration: none;
}