#navMain, #navMain UL { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	overflow:visible;
}
#navMain A {	font-size: 8pt; font-family: Verdana,SansSerif; line-height: 12pt;
display: block;color: #fff;padding: 2px 10px 2px 10px;text-decoration:none;border:0px solid #707277}
/* HTML>BODY #navMain A {
	border:0px;//hack because ie does not know the transparent property for A border
	} //it is UNKNOWN */
#navMain A:hover{	
	border-top:0px;
	border-left:0px;
	border-bottom:0px;
	border-right:0px;
	background-color:#9C211C;}
#navMain UL LI A:hover,#navMain UL LI UL LI A:hover{background-color:#B0B1B3;border:0px}
#navMain UL LI A,#navMain UL LI UL LI A{border:0px}
#navMain LI { /* all list items */
	float: left;width: auto;border:0px solid
}
#navMain LI UL { /* second-level Lists */
	position: absolute;
	background-color:#9C211C;
	width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #000;
	border-right:1px solid #000;	
	display:block;
}
#navMain LI UL UL { /* third-and-above-level Lists */
	margin: -23px 0 0 100%;
}
#navMain LI UL li,#navMain LI UL LI UL li,#navMain LI UL,#navMain LI UL UL {width:155px;clear:both;} 
#navMain li:hover UL UL, #navMain li:hover UL UL UL, #navMain li.itemHover UL UL, #navMain li.itemHover UL UL UL {
	left: -999em;
}
#navMain li:hover UL, #navMain LI li:hover UL, #navMain LI li li:hover UL, #navMain li.itemHover UL, #navMain LI li.itemHover UL, #navMain LI li li.itemHover UL { /* lists nested under hovered list items */
left: auto;
z-index:20;
}
/*#menuBar{position:relative;z-index:20;padding:0px;margin:0px;float:right}*/
/* float chg to left*/
#menuBar {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; Z-INDEX: 20; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; POSITION: relative
}
li.expand{background-image:url("/src/SelectedPopup.gif");background-repeat:no-repeat;background-position:98% center;}

/*get rid of * */
.more {font-size: 7pt;
  font-weight: bold;
  color: #A90505;
	font-family: Verdana,SansSerif;
  text-decoration: none;}
.more a:link {text-decoration:none;}  

.more a:visited {text-decoration:none;}  

.press {color:#000000;
	font-family: Verdana,SansSerif;
	font-size: 7pt;
  padding:1px 0pt 0 0;margin:2 0 0 0;text-align:left;height:1px; display: inline;text-decoration:none;}

.date {font-weight:bold;display:inline;font-size:14pt;}

.press a:link {color: #000000;text-decoration:none;}  

.press a:visited {text-decoration:none;
  color: #000000;}  
