/*Main Nav Behavior*/
#nav #nodrop{
display:none;
}
#nav #maindiv0,
#nav #maindiv2{
background:none;
}
#nav {
	margin-left: auto; /*DO NOT EDIT*/
	margin-right: auto; /*DO NOT EDIT*/
	position: relative; /*DO NOT EDIT*/
	display: block; /*DO NOT EDIT*/
	height: 1%; /*DO NOT EDIT*/
}
/*Nav Bar Wrapper - sets the width/height/look of entire nav bar*/
#navWrap {
	/*background: #ccc url(http://extras.inyork.com/hiy/images/bg_nav.gif) 0 0 repeat;*/
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
}
/*Main Nav Items*/
#nav #maindiv0,#nav #maindiv1,#nav #maindiv2,#nav #maindiv3,#nav #maindiv4,#nav #maindiv5,#nav #maindiv6,#nav #maindiv7 {
	float: left;
	height: 35px;
}
/*Main Nav Item Links*/
#nav #maindiv0 a,#nav #maindiv1 a,#nav #maindiv2 a,#nav #maindiv3 a,#nav #maindiv4 a,#nav #maindiv5 a,
#nav #maindiv6 a,#nav #maindiv7 a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0 0 0 0;
	text-decoration: none;
}
/*Main Item Hover States*/
#nav #maindiv0 a:hover {
	text-decoration: none;
	background: #ccc url(http://extras.inyork.com/hiy/images/nav_home.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
}
#nav #maindiv1 a:hover {
	text-decoration: none;
	background: #ccc url(http://extras.inyork.com/hiy/images/nav_openhouses.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
}
#nav #maindiv2 a:hover {
	text-decoration: none;
	background: #ccc url(http://extras.inyork.com/hiy/images/nav_neighborhoods.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
}
#nav #maindiv3 a:hover {
	text-decoration: none;
	background: #ccc url(http://extras.inyork.com/hiy/images/nav_mortgages.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
}
#nav #maindiv4 a:hover {
	text-decoration: none;
	background: #ccc url(http://extras.inyork.com/hiy/images/nav_classifieds.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
}
#nav .navHover {
	text-decoration: none;
	background: none !important;
	margin: 0;
	padding: 0;
}
#nav .navHover a {
	color: #5D2001 !important;
}
/*Sub Menu Container*/
.subdiv {
	display: block;
	background-color: #FEE895 !important;
	width: 150px;
	padding: 0;
	position: absolute;
	visibility: hidden;
}
#nav .subdiv a {
	font-weight: normal !important;
	background-image: none !important;
	margin: 0;
	padding: 2px 0 2px 5px !important;
	border: 1px solid #FEE895;
}
#nav .subdiv a:hover {
	background-color: #5D2001 !important;
	color: #FFFFFF !important;
	border: 1px solid #5D2001;
}
