@charset "utf-8";
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #40587a;
	background-image: url(../images/homepage_r5_c3.jpg);
	height: 100px;
	width: 100%;
	margin-bottom: 20px;
	border-bottom-width: .5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
body {
	margin: 0px;
}

#deLogo {
	background-image: url(../images/deLogo.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 210px;
	width: 210px;
}
#project {
	font-size: 18px;
	font-weight: bold;
	margin-left: 300px;
	padding-top: 20px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation {
	position: relative;
	height: 20px;
	top: 40px;
}
#navigation li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}
#navigation li ul {
	background-color: #40587A;
	padding: 5px;
	width: 150px;
	border: .5px solid #000000;
	float: left;
	position: absolute;
	left: 3px;
	top: 18px;
	display: none;
	z-index: 1000;
}
#navigation li li {
	float: none;
	margin-top: 3px;
	margin-bottom: 6px;
	line-height: 16px;
}
#navigation a{
	color: #fff;
	text-decoration: none;
}
#navigation a:hover{
	color: #ccc;
}
#newNav {
	position: relative;
	height: 20px;
	top: 40px;
	margin-left:220px;

}

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
}

#nav a{
display:block;
padding:0px 5px;
border:1px solid #000;
color:#fff;
text-decoration:none;
background-color:#40587A;
}

#nav a:hover{
background-color:#fff;
color:#40587A;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:1.5em;
left: 0px;
}

#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;
}

#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;
}
#siteMap {
	background-color: #CCCCCC;
	width: 150px;
	border-right-width: .5px;
	border-bottom-width: .5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #40587A;
	border-bottom-color: #40587A;
	padding-top: 95px;
}
#mapWrap {
	padding: 5px;
}

#mapTree {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	border: 1px inset #DDDDDD;
}
#mapTree ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.mapPage {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 8px;
}
.mapFolder {
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
}
#mapTree li {
}
#mapTree li ul {
	display: none;
	margin-left: 20px;
	border-left-width: .5px;
	border-left-style: solid;
	border-left-color: #000000;
}
#mapTree a{
	text-decoration: none;
}


#project a{
	color: #fff;
	text-decoration: none;
}
#project a:hover {
	text-decoration: underline;
}
#interface{
	padding-top: 20px;
	margin-left: 220px;
}
