/* ----- subnav ----- */

#subnav a {
	color: #222222;
	text-decoration: none;
}

#subnav a:hover {
	text-decoration: underline;
}

#subnav {
	width: 160px;
	float: left;
	padding: 21px 0 50px;
	margin: 0px;
}

#subnav ul { display: block; list-style: none; margin: 0; padding: 0; }
#subnav li { display: inline; list-style: none; margin: 0; padding: 0; }
#subnav a { display: block; }
#subnav a:hover { text-decoration: none; }

/* level 1 */
#subnav a {
	font-weight: bold;
	min-height: 20px;
	padding: 7px 10px 2px 18px;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}
#subnav a:hover {
	color: #da5a08;
}
#subnav .sel a {
	background: #333333;		/* Selection Background Color */
	color: #999999;
}
#subnav .sel a:hover {
	color: #da5a08;
}
body.home #subnav a:hover {
	color: #333333;
	background: #ffc300;
}

/* level 2 */
#subnav .sel ul {
	background: #f3f2e9;
	border-top: 1px solid #ffffff;
	padding: 5px 0px 5px 0px;
	margin-bottom: 20px;
}
#subnav .sel ul a {
	font-weight: normal;
	font-size: 10px;
	background: transparent;
	padding: 2px 10px 2px 30px;
	min-height: 14px;
	color: #222222;
}
#subnav .sel ul a:hover {
	color: #da5a08;
}
#subnav .sel ul .sel a {
	color: #da5a08;
	background: url('../Image Files/Web Graphics/icons/arrow.gif') 12px 5px no-repeat;
}

/* level 3 */
#subnav .sel .sel ul {
	background: #e8e6d5;
	border-top: none;
	padding: 3px 0 5px;
	margin: 0 0 15px 34px;
}
#subnav .sel .sel ul a {
	font-weight: normal;
	font-size: 10px;
	background: transparent;
	padding: 2px 10px 2px 25px;
	height: inherit;
	background: transparent;
	color: #333333;
}
#subnav .sel .sel ul a:hover {
	color: #da5a08;
}
#subnav .sel .sel ul .sel a {
	color: #da5a08;
	background: url('../Image Files/Web Graphics/icons/Menu_Arrow1.png') 0px 3px no-repeat;
}


