.basictab{
padding: 0px 0;
margin-right: 21;
font: 24px Georgia;
border-bottom: 1px none gray;
list-style-type: none;
margin-bottom: 0px;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: block;
margin-bottom: 5px;
}

.story {
margin-right: 45px;
}

.music {
margin-right: 25px;
}

.mp3 {
margin-right: 75px;
}

.gallery {
margin-right: 35px;
}

.contact {
margin-right: 65px;
}

.basictab li a{
text-decoration: none;
margin-right: 0px;
border-bottom: 0px dashed gray;
color: black;
background-color: #f1f0ee;
}


.basictab li a:visited{
color: black;
}

.basictab li a:hover{
color: black;
background-color: white;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
top: 0px;
padding-top: 0px;
color: black;
}


.submenustyle{
list-style-type: none;
text-align: center;
font: 13px Georgia;
padding: 15px 1px;
margin-right: 25px;
border: 0px solid gray;
border-top: 0px dotted gray;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

.submenustyle li{
margin-bottom: 6px;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-bottom: 1px none gray;
padding: 1px 4px;
text-decoration: none;
color: black;
background-color: #f1f0ee;

}

.submenustyle a:hover{
background-color: white;
}
