.gap img{
	width: 2px;
	margin: 10px 0px 0 5px;
	text-align: center;
}

#nav {
	height: 34px;
	padding-left: 20px;
	position: absolute;
	top: 122px;
	left: 162px;
	width: 637px;
	background: url(../images/nav/bg-nav.jpg) repeat-x;
}

#nav ul { 
	list-style: none;
	z-index: 79;
}

#nav ul li {
	float: left;
	position: relative;
	display: inline;
}

#nav ul li a {
	display: block;
	font-size:11px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
	text-indent:8px;   /* indents text from navigation's left border.  DO NOT USE MARGIN OR PADDING INSTEAD, BECAUSE THOSE DOESN'T WORK IN MOZILLA! */
	line-height:34px;  /* height of each button */
	margin: 0 2px 0 5px;
}

#nav ul li a:hover {
	color:#10232F;
	text-decoration:none;
}

/*Second Level List */
#nav ul li ul {
	position: absolute;
	left: -9999px;
	display: block;
}

#nav ul li ul li {
	position: relative;
	margin: 0;
	padding: 0;
	width: 230px;
}

/* Third and above level */
#nav ul li ul ul { 
	position: absolute;
	top: -1px;
	margin-left: 223px;
	padding: 0;
	z-index: 99;
}


#nav li div.hasChildLevel {
	position: absolute;
	z-index: 69;
}

#nav li div.hasChildLevel li {
	background: url(../images/nav/arrow2.gif) center right no-repeat !important;
}

/* KEEP PARENTS SELECTED */
#nav li.sfhover a, #nav li ul li.sfhover a, #nav li ul li ul li.sfhover a, #nav li ul li ul li.sfhover li a:hover {
	color: #10232F;
}

#nav li.sfhover a {
	background: transparent;
}

#nav li ul li.sfhover a:hover {
	background: #F3F3F7 !important;
}

.daddy { /* Displays arrow graphic if item has further drop down. Apply this class to the 'a' tag.  */
	background: #27a758 url(../images/nav/arrow2.gif) center right no-repeat !important;
}

#nav li.sfhover li a, #nav li ul li.sfhover li a, #nav li ul li ul li.sfhover li a {
	background: #27a758;
	color: #FFFFFF;
	line-height: 22px;
}