/* CSS Document */


body div#listmenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}

body div#listmenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}
div#listmenu /*--- Menu List Container ---*/
{
	float:left; /*--- Makes the div enclose the list ---*/
	padding:0px;
	width:504px;
	margin:0px 0px 0px 0px;
	height:19px;
}

div#listmenu ul
{
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style-type: none;
}

div#listmenu li
{
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	position:relative; /*--- Positioning context for the absolutely positioned drop-down ---*/
	list-style-type: none; /*--- Removes the bullet off list items ---*/	
	display:block;
	margin:0px;
	padding:6px 0px 0px 0px;
}
div#listmenu ul li 
{
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	position:relative; /*--- Positioning context for the absolutely positioned drop-down ---*/
	list-style-type: none; /*--- Removes the bullet off list items ---*/	
	display:block;
	margin:0px;
	padding:0px 0px 0px 0px;
}
/*div#listmenu ul li.home
{
	width:90px;
	z-index:99;
}
div#listmenu ul li.neigh
{
	width:158px;
	z-index:99;
}
div#listmenu ul li.res
{
	width:148px;
	z-index:99;
}
div#listmenu ul li.about
{
	width:108px;
	z-index:99;
}

*/

div#listmenu ul li.home
{
	width:68px;

}
div#listmenu ul li.neigh
{
	width:143px;

}
div#listmenu ul li.res
{
	width:128px;

}
div#listmenu ul li.about
{
	width:83px;

}

div#listmenu ul li.news
{
	width:73px;

}



div#listmenu ul li a  {
	text-decoration:none;
	display:block;
	font-size:12px;
	text-align:center;
	color:#666666;
	font-weight:normal;
	background-color:white;
	padding:0px 5px 0px 5px;
	border:1px solid #666666;
	height:15px;
}

div#listmenu ul li a:hover {
	display:block;
	color:white;
	font-weight:normal;
	background-color:#666666;
	border:1px solid #666666;
}
/* DROPDOWNS */
div#listmenu ul li:hover ul  {
	background-color:#ffffff;
	display:block; /*--- Displays appropriate drop down menu ---*/
	z-index:99; /*--- Displays appropriate drop down menu ---*/
}
div#listmenu ul li ul li
{
	color:#999999;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
}

div#listmenu ul li ul li a.dropDown {
	color:#999999;
	text-decoration:none;
	display:block;
	margin:0px;font-size:11px;
	text-align:left;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
}
div#listmenu ul li ul li a.dropDown:hover {
	color:#ffffff;
	font-weight:bold;
}

div#listmenu ul li ul
{
	margin:0px;
	margin-top:-3px;/*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:0px; /*--- Aligns the drop-down exactly under the menu ---*/
	padding:0px;
	top:18px;
	z-index:99;
	background-color:#ffffff;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}


div#listmenu ul li ul.neigh{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:156px;
	margin-top:0px;
	padding:0px;
	z-index:99;
}

div#listmenu ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	border:0px; /*--- Three sides of each drop-down item ---*/
	padding:0px;
	margin:0px;
	background:none;
	background-image:none;
	background-color:#ffffff;
	z-index:99;
}
div#listmenu ul li ul li a:hover
{
	background-color:#666666;
	z-index:99;
}
div#listmenu ul li ul li:hover {
	background-color:#666666;
	z-index:99;
}


