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

.shadetabs{
padding: 0px 0;
margin-left: 5px;
margin-top:10px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a{
text-decoration: none;
position: relative;
padding: 0px;
margin-right: 0px;
color: #2d2b2b;
background-image: url(http://www.dcpoolparty.com/images/shenandoah_h.png) ;
background-repeat:no-repeat;
float:left;
}

.shadetabs li a:visited{
color: #2d2b2b;
height:109px;
float:left;
background-image: url(http://www.dcpoolparty.com/images/shenandoah_ho.png);
background-repeat:no-repeat;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
background-image: url(http://www.dcpoolparty.com/images/shenandoah_ho.png);
background-repeat:no-repeat;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;

}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(http://www.dcpoolparty.com/images/shenandoah_ho.png);
background-repeat:no-repeat;
padding:0px;
float:left;
border:none;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
background-image: url(http://www.dcpoolparty.com/images/shenandoah_ho.png);
background-repeat:no-repeat;
padding:0px;
float:left;
}
.capitol_skyline a{
	
	width:169px;
	height:84px;
	BACKGROUND: url(../images/capitol_sky.jpg) no-repeat;
	}
.capitol_skyline a:hover{
	
	width:169px;
	height:84px;
	BACKGROUND: url(../images/capitol_sky_h.jpg) no-repeat;
	}



