@charset "ISO-8859-1";

#nav3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	padding: 0px;
	list-style-type: none;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 15px;
}

#nav3 + *{
	clear: left;
}

#nav3 ul {
	padding: 0;
	margin:0;
	list-style: none;
	overflow:visible;
}

#nav3 > li ul {
	text-align: left;
	width:205px;
}
#nav3 li { /* Appearance settings (eye candy) */
	overflow: visible;
}
#nav3 ul ul {
	
}
#nav3 > ul li {
	margin: 0;
	text-align: center;
}
#nav3 a {
	background-image:url(images/GreyArrow.gif);
	background-position:5px 11px;
	background-repeat:no-repeat;
	text-decoration: none;
	overflow: hidden;
	color: #474d55;
	padding: 5px 8px 5px 15px;
	text-transform: none;
}
#nav3 li li li a {
	padding: 5px 8px;
	background-color:#c2c6ca;
	margin-bottom:0px;
	background-image:none;
}

#nav3 ul, #nav3 li, #nav3 a{
	display: block;
}


#nav3 ul ul{
	visibility: hidden;
}



/* (sub-)submenus */
#nav3 ul ul, #nav3 ul ul ul{
	position:absolute;
	top: 0;
	left: 100%;
	visibility: hidden;
}
/* Shadow! */

#nav3 a:hover {
	/*	border-style: outset;*/
	background-color: #b3b8bc;
}
#nav3 > li ul {

}
#nav3 > li > ul {
	  /* This is to make the width equal to parent li width. 
	position: absolute;*/
	
	
}
#nav3 > li ul li {
	position: relative;
	top:  0px;
	left: 0px;
}
/* end shadow */


/* Enlarger */
/* #nav3 > li {width: 8em;} */ /* popping disappears if we use a fixed-width */
#nav3 > li:hover {
	z-index: 2;  /* Opera does not seem to respect this. */
}
#nav3 > li:hover > a, #nav3 > li ul li:hover > a{
	background-color: #b3b8bc;
}
/* end enlarger */


/* Interactive lines: show/hide menus */
#nav3 li:hover ul ul, #nav3 li:hover ul ul ul{
	visibility: hidden;
}

#nav3 li:hover ul, #nav3 ul li:hover ul, #nav3 ul ul li:hover ul{
	visibility: visible;
}
.skipnav2 {
	display: none;
}
#nonav2 {
	display: block;
	background: transparent;
	height: 1px;
	border: 0;
	margin: 0 0 -1px 0;
	padding: 0;
}

