@charset "UTF-8";
/* CSS Document */

#navDiv {
	float:right;
	margin:auto;
	padding-right:50px;
	padding-top:20px;
	z-index:0;
	font-family: "trebuchet MS", arial;
}

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	font-family: "trebuchet MS", arial;
}

#nav a{
	display:block;
	border-bottom:thin solid #D88D19;
	border-top:thin solid #D88D19;
	color:#044D80;
	font-family:trebuchet MS,arial;
	font-weight:bold;
	padding-right:7px;
	padding-left:7px;
}

#nav a:hover{
	/*background-color:#FFF;*/
	background:transparent;
	color:#333;
	text-decoration:underline;
/*	border-bottom:thin solid #044D80;
	border-top:thin solid #044D80;*/
}

#nav a.orange:hover{
	background-color:#FFF;
	text-decoration:underline;
	color:#333;
}

#nav a.blue:hover{
background-color:#fff;
color:#333;
text-decoration:underline;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:1.5em;
}

#nav li ul a{
width:12em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
font-family:trebuchet MS,arial;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

#nav li a.orange{
	color:#D88D19;
	background-color: #005089;
	font-weight:bold;
	font-family:trebuchet MS,arial;

}
#nav li a.blue{
	color: #044D80;
	background-color:#D88D19;
	font-weight:bold;
	font-family:trebuchet MS,arial;


}
