.menu {
	position: relative;
}
#menu0 {
	left: 320px;
}
#menu1 {
	left: 160px;
}
#menu4 {
	left: 480px;
}
#menu5 {
	left: 0px;
}
#menu6 {
	left: 640px;
}


/* szeroko wszystkich otwieranych*/
.menu0, .menu0 dl {
	font-size: 9px;
	position: absolute;
	width: 180px;
	margin: 0;
	padding: 0;
	cursor: default;
}

/* to jakby gwne ustawienie dla menu */
.menu0 {
	color: #888;
	background-color: #fff;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.menu0:hover {
	color: #fff;
	background-color: #f00;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	cursor: default;
}

/* ustawienia nagwka */
.menu0 dt {
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}


/* to ustawia kolor wszystkich rodkowych pozycji oprcz ostatniego poziomu*/
.menu0 dl dt {
	background-color: #f00;
	color: #FFF;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
}
.menu0 dl dt:hover {
	background-color: #000000;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	padding: 0;
}


/* ustawienia wielkoci pl, od drugiego poziomu */
.menu0 dd  {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 180px;
	height: 22px;
	background-color: #FF0000;
}

/* ? */
.menu0 dd.active {
	font-weight: bold;
}

/* w praktyce, ustawienia wszystkich linkw... */
.menu0 a:link, .menu0 a:visited {
	display: block;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px;
	cursor: default;
}
.menu0 a:hover {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.menu0 dl dd {
	position: relative;
	left: 180px;
	bottom: 24px;
	background-color: #F00;
}
.menu0 dl dd dl dd{
	position: relative;
	font-size: 11px;
	font-weight: bold;
	left: 180px;
	bottom: 24px;
	height: auto;
	background-color: #F00;
	cursor: default;
}
.menu0 dl dd dl dd:hover {
	position: relative;
	font-size: 11px;
	font-weight: bold;
	left: 180px;
	bottom: 24px;
	height: auto;
	background-color: #000000;
	color: #FFFFFF;
	cursor: default;
}
#top a {
	font-weight: bold;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding: 13px 10px;
	background-color: #FFFFFF;
	cursor: default;
}
#top a:hover {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 13px 10px;
	background-color: #FF0000;
	cursor: default;
}
.menu0 dt dd:hover {
	position: relative;
	font-size: 11px;
	font-weight: bold;
	left: 180px;
	height: auto;
	background-color: #000000;
	color: #FFFFFF;
}
.menu0 dd:hover {
	color: #000;
	margin: 0;
	padding: 0;
	width: 180px;
	height: 22px;
	background-color: #000000;
}
.top2 {
	display: block;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	cursor: default;
}

