#pageNav {
	padding-left:0px;
	padding-top:17px;
/*	padding-bottom:10px;
	margin-bottom:20px;
	clear:both;*/
	padding-bottom:10px;
	height:100%;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	11px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
/*	border: #999999 solid 1px;
	background-color:#FFFFFF;*/
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul 
{
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
	padding-left:7px;
}
.sf-menu a {
	/*border-left:	1px solid #fff;*/
	padding: 		6px 12px 6px 12px;
	text-decoration:none;
	font-size:13px;
	color:			#39BFFF;
	
	/*background: transparent url(../grafik/menubackwhite.png)  no-repeat scroll right top;*/
}
a.splitter{
background: transparent url(../grafik/menubackwhite.png) no-repeat scroll right top;
}

/*.rightcorner a{
	background:none;
}*/

.sf-menu a, .sf-menu a:hover, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#39BFFF;
	
}
.sf-menu ul{
	/*background:		#BDD2FF;*/
margin-top:18px;
}
.sf-menu ul ul{
	/*background:		#BDD2FF;*/
margin-top:0px;
}
.sf-menu ul ul ul{
	/*background:		#BDD2FF;*/
margin-top:0px;
}
.sf-menu li{
	/*background:		#BDD2FF;*/
	

}
sf-with-ul a{
padding:5px
}
.sf-menu li li {
/*	background:		#AABDE6;*/
	background: transparent url(../grafik/dropdown_1.png) repeat-x scroll left top;
	white-space: normal; float: left; width: 100%;
}
.sf-menu li li li {
/*	background:		#ffffff;*/
	background: transparent url(../grafik/dropdown_1.png) repeat-x scroll left top;
}

.sf-menu li.selected{
background: transparent url(../grafik/line_menu_valt.gif) repeat-x scroll right bottom;
}
.sf-menu li li.selected{
background: transparent url(../grafik/dropdown_1.png) repeat-x scroll left top;
}
.sf-menu li li li.selected{
background: transparent url(../grafik/dropdown_1.png) repeat-x scroll left top;
}

/*.sf-menu li:hover
.sf-menu li a:focus, li .sf-menu a:active 
 {
	background: transparent;
	outline:		0;
	background: transparent url(../grafik/line_menu_valt.gif) repeat-x scroll right bottom;
}*/
.sf-menu li li:hover, .sf-menu li li a:hover,
.sf-menu li li a:focus, li li .sf-menu a:active {
	outline:		0;	
	background: transparent url(../grafik/dropdown_2.png) repeat-x scroll right top;
}

/*.sf-menu li li a:hover,
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu li li a:focus, li li .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
	background: transparent url(../grafik/ddropdown-hover.png) repeat-x scroll right top;
}*/

#childLink {
	padding-bottom:4px; 
	margin-bottom:0px;
	background-repeat:repeat-y; 
	clear:both;	
	
}
#childLink a, #childLink a:visited #childLink {
	color: #002b5c;
	padding-left:2px;
	display:block;
}

#childLink a.selected, #childLink a.selected:visited{
}
#childLink a:hover {
	color: #002b5c;
}
#childLink .child {
	padding-left: 15px;
}
#childLink span {
	padding-left: 6px;
}
#childLink .divheight{
    padding-bottom:2px; 
    padding-top:3px;
	background-image: url(../grafik/undirmenu_bg.gif); 

}
#childLink .subsub{
	color:#002B5C;
}
#childLink .selected img {
display:inline;
}

#childLink img {
border:0 none;
display:none;
margin-left:-4px;
margin-right:0;
}