#content {
	clear: left;
	margin: 0px;
	padding: 0px;
}

#content a:hover {
	text-decoration: none;
}

#nav, #nav ul {
	float: left;
	width: 798px;
	list-style: none;
	background: #DDD0A6;
	padding: 0;
	margin: 0;
	line-height: 1;
	border-top: 0.015em solid #14223d;  /*  these border settings will apply to top level menu items only */
	border-right: 0.015em none #14223d;
	border-bottom: 0.015em solid #14223d;
	border-left: 0.015em none #14223d;
}

#nav a {
	display: block;

/*	width: 122px; */
/*	w\idth: 122px; */   /*  for IE */ 
	color:#14223D;
	text-decoration: none;
	padding: 4px 5px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	font-variant: normal;
	letter-spacing: normal;
	vertical-align: middle;
}

#nav a.daddy {
	background-image:  url("../images/layout/rightarrow2.gif");
	background-repeat: no-repeat;
	background-position: right center;
}

#nav li {
	float: left;
	padding: 0;
	width: 133px;
	w\idth: 133px;
	text-align: left;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	w\idth: 160px;
	margin: 0;
	font-weight: normal;
	border: 1px solid #14223d;  /*these borders will apply to 2nd and below menu items */
}

#nav li li {
	 /* padding-right: 5px; */
	width: 150px;
	w\idth: 160px;  /* changeing this width made the highlighted area (but not the area in border) wider for dropdown items in firefox only */
	/* the two widths are different because there is a total of 10px of padding (left+right) in "nav a" style */

}

#nav li ul a {
	width: 150px;
	w\idth: 150px;
	font-weight: normal;
	font-size: .85em;
	text-align: left;    /* for 2nd and below level menu items */

}

#nav li ul ul {   /*  this seems to need to be -20px for firefox */
	margin: -21px 0 0 160px; /* adjust top and left positions of dropright menus */
}

#nav li ul ul ul{    /* fourth level list location */
	margin: -20px 0 0 160px; /* adjust top and left positions of dropright menus */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #fff0bf;  /*background color of menu item that mouse is pointing to */
}
#EditableContent {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
}

