@charset "ISO-8859-1";

#nav {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	width: auto;
	list-style-type: none;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #0a102a;
}

#nav + *{
	clear: left;
}

#nav ul {
	padding: 0;
	margin:0;
	list-style: none;
	z-index:99;
	position:absolute;
	overflow:visible;
}

#nav > li ul {
	text-align: left;
	width:200px;
}
#nav li { /* Appearance settings (eye candy) */
	
	
	overflow: visible;
}
#nav ul ul {
}
#nav > li {
	margin: 0;
	float: left;
	text-align: center;
	text-transform: uppercase;
	
}


#nav a {
	text-decoration: none;
	overflow: hidden;
	background: #0a102a;
	/*	background: url(trans/white80.png);*/
	color: #fff;
	padding:5px 10px;
	border-left:solid 2px #fff;
}
#nav li li a {
	padding: 4px 10px;
}

#nav ul, #nav li, #nav a{
	display: block;
}


#nav ul{
	visibility: hidden;
}



/* (sub-)submenus */
#nav ul ul, #nav ul ul ul{
	position:absolute;
	top: 0;
	left: 100%;
	visibility: hidden;
}



/* Shadow! */

#nav a:hover {
/*	border-style: outset;*/
/*	background: #D7D7D7;*/
	background: #3195c7;
	/*	background: url(trans/white80.png);*/
	color: #0a102a;
}
#nav > li ul {

}
#nav > li > ul {
	  /* This is to make the width equal to parent li width. */
	position: absolute;
	text-transform: none;
	
}
#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{
	background: #3195c7;
	color:#0a102a;
}
/* 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;
}
