#ulnav
	{
	font-size: 90%;
	padding: 0 0 0 10px;
	background: #162B5A url(../../images/backgrounds/navibar_back.gif) repeat-x;
	height: 1.75em;
	cursor: pointer;
	border-right: 1px solid black;
	border-left: 1px solid black;
	white-space: nowrap;
	z-index: 100000;
	}
	
#ulnav h1
	{
	color:#D6E1F8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	margin: 0.5em 0 0.3em 0.5em;
	text-decoration: underline;
	}
	
#navimenu ul  /* all lists */
	{
	padding: 0px;
	list-style: none;
	height: 1.5em;
	text-align: left;
	cursor: pointer;
	margin: 0px;
    filter: alpha(opacity=95); -moz-opacity:0.95;
	z-index: 100000;
	}

#topmenu {
	float: left;
	list-style: none;
	margin: 0 1em 0 0em;
	height: 1.5em;
	background: transparent url(../../images/backgrounds/arrow_right.gif) no-repeat left center;
	color:#fff;
	font-weight: bold;
	/*width: 12em;*/
	padding: 0.25em 0.5em 0 18px;
}

#navimenu li { /* all list items */
	position: relative;
	text-decoration: none;
}

#navimenu li a {
	display: block;
	text-decoration: none;
	padding: 0px;
	margin: 1px 0px 1px 0px;
	color: #fff;
}

#navimenu #topmenu:hover, #navimenu li.over {
	text-decoration: none;
	/*background-color:#4A60B2;*/
	color: #fff;
}

#navimenu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.75em;
	left: 0em;
	height: auto;
	background: #71797F url(../../images/backgrounds/navi_dropdown_back.gif) repeat-y;
	border: 1px solid black;
	z-index: 100000;
}


#navimenu li ul li a{
	padding: 0.25em 0.5em 0 5px;
	width: 12em;
	height: 1.5em;
}

#navimenu li ul li a:hover
	{
	background: #7E858A url(../../images/backgrounds/navi_dropdown_back_m.gif) repeat-y;
	margin: -1px 0px -1px 0px;
	border-top: 1px solid #2C3130;
	border-bottom: 1px solid #2C3130;
	color:#FFBB00;
	}


#navimenu li>ul  /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	{
	left: 0px;
	}

#navimenu li:hover ul, #navimenu *.over ul { /* lists nested under hovered list items */
	display: block;
	position: absolute;
	z-index: 10000;
}

#navimenu li:hover, #navimenu *.over
	{
	background: transparent url(../../images/backgrounds/arrow_down.gif) no-repeat left center;
	z-index: 10000;
	}
