@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 black solid;
	border-top:1px black solid;
	border-right:1px gray solid;
	margin: 0;
}
#menu dd {
	display: none;
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 110px;
}
#menu li {
	text-align: left;
	background: #e1e1e1;
	font-size: 13px;
	font-family:trebuchet ms, verdana, helvetica, serif;
	/*color: #FFF;*/
	
	color: black;
	font-style: normal;
	font-weight:normal;
    min-height: 29px;
}
#menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a {
	color: #000;
	text-decoration: none;
	border-bottom: solid 1px black;
	width: 100%; 
	display:block;
	line-height: 30px;
	background: #e1e1e1;
  /*background: #9FA6C0*/	/*change to lighter blue*/
}
#menu dt a:focus {
	color: #666;
	background: #bdbdbc;
}
#menu dt a:hover {
	color: #000;
	background: #bdbdbc;
}
#menu li a:focus {
	/*background: #6b87ab;*/
	text-decoration:underline;
}
#menu li a:hover {
	background: #bdbdbc;
	color: #FFF;
}

#site {
	position: absolute;
	z-index: 1;
	top : 70px;
	left : 10px;
	color: #000;
	background-color: #9DAACD;
	padding: 5px;
	border: 1px solid gray; 
}
