/* START Suckerfish dropdown sytles */

#topNavContainer{
  width: 1000px;
  m/argin: 0% 3%;
  font-size: 11pt;
  position: absolute;
  top: 75px;
  left: 30%;
  z-index: 100;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  padding: 0px;
  margin: 0px;
  height: 0px;
}
#topNav {
  padding: 0px;
  margin: 0px;
}
#topNav a{
  text-decoration: none;
  color: #47505A;
  padding: 5px 0px;
  margin-left: 1px;
}
#topNav div {
  /*
		b/order-style: solid;
  b/order-width: 0px 0px 0px 1px;
  */
		h/eight: 32px;
  /* height of the divider image */
		background-image: url('/images/topnav_header_divider.gif');
  background-repeat: no-repeat;
  background-position: left;
  b/ackground-color:pink;
  p/adding: 0px;
}
/* unneeded RHS 12/04/06
#topNav div:hover {
  background-color: #FFEEBB;
}
*/
    
.topNavLast {
  background-image: url('/images/topnav_header_divider.gif');
  background-repeat: no-repeat;
  background-position: left;
  height: 32px;
}
#topNav div a{
  p/osition: absolute;
  t/op: 20px;
  /* how high dd titles are in there boxes*/
	font-size: 11px;
  padding: 10px 10px;
  margin: 0px 1px;
}
#topNav ul {
  /* all lists */
	padding: 0;
  margin: 0;
  list-style: none;
}
#topNav li {
  /* all list items */
	float: left;
  position: relative;
  z/-index: 10;
  text-align: center;
  list-style: none;
}
#topNav li ul li {
  p/adding: 0px;
  text-align: left;
  width: 98%;
/* width of second level underline & highlight */  
}
#topNav li ul li a{
  border-style: solid;
  /* RHS menu item underline */
    border-width: 0px 0px 1px;
  border-color: #CCC;
  p/adding: 2px 0px 2px 6px;
  /*RHS distance from start of border */
    m/argin: 0px;
}
#topNav li ul li:hover {
  background-color: #FFEEBB;
}
#topNav a{
  display: block;
}
#topNav a:hover{
  background-color: #FFEEBB;
}
#topNav 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;
}
#topNav li:hover ul #topNav li.over ul {
  /* lists nested under hovered list items */
	display: block;
}
/* END Suckerfish Dropdowns styles */
.topHeaderImg{
  display:block;
  h/eight: 0px;
  margin: 0px;
  padding: 0px;
  clear: both;
}
.topGutter {
  border-style: solid;
  border-width: 0px 0px 0px;
  border-color: #47505A;
  w/idth: 100%;
  padding: 2px 0px 0px 0px;
  height: 20px;
  w/idth: 1000px;
  b/ackground-color: pink;
  m/argin: 0px;
  po/sition: relative;
  z/-index: 10;
  l/eft: 0px;
  t/op: -33px;
  b/ackground-color: pink;
  clear: both;
  display: block;
}
.topBreadcrumbs {
  display: inline;
  color: #6A737B;
  float: left;
  font-size: 7pt;
  font-weight: normal;
  padding-left: 8px;
  padding-top: 3px;
}
.topBreadcrumbs a{
  color: #6A737B;
  text-decoration: none;
  padding-left: 2px;
}
.topBreadcrumbs a:hover{
  text-decoration: underline;
  color: #47505A;
}
.topSearch{
  display: inline;
  float: right;
  padding-right: 5px;
  position: relative;
  top: -90px;
}
.topSearchText{
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #47505A;
  color: #47505A;
  font-size: 7pt;
  font-family: sans-serif;
  width: 185px;
  padding: 0px 2px 1px;
}
.topSearchButton{
  color: #FFF;
  background-color: #47505A;
  border-width: 0px;
  border-color: #47505A;
  font-size: 7pt;
  font-family: sans-serif;
  margin-left: 4px;
  padding: 1px 1px 0px 1px;
}
#topNav li ul {
  /* second-level lists */
	display: none;
  position: absolute;
  top: 2.9em;
  /* distance between drop down and head item RHS */
	/* left: 6px;
  RHS does not appear to be needed 12/04/06 */
	border-style: solid;
  border-color: #47505A;
  border-width: 0px 1px 7px 1px;
  /* RHS border around drop downs */
	border-right-color: #dcd9c7;
  width: 13.5em;
  background-color: #FBF5DC;
  font-size: 11px;
  padding: 0px 0px 0px 4px;
  white-space: normal;
}

