.ddsmoothmenu-v ul
	{
	margin:0;
	padding:0;
	padding-left:0px;
	width:230px; /* Main Menu Item widths */
	list-style-type: none;
	font:bold 12px Verdana;
	margin-bottom:-20px;
	}
 
.ddsmoothmenu-v ul li
	{
	position: relative;
	background-image:url(../images/pozycja.jpg);
	background-repeat:no-repeat;
	width:260px;
	padding-left:0px;
	font-size:12px;
	font-weight:bold;
	text-indent:30px;
	}

/* Top level menu links style */
.ddsmoothmenu-v ul li a
	{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color:white;
	height:30px;
	padding-top:8px;
	text-decoration: none;
	
	}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active
	{
	color:#085105;
	height:30px;
	padding-top:8px;
	
	}
.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: white;
	color:#c55524;
	background-image:url(../images/pozycja2.jpg);
	background-repeat:no-repeat;
	height:30px;
	padding-top:8px;
}

.ddsmoothmenu-v ul li a:hover{
	color: white;
	color:#c55524;
	background-image:url(../images/pozycja2.jpg);
	background-repeat:no-repeat;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul
{
	position:absolute;
	width:170px; /*Sub Menu Items width */
	top:0;
	font-weight: normal;
	visibility: hidden;
	
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */