/*  positioning-layers statisch und absolut */

#menu {
	position: absolute;
	width: 155px;
	left: 40px;
	top: 290px;
}


/*  Main Nav  */

dl, dt, dd, ul, li {
	color: #389B3E;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav {
	position: absolute;
	top: 0;
	left: 0;
}

dl#nav {
	width: 12em;
}

dl#nav dt {
	width: 130px;
	cursor: pointer;
	margin: 2px 0px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	padding:0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #389B3E;
}

dl#nav li {
	width: 130px;
	text-align: left;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #389B3E;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

dl#nav li a, dl#menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

dl#nav li a:hover, dl#nav dt a {
	color: #389B3E;
	text-decoration: none;
}

dl#menu dd {
	border: 1px solid gray;
}

dl#nav dt a
{
	font-size: 14px;
}

dl#nav dt
{
	font-size: 14px;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

body.section-1 #navlist li#nav-1 a, 
body.section-2 #navlist li#nav-2 a,
body.section-3 #navlist li#nav-3 a,
body.section-4 #navlist li#nav-4 a
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist #subnav-1,
#navlist #subnav-2,
#navlist #subnav-3,
#navlist #subnav-4
{
display: none;
width: 90%;
}

body.section-1 #navlist ul#subnav-1, 
body.section-2 #navlist ul#subnav-2,
body.section-3 #navlist ul#subnav-3,
body.section-4 #navlist ul#subnav-4
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-1 #navlist ul#subnav-1 a, 
body.section-2 #navlist ul#subnav-2 a,
body.section-3 #navlist ul#subnav-3 a,
body.section-4 #navlist ul#subnav-4 a
{
background: #fff;
border: none;
border-left: 1px solid #ccc;
color: #0000FF;
font-size: smaller;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#contents
{
background: #fff;
border: 1px solid #ccc;
border-top: none;
clear: both;
margin: 0px;
padding: 15px;
}


/* clearing div */

div.clear {
	padding: 0;
	clear: both;
	margin: 0px;
	height: 0;
}
