@charset "UTF-8";
/* CSS Document */

@import url("index.css");
@import url("sifr.css");





#content{
	min-height:700px;


}

html>body #content{
	height:auto;
	}
	
	
	
#subMenu ul li:hover{
	background-image:url(../webImages/menuRollOverBKG.gif);
}





#subMenu ul li{
	color:#dadada;
	font-weight:bold;

	background-image:url(../webImages/menuRollOverBKG.gif);
	background-repeat:none;
	background-position:right;
	background-color:red;
	}
<!-- hack for ie7!-->
*html>body #subMenu{
	
	height:150px;
	}
	
*:first-child+html #subMenu {
	height:150px;
	
}
* html #subMenu{
	height:150px;
	margin-bottom:75px;
	
	}
	
	
	

<!-- hack for ie6!-->

* html #subMenu{
	margin-top:-20px;
	background-image:url(../webImages/menuRepeatBKG.gif);
	background-repeat:repeat-y;
	min-height:220px;
	float:none;
	width:100%;
	text-align:right;
	clear:both;
	
	}

	
* html #subMenu img{
	position:relative;
	
	top:0px;
	left:10px;;
	
	float:left;

	
	}
	


#sidebarLeft{
	width:600px;
	margin-left:30px;
	clear:left;
	float:none;
	height:600px;

	}
	



	
	

#sidebarRight{
	float:right;
	width:320px;
	text-align:left;
	height:600px;
	margin-right:20px;
	margin-top:75px;

	}
	

html>body #sidebarRight{
	margin-top:95px;
	height:500px;



}

* html #sidebarRight{
	width:300px;
	margin-top:0px;
	height:550px;
	
	}
	


#directionInput{
	border-top:1px solid white;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	border-left:1px solid  white;
	text-align:center;
	padding:5px;
	}
	
	
#directions{
	height:500px;
	overflow:auto;
	border-top:1px solid white;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	border-left:1px solid  white;
	text-align:center;
	padding:5px;
}

	

*:first-child+html #sidebarRight {
	margin-top:75px;
	height:475px;
}


*:first-child+html #directions {
	height:475px;
	margin-top:0px;
}

* html #directions{
	height:450px;
	}



	
<!-- hack for Firefox and modern Browsers!-->

html>body #sidebarLeft{
	margin-top:75px;
	}
*:first-child+html #sidebarLeft{
	margin-top:85px;
}

* html sidebarLeft{
	height:500px;

}
	
#map{
	width:100%;
	height:575px;
	padding:5px;
	margin-top:-5px;
	background-color:white;
	border:2px solid #333;
	}
	
* html $map{
	height:500px;
	}
	
	
