/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */

/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:1.0;
	z-index: 99 !important;
}
.nav ul {
	position:absolute;
	top:-999em;
	width: 10.0em;
}
.nav ul li,
.nav a {
	width: 100%;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-10px;
	top:-20px;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:9.45em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
	margin-bottom:1.5em;
}
.nav li {
	background: none;
	border-top:1px solid #CFDEFF;
	width: auto;
	text-align: center;
	font-size: 7pt;
}
.nav a {
	color: white;
	padding: 5px 0px;
	text-decoration:none;
	font-family: Verdana;
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background: #B8D698;
}
.nav li li {
	background: #9DC671;
}
.nav li li li {
	background: #9DC671;
}
li.no-bg{
	background: none !important; border: 0px; width: 20px; height: 27px
}
a.no-bg{
	background: none !important;
}
ul.real{
	border: 1px solid white;
}
li.ob-title{
	background: #719E3F;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 3px;
	font-family: Verdana;
	color: white;
	cursor: crosshair;
	text-decoration: underline;
}
li.ob-title p{
	margin: 2px 0px 5px 0px
}
li.ob-title p span#podpis{
	font-size: 7pt;
	color: white;
	text-decoration: none !important;
}
li.ob-title p img{
	border: 1px solid white;
}