@charset "utf-8";
/* CSS Document */
/* NAV */

li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dt {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: absolute; /* Menu position that can be changed at will */
    z-index:100;
	width: 753px; /* precision for Opera */
	font-family: trebuchet ms, verdana, helvetica, serif;
	font-size: 12px;
	font-weight: bold;
}
#menu dl {
	float: left;
	width: 110px;
}
#menu dt {
	cursor: pointer;
	text-align: left;
	background-image:url('../img/nav_blue.jpg');
	background-repeat:repeat-x;
	border-bottom:1px gray solid;
	border-right:1px gray solid;
	margin: 0;
}
#menu dd {
	display: none;
	border: 1px solid gray;
	width: 100px;
}
#menu li {
	text-align: left;
	background: #9DAACD;
	font-size: 12px;
	font-family:trebuchet ms, verdana, helvetica, serif;
	font-style: normal;
	font-weight:normal;
}
#menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border-bottom: solid 1px black;
}
#menu dt a:focus {
	color: #666;
}
#menu dt a:hover {
	color: #666;
	background: #9DAACD;
}
#menu li a:focus {
	background: #9DAACD;
	text-decoration:underline;
}
#menu li a:hover {
	background: #9DAACD;
	color: #666;
}

#site {
	position: absolute;
	z-index: 1;
	top : 70px;
	left : 10px;
	color: #000;
	background-color: #9DAACD;
	padding: 5px;
	border: 1px solid gray; 
}
/*Breadcrumb Navigation*/
.breadcrumbs {
  color: #333; 
  text-decoration: none; 
  font: 11px 'Trebuchet MS'; 
  border-bottom: 1px dotted #aa8833;
}
/*The "on" class makes the active page link */
.on { color: #FFF; font-weight: bold; }