.menu0, .menu0 dl {
float:left;
text-align: left;
cursor: hand;
	font-size: 12px;


	width: 200px;
	margin: 0;
	padding: 0;
	border-width: 0px;
	border-style: solid;
	border-color: #eee #aaa #aaa #eee; /* kolor obramowania calego menu*/
	z-index:5;
}
/* ustawienia dla glownych pozycji menu*/
.menu0 dt {

	cursor: hand;
	margin: 0;
	padding: 0;
	background: #F0FAF0; /* kolor tla  glownych pozycji menu*/
	color: #fff;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	border-width: 0px;
	border-style: solid;
	border-color: maroon #FDFBED #FDFBED maroon; /* kolor ramki dookola glownej pozycji menu i podmenu (gora prawa dol lewa)*/
	border-bottom: 1px solid green;
	padding: 0;
	z-index:5;
}

.menu0 dl dt {
	background-color: #B6E8B6; /* kolor tla  pozycji podmenu*/
	color: #000;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border: 0;
	border-bottom: 1px solid #7ADC7A; /* linia odzielajaca pozycje podmenu */
	padding: 0;
	padding-left: 0px;
		z-index:5;
	
}

.menu0 dd  {
position:relative;
z-index:1000;
	background-color: #B6E8B6;  /* kolor tla  pozycji pod podmenu*/
	color: #000;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 28px;
}

.menu0 dd.active {
	font-weight: bold;
}

.menu0 dt a {
/*	background: url("../images/submenu.gif") no-repeat 140px 8px;*/
	padding-right: 20px;
}

.menu0 a:link, .menu0 a:visited {
	display: block;
	color: #000;
	text-decoration: none;
	padding:5px;
}
b.test {
	display: block;
	color: green;
	font-size: 14px;
	text-decoration: none;
	padding: 1px;
	
}
b.submenu {
	display: block;
	color: green;
	font-size: 14px;
	text-decoration: none;
	padding-left: 10px;
}
.menu0 a:hover {
	color: #fff;
	background-color: yellow;
}

.menu0 dl {
	position: absolute;
	border: 0;
}

.menu0 dl dd{

	position: relative;
	left: 201px;
	bottom: 22px;
	border-left: 1px solid #eee; /* lewa ramka pod podmenu */
	border-right: 0px solid #aaa;
	z-index:1000;
}

/*----------------------*/
.menu1, .menu1 dl {

float:right;
text-align: left;
cursor: hand;
	font-size: 12px;
	position: relative;
	width: 150px;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #eee #aaa #aaa #eee;
		z-index:3;
}

.menu1 dt {

	cursor: hand;
	margin: 0;
	padding: 0;
	background-color: #FDF8DF;
	color: #fff;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #FDFBED #FDFBED #FDFBED #FDFBED;
	padding: 3px 3px;

}

.menu1 dl dt {
	background-color: ghostwhite;
	color: #000;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border: 1;
	padding: 0;
	padding-left: 9px;
	
}

.menu1 dd  {

	background-color: ghostwhite;
	color: #000;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 22px;
}

.menu1 dd.active {
	font-weight: bold;
}

.menu1 dt a {
/*	background: url("../images/submenu.gif") no-repeat 140px 8px;*/
	padding-right: 20px;
}

.menu1 a:link, .menu0 a:visited {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 4px 5px;
}
.test {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 4px 5px;
}

.menu1 a:hover {
	color: #fff;
	background-color: #008;
}

.menu1 dl {
	position: absolute;
	border: 0;
}

.menu1 dl dd{
	position: relative;
	left: -151px;
	bottom: 22px;
	border-left: 1px solid #eee;
	border-right: 0px solid #aaa;
}
