body {
 -moz-opacity: .999; //to defeat firefox redraw problem with fade effect
}

/**
 ********** Horizontal Menus ************
 */

/* link styles */
.nav_horz a {
	text-decoration: none;
	display: block;
	padding: 3px 3px 4px 17px;
	color: #FFFFFF;
	width: 11em;
	font-weight: bold;
	/*background-color: #4C5353;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;*/
  margin: 0;
}

.nav_horz li li a {
  /* style for links on pop-up menus */
}

.nav_horz li li li a {
	/* style for second level menu links */
}

.nav_horz a:hover{
	//background-color: #333;
	color: #4C5353;
}

/* main nav bar */
.nav_horz {
	margin: 0;
	padding: 0;
	line-height: 1;
}

/* all list items */
.nav_horz  li {
	margin:0 !important;
	padding:0 !important;
	list-style: none; /* remove bullets */
	float: left; /* place buttons side by side */
  position: relative;
}


/* pop-up subnav */
.nav_horz ul {
	margin: 0;
	padding: 0;
	position: absolute;
  left: 0;
  top: 1.72em; /* change when you change height of links */
	display: none;
}


/* list items in pop-up subnav */
.nav_horz ul li {
	float: none; /* so links line up one above the other for drop-downs */
}

/*3rd level menu position*/
.nav_horz ul ul {
	position: absolute;
  left: 10.8em; /* change when you change width of links */
  top: -1px;
  z-index: 99;
  /*border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;*/
}

.nav_horz ul ul li {
	z-index: 100;
}



/* look for buttons that have menus */
.nav_horz .sub {
	background-image: url(../superfish/images/arrow_down.png);
  background-repeat:no-repeat;
  background-position: 2px 3px;
}

.nav_horz .subsub {
	background-image: url(../superfish/images/arrow_left.png);
  background-repeat: no-repeat;
  background-position: 4px 7px;
}

/**
 ********** Vertical Menus ************
 */

/* link styles */
.nav_vert a {
	text-decoration: none;
	display: block;
	color: #FFF;
	width: 96px;
	font-weight: bold;
	/*background-color: #4C5353;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;*/
  margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 40px;
}

.nav_vert li li a {
  /* style for links on pop-up menus */
}

.nav_vert li li li a {
	/* style for second level menu links */
}

.nav_vert a:hover{
	//background-color: #333;
	//color: #4C5353;
	color: #4C5353;
}

/* main nav bar */
.nav_vert {
	margin: 0;
	padding: 0;
	line-height: 1;
}

/* all list items */
.nav_vert  li {
	margin:0 !important;
	padding:0 !important;
	list-style: none; /* remove bullets */
	float: none; /* place buttons side by side */
  position: relative;
}


/* pop-up subnav */
.nav_vert ul {
	margin: 0;
	padding: 0;
	position: absolute;
  left: 9em;
  top: -1px; /* change when you change height of links */
	display: none;
}


/* list items in pop-up subnav */
.nav_vert ul li {
	float: none; /* so links line up one above the other for drop-downs */
}

/*3rd level menu position*/
.nav_vert ul ul {
	position: absolute;
  left: 10.8em; /* change when you change width of links */
  top: -1px;
  z-index: 99;
  /*border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;*/
}

.nav_vert ul ul li {
	z-index: 100;
}
