.webfx2-menu, .webfx2-menu * {

	box-sizing:			content-box;
	-moz-box-sizing:	content-box;
}

.webfx2-menu {
	position:			absolute;
	z-index:			100;
	visibility:			hidden;
background: #929392;
border: 1px #b0b0b0 solid;
/*	border:				0px solid white;*//* ramka wysuwanego menu*/
	padding:			0px;
	margin:				1px 0px 3px 0px;
/*	background-color:			#0e1b8d;*/
	/*filter:				progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=4)
						alpha(Opacity=90);
	-moz-opacity:		0.9;*/
}

.webfx2-menu-empty {
	display:			none;
	border:				0px solid white;
	padding:			2px 5px 2px 5px;
	font-size:			12px;
	font-family:		Tahoma, Verdan, Helvetica, Sans-Serfif;
	color:				white;
}

.webfx2-menu a, .webfx2-menu a:visited {
	border-bottom:				1px solid #b0b0b0;
	display:			block;
	width:				148px;/*expression(constExpression(ieBox ? "100%": "auto"));*/
	overflow:			visible;
	padding:			0px 0px 2px 5px;
	font-size:			13px;
	font-family:		Tahoma, Verdan, Helvetica, Sans-Serfif;
	text-decoration:	none;
background: #929392;
padding-left: 15px;
	vertical-align:		center;
	color:			black;
  margin: 1px;

}
.webfx2-menu a:hover  {
  text-decoration: underline;
}

.webfx2-menu a:visited,
.webfx2-menu a:visited:hover {
	color:	black;
}


.webfx2-menu a .arrow {
	float:			right;
	border:			0;
	width:			3px;
	margin-right:	3px;	margin-top:		4px;}

/* separtor */
.webfx2-menu div {
	height:			0;
	height:			expression(constExpression(ieBox ? "2px" : "0"));
	border-top:		0px solid rgb(120,172,255);
	border-bottom:	0px solid #b0b0b0;
	overflow:		hidden;
	margin:			0px 0px 0px 0px;
	font-size:		0mm;
  /*border: 1px solid white;*/

}

.webfx2-menu-bar {
	font-size:		13px;
    font-weight: bold;
    text-align: left;
    width: 650px;
    height: 23px;
}

.webfx2-menu-bar a {
font-family:	Verdana, Helvetica, Sans-Serif;
	margin:	5px 0px;
    padding: 0px 15px;
    border-left: 2px solid white;
}

.webfx2-menu-bar a:first-child {
    border-left: 0px;
}


.webfx2-menu-bar a:hover {
  text-decoration: underline;
}

.webfx2-menu-bar a .arrow {
	border:			0;
	float:			none;
}

.menu-item-normal:hover {
	text-decoration: underline;
}

.sep  {
}

.sep:hover {
	cursor: hand;
	text-decoration: none;
}

.sep-normal:hover {
	text-decoration: underline;
}

.sepa {
	text-decoration: none;
	cursor: default;
}

.sepa:hover {
	text-decoration: none;
	cursor: default;
}

.webfx2-menu-wrapper {
	padding-top: 0px;
}





