#mymenu
	{
		list-style-type: none;
		font-size:12px;
		font-weight: bold;
		color: #00ff00;
		padding: 0px;
		margin: 0px;
	}

#mymenu ul, ul li
	{
	margin: 0px;
	padding: 0px;
	}
#mymenu ul
	{
		width: 190px;
		clear: both;
		font-weight: bold;
	}

#mymenu li
	{
		width: 190px;
		clear: both;
		font-weight: bold;
	}
/* Elementy menu rozwijanego */	
#mymenu li a:link, li a:visited {
	display: block;
	width: 176px;
	text-decoration: none;
	font-weight: bold;
	background-color: #153b83;
	color: #ffffff;
	padding: 5px;
	border: 2px outset #ccc;
}

#mymenu li a:hover {
	border-style: inset;
	padding: 7px 3px 3px 7px;
	color: #fc0;
	background-color: #555bff;
}

#mymenu .menuparent
	{
		background-color: #00cc00;
		background-image:url(../images/symbol_0.gif);
		background-repeat:no-repeat;
		background-position:95% 55%;
		font-weight: bold;
		list-style-type: none;
	}

#mymenu .podmenu
	{
		display: none;
		background-color: #0000ff;
		font-size: 10px;
		font-weight: bold;
		font-family: Verdana;
		text-align: left;
		text-decoration: none;
		color:#0000ff;
		margin: 0px;
		white-space: nowrap;
		clear: both;
		list-style-type: none;
		border: 2px outset #ccc;
	}

#mymenu .podmenu li a:link, li a:visited {
		display: block;
		text-decoration: none;
		font-weight: bold;
		background-color: #153b63;
		color: #ffffff;
		padding: 5px;
		border: 2px outset #ccc;
		font-size: 9px;
		font-family: Verdana;
/*		border-style: solid;
		border-width:1px 0px 0px 0px;
		border-color: #4D597F;
	*/	text-align: left;
		text-decoration: none;
		margin: 0px;
		white-space: nowrap;
		clear: both;
	}

#mymenu .poz_menu
	{
/*		background-color: #00ccff; */
		font-weight: bold;
		font-size: 12px;
		font-family: Verdana;
	}
	
	/*
#mymenu a, #mymenu li
	{
		float:left;
		display:block;
		white-space:nowrap;
		position:relative;
		z-index:1;
	}



	
#mymenu a	
	{	
		padding:5px 5px 5px 8px;
		color:#000000;
		font-family:Arial;
		font-size:12px;
		font-weight: bold;
		text-decoration: none;
		text-align:left;
		border-width:1px 0px 1px 0px;
		border-style:solid;
		border-color:#4459FF;
	}




#mymenu a:hover	
	{	
	text-decoration:underline;
	font-style: italic;
	color: #ff0000;
}
*/
