/* ######### CSS for Shade Tabs. Remove if not using ######### */

.mapnav-wrap{

background-color:#FF9900;
width: 600px;
	
}


.musictabs{
margin: 0;
padding: 4px 0;background-color:#FF9900;
font: bold 12px arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width: 550px;
background-color:#FF9900;
}

.musictabs li{
display: inline;
margin: 0;

}

.musictabs li a{ /*upper right tabs*/
text-decoration: none;
position: relative;
z-index: 1;
padding: 4px 17px;
margin-right: -2px;
border: 1px solid #2A57BE; /*color of border on top right tab*/
color: #000000;
background-color:#FF9900;
}

.musictabs li a:visited{
/*color: #2A57BE;*/
color: #000000;
}

.musictabs li a:hover{
text-decoration: none;
color:#f6fea2;
}

.musictabs li a.selected{ /*selected main tab style */
position: relative;
color: #f6fea2;
top: 0px;
}

.musictabs li a.selected{ /*selected main tab style */

border-top: 1px solid #2A57BE;
background-color:#FF9900;
border-bottom: 1px solid white;
border: #2A57BE;
}

.musictabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #f6fea2;
}

.wtabs{  
padding: 3px 0;
margin-left: 0;
margin-top: 4px;
margin-bottom: 0;
font: bold 12px arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.wtabs li{
display: inline;
margin: 0;
}

.wtabs li a{ /* lower right hand side tabs*/
text-decoration: none;

z-index: 1;
padding: 4px 22px;
margin-right: -5px;
margin-left: 0px;
border: 0px solid #2A57BE;
color: #000000;
background: white url(shade_ax1.gif) top left repeat-x;
}

.wtabs li a:visited{
color: #000000;
}

.wtabs li a:hover{
text-decoration: none;
color:#fbfe13;
}

.wtabs li a.selected{ /*selected main tab style */
z-index: 1;
padding: 3px 19px;
margin-right: -5px;
margin-left: 0px;
border: 0px solid #2A57BE;
color: #000000;
top: 0px; /*adjusts vertical starting point of the selected tabs*/
}

.wtabs li a.selected{ /*selected main tab style */
background-image: url(shade_ax.jpg);
border-bottom-color: white;
border-right-color: #2A57BE;
}

.wtabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #2A57BE;
}


/**********outline color**************/
div.section:after {
content: "* * *";
display: block;
text-align: center;
}





