/* CSS SWITCHING */

			a:link {
				color:#DCDCDC;
				text-decoration:none;
			}
			
			a:visited {
				color:#DCDCDC;
				text-decoration:none;
			}
			
			a:active {
				color:#FFFFFF;
				text-decoration:none;
			}
			
			a:hover {
				color:#FFFFFF;
				text-decoration:none;
			}

			#westchester_view {
				position:absolute; 
				width:95px; 
				height:20px; 
				left:149px; 
				top:2px; 
				font-family: Verdana; 
				font-size:11px; 
				color:#DCDCDC; 
				text-align:left;
			}
			
			#westchester_viewing {
				position:absolute; 
				width:65px; 
				height:20px; 
				left:180px; 
				top:2px; 
				font-family: Verdana; 
				font-size:11px; 
				color:#FFFFFF; 
				text-align:left;
				display:none;
			}
			
			#manhattan_view {
				position:absolute; 
				width:95px; 
				height:20px; 
				left:149px; 
				top:2px; 
				font-family: Verdana; 
				font-size:11px; 
				color:#DCDCDC; 
				text-align:left;
				display:none;
			}
			
			#manhattan_viewing {
				position:absolute; 
				width:65px; 
				height:20px; 
				left:180px; 
				top:2px; 
				font-family: Verdana; 
				font-size:11px; 
				color:#FFFFFF; 
				text-align:left;
			}

			#westchester {
				position:absolute; 
				top:36px; 
				left:6px; 
				height:80px; 
				width:249px; 
				background-color:#606060;  
				text-align:center; 
				border-top:1px solid #404040;
			}
			
			#manhattan {
				position:absolute; 
				top:116px; 
				left:6px; 
				height:80px; 
				width:249px; 
				background-image: url(../images/sidebar/location_expanded.gif);  
				text-align:center; 
				border-top:1px solid #404040;
			}
			
			#selectedwestchester {
				position:absolute; 
				width:138px; 
				height:20px; 
				left:5px; 
				top:2px; 
				font-family: Verdana; 
				font-size:11px;
				font-weight:bold;
				color:#DCDCDC; 
				text-align:left;
			}
			
			#selectedmanhattan {
				position:absolute; 
				width:138px; 
				height:20px; 
				left:5px; 
				top:2px; 
				font-family: Verdana; 
				font-size:11px;
				font-weight:bold;
				color:#FFF; 
				text-align:left;
			}
			
			#filler {
				position:absolute; 
				top:195px; 
				left:6px; 
				height:234px; 
				width:249px; 
				background-color:#606060;  
				text-align:center; 
				border-top:1px solid #808080;
			}