/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	background-image:url(images/index_05.jpg);
	background-repeat:repeat-x;
	/*line-height:1.0;*/
}
.nav ul {
	background-image:url(images/index_05.jpg);
	background-repeat:repeat-x;
	position:absolute; 
	top:-999em; 
	width:10em;
	height:24;
	text-align:left;
}
.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 {
	background-image:url(images/undermeny.jpg);
	background-repeat:repeat-x;
	padding:0em;
	left:-1px;
	top:32px;
	height:24px; 
	text-align:left;
}
.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;
}

embed, object {
	position: relative;
	z-index: 0;
	}

/*** ORIGINAL SKIN ***/
.nav {
	float:left; 
	/*margin-bottom:1.5em;*/
	}
.nav li {
	/*background:#BDD2FF;
	border-right:1px solid #eac372; */
	height:33px;
	/*border-top:1px solid #CFDEFF;*/
	width:7.1em;
	background-image:url(images/border.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
.nav a {
	padding: .8em 0 0 0; 
	text-decoration:none;
	/*text-indent: 1em;*/
	text-align:center;
}
.nav ul a {
	width: 7.1em;
	padding: .75em 0em;
	text-indent: 0;
	}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	/*background:#CFDEFF;  hover highlight 
	background-image:url(images/index_05.jpg);
	background-repeat:repeat-x;*/
}
.nav li ul {
	width:200px;
	 /*background:#AABDE6; slightly darker shade for nested submenus */
}

.nav li ul li {
	background-image:url(images/undermeny.jpg);
	background-repeat:repeat-x;
	height:21px;
	width:200px;
	 /*background:#AABDE6; slightly darker shade for nested submenus */
}

.nav li ul li li {
background-image:url(images/undermeny.jpg);
background-repeat:repeat-x;
height:21px;
	/*background:#9AAEDB;  slightly darker shade for nested submenus */
}
.nav li li {
	/*background:#AABDE6;*/
	background-image:url(images/undermeny.jpg);
	background-repeat:repeat-x;
	height:21px;
}
.nav li li li {
	/*background:#9AAEDB;*/
	background-image:url(images/undermeny.jpg);
	background-repeat:repeat-x;
	height:21px;
}