@charset "ISO-8859-1";

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	width: 191px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav + *{
	clear: left;
}

#nav ul {
	padding: 0;
	margin:0;
	list-style: none;
	
	overflow:visible;
	
}

#nav > li ul {
	text-align: right;
	width:191px;
}
#nav li { /* Appearance settings (eye candy) */
	
	
	overflow: visible;
}
#nav ul ul {
	margin-top:-1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ACACAC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ACACAC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ACACAC;


}
#nav > ul li {
	margin: 0;
	text-align: center;
	
}


#nav a {
	text-decoration: none;
	overflow: hidden;
	font-weight:bold;
	/*	background: url(trans/white80.png);*/
	color: #ACACAC;
	padding: 3px 13px;

}
#nav li li li a {
	text-align: left;
	padding: 3px 13px;
	background: #fdfefe;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACACAC;		
}

#nav ul, #nav li, #nav a{
	display: block;
}


#nav ul ul{
	visibility: hidden;
}



/* (sub-)submenus */
#nav ul ul, #nav ul ul ul{
	position:absolute;
	z-index:9999;
	top: 0;
	left: 100%;
	visibility: hidden;
}



/* Shadow! */

#nav a:hover {
/*	border-style: outset;*/
/*	background: #D7D7D7;*/

	/*	background: url(trans/white80.png);*/
	color: #E1090B;
}
#nav > li ul {

}
#nav > li > ul {
	  /* This is to make the width equal to parent li width. 
	position: absolute;*/
	
	
}
#nav > li ul li {
	position: relative;
	top:  0px;
	left: 0px;
}
/* end shadow */


/* Enlarger */
/* #nav > li {width: 8em;} */ /* popping disappears if we use a fixed-width */
#nav > li:hover {
	
	
	z-index: 2;  /* Opera does not seem to respect this. */
}
#nav > li:hover > a, #nav > li ul li:hover > a{

	color:#E1090B;
}
/* end enlarger */


/* Interactive lines: show/hide menus */
#nav li:hover ul ul, #nav li:hover ul ul ul{
	visibility: hidden;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{
	visibility: visible;
}





.skipnav {
	display: none;
}

#nonav {
	display: block;
	background: transparent;
	height: 1px;
	border: 0;
	margin: 0 0 -1px 0;
	padding: 0;
}
