@charset "UTF-8";
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;

}
ul.MenuBarActive
{
	z-index: 1000;
	padding: 0px;
		margin: 0;
}
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	float: left;

}
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	z-index: 1020;
	position: absolute;
	left: -1000em;
	top: 6.2em;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 150px;

}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	margin: 0;
	_margin-left: -150px;
	!margin-left: -150px;
padding: 0px;
}
ul.MenuBarHorizontal ul li
{
	width: 150px;
	margin: 0;
	padding: 0px;

}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.64em;
	line-height: 1.2em;
	color: #000000;
	letter-spacing: 0.12em;
	word-spacing: 0.05em;
	text-transform: uppercase;
	background-image: url(../images/RPWittHomesDROP.jpg);
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9e8f7e;
	border-right-color: #9e8f7e;
	border-bottom-color: #9e8f7e;
	border-left-color: #9e8f7e;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	}
ul.MenuBarHorizontal a
{
	padding-top: .8em;
	padding-bottom: .8em;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-image:url(../images/RPWittHomesHOVER.png);
}
/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{

	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	}
}

