/* menu wstawka drop-down */

#menuserwisu { 
width: 590px; 
float: right;
padding: 10px 0 30px 0;
} 

.menu{
	border:none;
	border:0;
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
	font: 0.9em  Verdana, Arial, Helvetica, sans-serif;
	color: #686868;
	font-weight:bold;
	outline: none;
/* text-transform: uppercase; */
	
	}
.menu ul{
	background-color: transparent;
	height: 33px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0;
		margin: 2px;
		font-weight: bold;
		}
	.menu li a{
		font-weight:bold;
		color: #686868;
		display:block;
		font-weight: bold;
		line-height: 33px;
		margin:0px;
		border-bottom : 2px solid #ededdf; 
		padding:0px 10px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a {
		/* background: #555 url(../images/hover.gif) bottom center no-repeat; */
		background:#ff6600;
		color:#fff;
		text-decoration:none;
		border:0;
		border-bottom : 2px solid #ededdf; 
		}
		
		.menu li #current {
		/* background: #555 url(../images/hover.gif) bottom center no-repeat; */
		background:#ff6600;
		color:#fff;
		text-decoration:none;
		border:0;
		border-bottom : 2px solid #ededdf; 
		}

		
	.menu li ul{
		background:#666;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		border:0;
		border-bottom : 2px solid #ededdf; 
		
		}
	.menu li li {
		/* background:url(../images/sub_sep.gif) bottom left no-repeat; */
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		border:0;
		border-bottom : 2px solid #ededdf; 
		
		}
	.menu li ul a{
		display:block;
		height: 25px;
		font-size:12px;
		font-style:normal;
		margin:0;
		padding:0px 10px 8px 15px;
		text-align:left;
		color:#f4f4f4;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
		/* 	background:#40413f url(../images/hover_sub.gif) center left no-repeat; */
			background:#5a5a5a;

		border:0;
		border-bottom : 2px solid #ededdf; 
			color:#ffffd5;
			text-decoration:none;
			}
	.menu p {
		clear:left;
		}	

		