body {
  background-color:#F26430;
  background-image:url(/site/kfk/images/static/orange/bg.jpg);
 	background-repeat: no-repeat;
	background-position: top left;
}

/* level 1 ****************************************************************** */
#nav {
	position: relative;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}

#nav li {
	list-style: none;
	margin:0;
	padding:0;
	display: block;
	width: auto;
	height: 100%;
}


#nav a {
	font-size: 13px;
	color: #fff;
	font-weight:normal;
	text-decoration: none;
	outline: none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:20px;
	padding-right:50px;
	display: block;
}

#nav li a.current {
	color: #3c3c3c;
	text-decoration: none;
	background: transparent url(/site/kfk/images/static/orange/menu_bg.gif);
	background-repeat:no-repeat;
	display: block;
	margin:0;
}

#nav li a.current:hover {
	color: #fff;
	text-decoration: none;
	margin:0;
}

#nav li a:hover {
	color: #fff;
	text-decoration: none;
	background-image:url(/site/kfk/images/static/orange/menu_bg.gif);
	background: transparent url(/site/kfk/images/static/orange/menu_bg_gra.gif);
	background-repeat:no-repeat;
	margin:0;
}

/* level 2 ****************************************************************** */
#nav li ul {
	margin: 0;
	padding-left: 1.5em;
	text-indent: -0.2em;
}

#nav li ul li {
    margin:0px;
    display: block;
}

#nav li ul a {
	font-size: 13px;
	font-weight:normal;
	outline: none;
	text-transform:none;
}

#nav li ul li a.current {
	color: #3c3c3c;
	text-decoration: none;
	background: transparent url(/site/kfk/images/static/orange/menu_sub_bg.gif);
	background-repeat:no-repeat;
	display: block;
	margin:0;
}

#nav li ul li a.current:hover {
	color: #fff;
	text-decoration: none;
	margin:0;
}

#nav li ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: transparent url(/site/kfk/images/static/orange/menu_sub_bg_gra.gif);
	background-repeat:no-repeat;
	margin:0;
}
