/* IE6 PNG fix */



/* Supports up to four levels */

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d2d2d2;
}

#nav ul {
	padding: 0;
}

#nav a {
	display: block;
	color: #d2d2d2;
}

ul#nav li { position: relative; }
ul#nav li ul.sub { position: absolute; right: 0; z-index: 1; }

a.top {
	display: block;
	text-transform:uppercase;
	padding: 5px 3px 0 3px;
	height: 24px;
	margin: 5px 0 0 0;
}

/*a.top {
	display: block;
	text-transform:uppercase;
	padding: 5px 3px 0 3px;
	height: 24px;
	margin: 5px 0 19px 0;
}*/

a.topIE {
	display: block;
	text-transform:uppercase;
	padding: 5px 3px 0 3px;
	margin: 5px 0 19px 0;
}

#nav a.top:hover { background: url('underline.gif') repeat-x center 23px; text-decoration: none;}

#nav li.top {
	list-style: none;
}

#nav a.top_on {
	text-transform:uppercase;
	background: url('underline.gif') repeat-x center 23px;
	/*padding: 10px 0 10px 0;*/
	padding: 5px 3px 0 3px;
	height: 24px;
	margin: 5px 0 0 0;
}

/*#nav a.top_on {
	text-transform:uppercase;
	background: url('underline.gif') repeat-x center 23px;
	/*padding: 10px 0 10px 0;*/
	padding: 5px 3px 0 3px;
	height: 24px;
	margin: 5px 0 19px 0;
}*/

#nav a.top_onIE {
	text-transform:uppercase;
	padding: 5px 3px 0 3px;
	margin: 5px 0 19px 0;
}


#nav a.sub { 
	height: 21px;
	position: relative;
	z-index: 3;
}

#nav li.splitter {
	padding: 9px 6px 10px 6px;
}

/* REMOVES UNDERLINE IN IE6 */
#nav a.sub:hover, #nav a.top_on:hover {
	text-decoration: none;
	cursor: pointer;
}

#nav div { 
	display:block;
	height: 21px;
	padding: 0 3px 0 3px;
	margin: 3px 0 2px 9px;
	float: left;
}

#nav div.sub_hover { 
	background: url('underline.gif') repeat-x bottom center; text-decoration: none;
}


#nav li {
	display: block;
	float: left;
}

#nav li.sub {
	list-style: none;
	width: 292px;
}

#nav li.has_sub {
	list-style: none;
	width: 292px;
	background: url('arrow.gif') no-repeat right; /* White arrow */
}

#nav .vert_arrow {
	width: 20px;
	height: 42px;
	background: url('vert_arrow.png') no-repeat center;
	position: absolute; right: 20px; z-index: 2;
	margin-top: -27px;
}

/*#nav li.sub:hover, #nav li.has_sub:hover {
	background-color: #333334;
}*/

#nav li ul { /* second-level lists */
	position: absolute;
	background: url('seethrough2.png');
	width: 292px;
	top: 25px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 13px 0 13px 0;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -34px 0 0 292px;
}

#nav li ul ul ul { /* third-and-above-level lists */
	margin: -34px 0 0 292px;
}

#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;
}

#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 { /* lists nested under hovered list items */
	left: auto;
}

#nav a:hover { color: #FFF; }