
.menydialog {
 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.0em; /* spacing under dialog */

}

.menydialog .menycontent,
.menydialog .menycontent,
.menydialog .t,
.menydialog .b,
.menydialog .b div {
 background:transparent url(demo/dialog2-blue-800x1600.png) no-repeat top right;
/* _background-image:url(demo/dialog2-blue.gif); */
}

.menydialog .menycontent,
.menydialog .menycontent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0.8em 2.7em 0.2em 0.0em;
 _padding-top: 0.6em
}




.menydialog .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;
}

.menydialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.menydialog .b,
.menydialog .b div {
 height:25px; /* height of bottom cap/shade */
/* font-size:1px; */
}

.menydialog .b {
 background-position:bottom right;
}

.menydialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.menydialog .hd,
.menydialog .bd,
.menydialog .ft {
 position:relative;
}

.menydialog .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. */
}




.menycontent .tdlev1 {
	/*	width: 174px;*/
	height: auto;
	list-style-type: none;
	color: #333333;
	text-decoration: none;
	text-align: left;
	/*	background-image: url(images/meny_bg_lev1.gif);
	background-repeat: no-repeat; */
	padding-left: 0.0em;
	padding-top: 0.0em;
	padding-bottom: 2%;
	line-height: 10px;
	vertical-align: text-top;
	
	/*background-color: #FF0000; */
}





.menycontent .tdlev1 .Normal{
	/*	width: 174px;*/
	height: auto;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	padding-left: 0.9em;
	list-style-type: none;
	/*background-color: #000000;	 */
	line-height: 10px;
	
	
	
}
.menycontent .lankikon {
	border: 0px;
	margin-right: 4px;
	margin-bottom: -0.4em;
	margin-top: 0.8em;
	_margin-top: 0.6em;
	padding: 0px;
	
}


