@charset "ISO-8859-1";

#nav {
	list-style: none;
	margin:15px 0px 0px 0px;
	padding: 0;
	border-bottom: solid 1px #ff0000;
	height:35px;
}

#nav + *{
	clear: left;
}

#nav ul {
	padding: 0;
	margin:0;
	list-style: none;
	z-index:1001;
	position:relative;
	overflow:visible;
}

#nav > li ul {
	text-align: left;
}
#nav li { /* Appearance settings (eye candy) */
	position: relative;
	background: none;
/*	background: url(trans/white80.png);*/
	color: #00F;
background-image:url(../images/seperator.jpg);
background-repeat:no-repeat;
background-position:right;
	height: auto;
	overflow: visible;
}

#nav li.last_top_menu { /* Appearance settings (eye candy) */
	position: relative;
	background: none;
/*	background: url(trans/white80.png);*/
	color: #00F;
	background-image:none!important;
	height: auto;
	overflow: visible;
	
}


#nav ul ul {
	width: 8em;
}
#nav > li {
	margin: 0;
	float: left;
	text-align: center;
	height: 1.6em;

	
}


#nav a {
	text-decoration: none;
	line-height: 1.6em;
	background: transparent;
	color: inherit;
	overflow: hidden;
	color:#1C3F94;
	padding:3px 9px 20px 10px;
	}


#nav li li a {
	line-height: normal;
	padding-bottom:5px!important;
	display:block;
	padding:0px 5px 0px 5px;
	color:#8B8DBD!important;
}

#nav li li a:hover {
	line-height: normal;
	padding-bottom:5px!important;
	background-color:#FF0000;
	color:#ffffff!important;
	padding:0px 5px 0px 5px;
}

#nav ul, #nav li, #nav a{
	
}


#nav ul{
	visibility: hidden;
	
}



/* (sub-)submenus */
#nav ul ul, #nav ul ul ul{
	position:absolute;
	top: 0;
	left: 102%;
	visibility: hidden;
}



/* Shadow! */

#nav li:hover {
/*	border-style: outset;*/
/*	background: #D7D7D7;*/
	color: white;
	
}
#nav > li ul {
/*	background: #666;*/
	background: transparent url("trans/black40.png");

	/*background-color:#ffffff;*/
}
#nav > li > ul {
padding:0px 0px 0px 0px;
	margin: -1px;  /* This is to make the width equal to parent li width. */
	position: relative;
	top:  16px;
	left: 4px;

}
#nav > li ul li {
	position: relative;
	top:  -4px;
	left: -4px;
	border: solid 1px #8B8DBD;
	background-image:none!important;
	border-bottom:none;
	background-color:#ffffff;
	height:100%!important;
	margin:0px 0px -4px 0px;
	text-align:center;
}


#nav > li ul li.last_opt {
	position: relative;
	top:  -4px;
	left: -4px;
	border: solid 1px #8B8DBD;
	background-image:none!important;
	background-color:#ffffff;

}
/* end shadow */


/* Enlarger */
/* #nav > li {width: 8em;} */ /* popping disappears if we use a fixed-width */
#nav > li:hover {
	z-index: 1102;  /* Opera does not seem to respect this. */
}
#nav > li:hover > a {
color:#ff0000;
}

#nav > li > a.selected_tab {
color:#ff0000;
}

/* 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;
}

