/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

/* * {margin:0; padding:0;} */

.dialog_lev2 #trlev1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.content_lev2 #tdlev1{
	width: 172px;
	height: 22px;
	background-image: url(images_lev2/meny_bg_lev2.gif);
	background-repeat: no-repeat;
	padding-top: 0.2em;
	
}

.content_lev2 #tdlev1:hover{
	width: 172px;
	height: 22px;
	background-image: url(images_lev2/meny_bg_lev2_hover.gif);
	background-repeat: no-repeat;
	

}

.content_lev2 .tdlev1 .Normal {
	/*	width: 174px;*/
	height: auto;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	padding-left: 1em;
	vertical-align: top;
	
	
}
.Head {
	/*	width: 174px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 2.2em;
	padding-left: -0.0em;	
}




.dialog_lev2 {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
/* color:#fff; */
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.3em; /* spacing under dialog */

}

.dialog_lev2 .content_lev2,
.dialog_lev2 .menycontent,
.dialog_lev2 .t,
.dialog_lev2 .b,
.dialog_lev2 .b div {
 background:transparent url(demo_lev2/dialog2-blue-800x1600.png) no-repeat top right;
/* _background-image:url(demo/dialog2-blue.gif); */
}

.dialog_lev2 .content_lev2,
.dialog_lev2 .menycontent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
  padding:0.4em 1.7em 0.0em 0.0em;
}



.dialog_lev2 .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog_lev2 .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog_lev2 .b,
.dialog_lev2 .b div {
 height:15px; /* height of bottom cap/shade */
/* font-size:1px; */
}

.dialog_lev2 .b {
 background-position:bottom right;
}

.dialog_lev2 .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog_lev2 .hd,
.dialog_lev2 .bd,
.dialog_lev2 .ft {
 position:relative;
}

.dialog_lev2 .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}


