

.dialog_lev1 {
 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_lev1 .content_lev1,
.dialog_lev1 .menycontent,
.dialog_lev1 .t,
.dialog_lev1 .b,
.dialog_lev1 .b div {
 background:transparent url(demo/dialog2-blue-800x1600.png) no-repeat top right;
/* _background-image:url(demo/dialog2-blue.gif); */
}

.dialog_lev1 .content_lev1,
.dialog_lev1 .menycontent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
  padding:0.3em 1.7em 0.0em 0.0em;
}



.dialog_lev1 .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_lev1 .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog_lev1 .b,
.dialog_lev1 .b div {
 height:15px; /* height of bottom cap/shade */
/* font-size:1px; */
}

.dialog_lev1 .b {
 background-position:bottom right;
}

.dialog_lev1 .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog_lev1 .hd,
.dialog_lev1 .bd,
.dialog_lev1 .ft {
 position:relative;
}

.dialog_lev1 .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. */
}



/******************************************************
/* MENY TABELL
/******************************************************/



#trlev1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.content_lev1 #tdlev1{
	width: 172px;
	height: 22px;
	background-image: url(images/meny_bg_lev1.gif);
	background-repeat: no-repeat;
	padding-top: 0.2em;	
}

.content_lev1 #tdlev1:hover{
	width: 172px;
	height: 22px;
	background-image: url(images/meny_bg_lev1_hover.gif);
	background-repeat: no-repeat;

}

.content_lev1 .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;
	
}

#menylev1 {
/*	width: 174px;*/
	z-index:4;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: -100px;
	margin-left:-9px;

}

