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

/* link styles */
.nav a {
  	margin: 0;
	text-decoration: none;
	display: block;
	font-size: 15px;
	font-weight: bold;
}

.nav li li a {
	background: url(/wp-content/themes/huddleston/images/menu-middle.png); 
	padding-bottom: 10px;
}

/* main nav bar */

.nav {

}

.nav *{
	zoom: 1;
}

/* 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;
}

.nav li li {
	margin:0 !important;
	padding:0 !important;
	list-style: none; /* remove bullets */
	float: none; /* place buttons side by side */
  	position: relative;
	text-align: center;
}


/* pop-up subnav */
.nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
  	left: -3em; /* change when you want to move the text of the menus left or right */
  	top: 1.70em; /* change when you change height of links */
  	#top:2.7em; /* change when you change height of links in IE */
	display: none;
}


/* list items in pop-up subnav */
.nav ul li {

}

/*3rd level menu position*/
.nav ul ul {
	position: relative;
  	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;
}

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

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