#nav, #nav ul
{
	float: left;
	width: 14.50em;
	list-style: none;
	line-height: 1;
	font-weight: normal;
	padding: 0;
	background-color: #f6f4f6;
	border: solid #959595;
	border-width: 0;
	margin: 0 0 0 0px;
}

#nav a 
{
	display: block;
	width: 14.0em;
	color: #666666;	
	text-decoration: none;
	padding: 0.25em .25em;
	z-index: 20;
}

#nav a.parent {
	background: url(../images/right_arrow.gif) center right no-repeat;
}

#nav li
{
	float:left;
	margin: 0px;
	padding: 0;
	width: 14em;
}


#nav li a {
	width: 14em;
}

#nav li ul
/* second-level list (the menu) */
{
	position: absolute;
	left: -999em;
	height: auto;
	width: 17em;
	font-weight: normal;
	border-width: 1px;
	background-color: #F2F2F2;
	margin: -1.68em 0 0 14.53em;
	z-index: 20;
}

#nav li li
/* second-level list items */
{
	width: 16.95em;
}

#nav li li a
/* second-level hyperlinks */
{
	width: 16.50em;	/* subtract .25 to account for left-padding */
}

#nav li ul ul
/* third-level list (the menu) */
{
	/*margin: -1.75em 0 0 14em;*/
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#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;
}

#nav li:hover, #nav li.sfhover 
{
	background: #E5E5E5;
}

/************************************************
 * THE FOLLOWING STYLE WAS MOVED TO "Custom.css"
 *-----------------------------------------------
#nav li a:hover
{
	color: #C5102F;
}
 * ----------------------------------------------
 ***********************************************/

#menu_iframe
{
	position: absolute;
	display: none;
	z-index: 10;	
}

/********************************************
 *
 * BEGINNING OF STYLES FOR HORIZONTAL MENUS
 *
 *******************************************/
#navigation {
	overflow: auto;
	float: left;
	margin: 12px 0 0 0;
	padding: 0;
}

#navigation li {
	float: left;
	list-style: none;
	background-color: #f6f4f6; /* for users without images */
	margin: 0 1px;
}

#navigation a {
	display: block;
	background-image: url(../images/tabright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#navigation span {
	display: block;
	background-image: url(../images/tableft.gif);
	background-repeat: no-repeat;
	padding: 5px 15px;
}

#navigation a:hover {
	background-position: right -26px;
}

#navigation a:hover span {
	background-position: 0 -26px;
}

#navigation li ul {
	position: absolute;
	width: 12em;
	left: -999em;
	margin-left: 1px;
	font-size: 90%;
	border: solid 1px #cbcace;
	background-color: #f6f4f6;
	padding: 0;
}

#navigation li ul li 
{
	margin: 0;
}

#navigation li ul a, #navigation li ul a:link {
	background-image: none;
	padding: 5px;
	width: 10.9em;
}

#navigation li ul a:hover {
	background-color: #e5e5e5;
}

#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}