body {
 -moz-opacity: .999; //to defeat firefox redraw problem with fade effect
}

/* Horizontal navigation block style*/
#navarea {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: #193184;
	height: 36px;
	width: 940px;
	border-top :1px solid #ffffff;
}

/* Main horizontal menu style */
.nav a {
	/* Note add padding and border to get overall dimensions */
	width: 181px;
	padding: 0px 24px 10px;
	text-decoration: none;
	font: bold 14px/26px "Trebuchet MS", Arial, Tahoma, Sans-serif;
	display: block;
	color: #878787;
	/* font-weight: bold; */
	/* background-color: #4C5353; */
	/* border-bottom: 1px solid #CCC; */
	border-right: 2px solid #f2f8ec;
	text-align:center;
	/* border: 1px solid red; */
}

.nav li li a {
  /* style for links on pop-up menus */
    background: #193184 url(menu_rpt.jpg?z=96249) repeat-x;
    font: bold 14px/26px "Trebuchet MS", Arial, Tahoma, Sans-serif;
    color: #6b6b6b;
    width: 170px;
    /* border: 1px solid #f0df0d; */
    margin:0px;
}

.nav li li li a {
	/* style for second level menu links */
}

.nav a:hover{
	background: #FFD400 url( menuover_rpt.jpg?z=96249 ) repeat-x;
	color: #193184;
	/* width: 9em; */
}

/* main nav bar */
.nav {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: #193184 url(menu_rpt.jpg?z=96249) repeat-x;
	height: 36px;
	width: 940px;
	/* border-top :2px solid #FFFFFF; */
	/* border-bottom : 2px solid #FFFFFF; */
}

/* all list items */
.nav li {
	margin:0 !important;
	padding: 0 !important;
	list-style: none; /* remove bullets */
	float: left; /* place buttons side by side */
  position: relative;
  background: #193184 url(menu_rpt.jpg?z=96249) repeat-x;
}


/* position the 2nd level menus */
.nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
  left: 0.5em;
  top: 3.1em; /* change when you change height of links */
	display: none;
}

.nav ul li {
	float: none; /* so links line up one above the other for drop-downs */
}


/* position the 3rd level menus */
.nav ul ul {
	position: absolute;
  left: 10.8em; /* change when you change width of links */
  top: -1px;
  z-index: 99;
  border-top: 1px solid #ffff66;
	border-right: 1px solid #ffff66;
}

.nav ul ul li {
	z-index: 100;
}

/* look for buttons that have menus and show arrows */
.nav .sub {
	/* background-image: url(arrow_down.png); */
  background-repeat:no-repeat;
  background-position: 2px 3px;
}

.nav .subsub {
	/* background-image: url(arrow_left.png); */
  background-repeat: no-repeat;
  background-position: 4px 7px;
}
