dl, dt, dd, ul, li {
margin: 0px;
padding: 0px;
list-style-type: none;
border:none;
}
#menu {
position:relative;
top: 0px;
left:0px;
z-index:100;
width: 136px;
height: 38px;
border:none;
}
#menu dl {
	float: left;
	width: 136px;
	position:absolute;
	background: url(../image/menu_rozw_tl.png);
	border:none;
	height: 38;
}
#menu dd {
display: none;
border:none;
background: #356C92;
}
#menu li {
padding: 0px;
text-align: left;
background: #356C92;
width: 158px;
height: 20px;
border:none;
border-left:solid;
border-color: #356C92;
}
#menu li a, #menu dt a {
color: #42789e;
display:block;
height: 100%;
border: none;
background: #42789e;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #FFFFFF;
border:none;
}
#menu0
{ cursor:pointer; }

