/***********************************************/
/* Layout Divs                                 */
/***********************************************/

body {
	margin: 0; 
	padding: 0; 
	background-color: #4c6ca9;
	background-image: url(tyg_bakgrund_medium_80.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
}


#top{
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	background-color: #0e2859;
	height: 90px;
	text-align: center;
	font-family: Copperplate Gothic Light; 
	font-size: 40px; 
	font-weight: bold; 
	color: white;
	/*background-image: url(lappolina_vitmorkbla.jpg);
	background-repeat: no-repeat;*/
}

#menu{
	width: 600px;
	background-color: #4c6ca9;
	margin-left:auto;
	margin-right:auto;
	height: 20px;
}

#content{
	width: 570px; /*60%;*/
	padding: 15px;
	background: white;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	text-align: center;
}


.menu ul{
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 5;
}

/*Top level list items*/
.menu ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #4c6ca9;
	z-index: 57;
}

/*Top level menu link items style*/
.menu ul li a{
display: block;
width: 90px;
padding: 5px 5px;
text-decoration: none;
text-align: center;
font-family: Verdana; 
font-size: 12px; 
font-weight: bold; 
color: #0e2859;
}

/*1st sub level menu*/
.menu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.menu ul li ul li a{
display: block;
width: 145px; /*width of sub menu levels*/
color: #0e2859;
text-decoration: none;
text-align: left;
padding: 2px 15px;
}

.menu ul li a:hover{
background-color: #0e2859;
color: white;
}

/*Background image for top level menu list links */
.menu .mainfoldericon{
background:  #4c6ca9; 
}

/*Background image for subsequent level menu list links */
.menu .subfoldericon{
background:  #4c6ca9; 
}

* html .menu ul li { float: left; height: 20px;}
* html .menu ul li a { height: 1%; }
