@charset "ISO-8859-1";

#nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav2 + *{
	clear: left;
}

#nav2 ul {
	padding: 0;
	margin:0;
	list-style: none;
	overflow:visible;
}

#nav2 > li ul {
	text-align: left;
	width:185px;
}
#nav2 li { /* Appearance settings (eye candy) */
	overflow: visible;
}
#nav2 ul ul {
	
}
#nav2 > ul li {
	margin: 0;
	text-align: center;
	
}


#nav2 a {
	text-decoration: none;
	overflow: hidden;
	
	/*	background: url(trans/white80.png);*/
	color: #262221;
	padding: 5px 8px;
	text-transform: none;
	margin-bottom:5px;
	background-color:#c4c0ba;
}
#nav2 li li li a {
	padding: 5px 8px;
	background-color:#c4c0ba;
	color: #262221;
	margin-bottom:0px;
}

#nav2 ul, #nav2 li, #nav2 a{
	display: block;
}


#nav2 ul ul{
	visibility: hidden;
}



/* (sub-)submenus */
#nav2 ul ul, #nav2 ul ul ul{
	position:absolute;
	top: 0;
	left: 100%;
	visibility: hidden;
}



/* Shadow! */

#nav2 a:hover {
/*	border-style: outset;*/
/*	background: #D7D7D7;*/
	background-color: #ada9a3;
	/*	background: url(trans/white80.png);*/
}
#nav2 > li ul {

}
#nav2 > li > ul {
	  /* This is to make the width equal to parent li width. 
	position: absolute;*/
	
	
}
#nav2 > li ul li {
	position: relative;
	top:  0px;
	left: 0px;
}
/* end shadow */


/* Enlarger */
/* #nav2 > li {width: 8em;} */ /* popping disappears if we use a fixed-width */
#nav2 > li:hover {
	
	
	z-index: 2;  /* Opera does not seem to respect this. */
}
#nav2 > li:hover > a, #nav2 > li ul li:hover > a{
	background-color: #ada9a3;
}
/* end enlarger */


/* Interactive lines: show/hide menus */
#nav2 li:hover ul ul, #nav2 li:hover ul ul ul{
	visibility: hidden;
}

#nav2 li:hover ul, #nav2 ul li:hover ul, #nav2 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;
}
