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

.basictab li {
display: inline;
margin: 0;
text-align: center;
}

.basictab li a {
font: bold 12px Verdana;
text-decoration: none;
/*margin-right: 2px;*/
/*border: 1px solid gray;*/
border-bottom: none;
/*background-color: white;*/
color: white;
}

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

#tour {
display: inline-block;
width: 53px;
}

#tour a:hover {
background-image: url('/images/Navigation-Top_Tour.png');
background-repeat: no-repeat;
position: relative;
z-index: 2;
padding-top: 17px;
padding-left: 12px;
padding-right: 16px;
padding-bottom: 22px;
}

#essentials {
display: inline-block;
width: 100px;
}

#essentials a:hover {
background-image: url('/images/Navigation-Top_Essentials.png');
background-size: 93px 52px;
background-repeat: no-repeat;
position: relative;
z-index: 2;
padding-top: 17px;
padding-bottom: 20px;
padding-left: 12px;
padding-right: 13px;
}

#testimonials {
display: inline-block;
width: 107px;
}

#testimonials a:hover {
background-image: url('/images/Navigation-Top_Testimonials.png');
background-size: 109px 52px;
background-repeat: no-repeat;
position: relative;
z-index: 2;
padding-top: 17px;
padding-left: 12px;
padding-right: 35px;
padding-bottom: 20px;
}

#albums {
display: inline-block;
width: 78px;
}

#albums a:hover {
background-image: url('/images/Navigation-Top_Albums.png');
background-size: 79px 52px;
background-repeat: no-repeat;
position: relative;
z-index: 2;
padding-top: 17px;
padding-bottom: 20px;
padding-left: 15px;
padding-right: 18px;

}

#faqs {
display: inline-block;
width: 65px;
}

#faqs a:hover {
background-image: url('/images/Navigation-Top_FAQs.png');
background-size: 64px 52px;
background-repeat: no-repeat;
position: relative;
z-index: 2;
padding-top: 17px;
padding-bottom: 20px;
padding-left: 14px;
padding-right: 15px;
}

#aboutus {
display: inline-block;
width: 85px;
}

#aboutus a:hover {
background-image: url('/images/Navigation-Top_About-Us.png');
background-repeat: no-repeat;
position: relative;
z-index: 2;
padding-top: 17px;
padding-bottom: 20px;
padding-left: 12px;
padding-right: 12px;
}

.submenustyle {
margin-left: 10px;
padding-top: 7px;
font: bold 11px Verdana;
color: #FFFFFF;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
text-align: left;
/*padding-bottom: 3px;*/
/*padding: 2px 1px;*/
/*border: 1px solid black;*/
}

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


.submenustyle a {
font: bold 11px Verdana;
color: #FFFFFF;
border-right: 1px dashed black;
padding: 1px 5px;
text-decoration: none;
}

.submenustyle a:link {
color: #FFFFFF;
}

.submenustyle a:visited {
color: #FFFFFF;
}
.submenustyle a:hover {
color: #FFAA00;
}

.submenustyle a:last-child {
border-right: none;
}

