#outsideContainer #mainContentContainer #headerContainer #mainHdrTbl tr #mainHdrTblLeft #menuTbl tr #menu {
	background-image: url(images/oetMenuBkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#outsideContainer #mainContentContainer #headerContainer #mainHdrTbl tr #mainHdrTblLeft #menuTbl tr #menu ul { /* all lists */
	list-style: none;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	letter-spacing: 0.17em;
}
#outsideContainer #mainContentContainer #headerContainer #mainHdrTbl tr #mainHdrTblLeft #menuTbl tr #menu ul .lastMenuItem {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 8px 3px 12px 0px;
	* padding: 8px 3px 10px 0px;
}
#outsideContainer #mainContentContainer #headerContainer #mainHdrTbl tr #mainHdrTblLeft #menuTbl tr #menu ul li { /* all list items */
	float: left;
	position: relative;
	* z-index:4000;
	width: 202px;
	* width: 98%;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 9px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	color: #CFF;
	/* filter: Blur(Add=1, Direction=0, Strength=2)
	DropShadow(Color=#779fa7, OffX=1.25, OffY=1.25, Positive=.75); */
}
#outsideContainer #mainContentContainer #headerContainer #mainHdrTbl tr #mainHdrTblLeft #menuTbl tr #menu ul li a {
	color: #FFF;
	text-decoration: none;
	/* -moz-text-shadow: 1px 1px 1px #779fa7;
	-webkit-text-shadow: 1px 1px 1px #779fa7;
	text-shadow: 1px 1px 1px #779fa7; */
}
#outsideContainer #mainContentContainer #headerContainer #mainHdrTbl tr #mainHdrTblLeft #menuTbl tr #menu ul li a:hover {
	color: #CFF;
}
#outsideContainer #mainContentContainer #headerContainer #mainHdrTbl tr #mainHdrTblLeft #menuTbl tr #menu ul li.currentSub a {
	color: #8C8C8C;
}
#outsideContainer #mainContentContainer #headerContainer #mainHdrTbl tr #mainHdrTblLeft #menuTbl tr #menu ul li.currentSub a:hover {
	color: #FFF;
}
#outsideContainer #mainContentContainer #headerContainer #mainHdrTbl tr #mainHdrTblLeft #menuTbl tr #menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	* z-index:5000;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 8px;
}
#outsideContainer #mainContentContainer #headerContainer #mainHdrTbl tr #mainHdrTblLeft #menuTbl tr #menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	/* top: auto;
	left: auto; */
	top: 0.375em;
	left: 11.8em;
	* left: 11.9em; /*-- Fix positioning in IE7 --*/
	* top: 0.375em; /*-- Fix positioning in IE7 --*/
}
#outsideContainer #mainContentContainer #headerContainer #mainHdrTbl tr #mainHdrTblLeft #menuTbl tr #menu li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	z-index: 10;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #a2c8d1;
	background-position: left top;
}
#outsideContainer #mainContentContainer #headerContainer #mainHdrTbl tr #mainHdrTblLeft #menuTbl tr #menu ul li ul li {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.08em;
	display: block;
	width:100%;
	* width:17em;  /*-- Fix Menu Width in IE7 --*/
	text-transform: capitalize;
	font-size: .75em;
	white-space: nowrap;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;

}
#outsideContainer #mainContentContainer #headerContainer #mainHdrTbl tr #mainHdrTblLeft #menuTbl tr #menu ul li ul li a {
	color: #069;
	/* -moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none; -*/
}
#outsideContainer #mainContentContainer #headerContainer #mainHdrTbl tr #mainHdrTblLeft #menuTbl tr #menu ul li ul li a:hover {
	color: #FFF;
}
#outsideContainer #mainContentContainer #headerContainer #mainHdrTbl tr #mainHdrTblLeft #menuTbl tr #menu ul li ul li .subSub {
	position: absolute;
	/*-- * top: -6px; --*/  /*-- Fix positioning in IE7 --*/
	top: -1px;
	left: 96%;
	/*-- * left: 89%; --*/  /*-- Fix positioning in IE7 --*/
	display: none;
	background-image: url(images/transGray.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	z-index: 12;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#outsideContainer #mainContentContainer #headerContainer #mainHdrTbl tr #mainHdrTblLeft #menuTbl tr #menu ul li ul li:hover .subSub {
	display: block;
}
#outsideContainer #mainContentContainer #headerContainer #mainHdrTbl tr #mainHdrTblLeft #menuTbl tr #menu #content {
	clear: left;
}
#outsideContainer #mainContentContainer #headerContainer #mainHdrTbl tr #mainHdrTblLeft #menuTbl tr #menu #menuClear {
	font-size: 1px;
	background: #666;
	clear: both;
}

