/************* #nav styles **************/

#nav {float:left; font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; font-variant:small-caps; }

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#nav img{
 	float: left;
 	padding: 8px 4px 8px 12px;
}

/****/

#nav a {
	display: block;
	width: 126px;
	height:38px;
	color: #fff;
	text-decoration: none;
	padding: 4px 5px 0px 5px;
	background: transparent url(../images/bkg-button.gif) left top no-repeat;
	text-align:center;
}

#nav a.blue {
	background: transparent url(../images/bkg-button.gif) left top no-repeat;
}


#nav li.select a {
	display: block;
	width: 126px;
	height:37px;
	color: #000;
	text-decoration: none;
	padding: 5px 5px 0px 5px;
	background: transparent url(../images/bkg-button-dn.gif) left top no-repeat;
	text-align:center;
	font-size:15pt; 
	font-weight:bold;
}

#nav a:hover {
	height:38px;
	padding: 4px 5px 0px 5px;
	background: transparent url(../images/bkg-button-hl.gif) left top no-repeat;
}
#nav a.blue:hover {
	background: transparent url(../images/bkg-buttonb-hl.gif) left top no-repeat;
}

#nav ul {
	/*first fly out*/
	float: left;
	line-height: 22px;
	padding: 0;
	border: none;
	border-width: 0px 0;
	margin: 0;
	height: 42px;
}
#nav a.parent {
	background-image: url(../images/blt-arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#nav li {
	background: transparent;
	float: left;
	padding: 0;
	white-space: normal;  /* list items do not wrap */
	list-style: none;  /* no bullet */
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 10.4em;
	w\idth: 10.9em;
	font-weight: normal;
	border-width: 0.15em;
	margin: 0;
	background: transparent; 
}

#nav li li {
	padding-right: 1em;
	width: 10em
}

#nav li ul a {
	width: 13.5em;
	w\idth: 10.0em;
}

#nav li ul ul {
	margin: -1.65em 0 0 9em;
}

#nav li:hover, #nav li.sfhover {
	background: transparent;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	background: #e65327;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	background: #e65327;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul { 
	left: -999em; 
	background: #e65327;
} 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { 
	left: auto; 
	background: #e65327;
}