#navbar02 {
	width:890px;
	margin:0 auto;
	background:url("http://www.lesker.com/newweb/gif/topbar_middle_04.gif") repeat-x;
}

#nav {
	margin:0;
	padding:0;
}

#nav li {
	float: left;
	position: relative;
	list-style: none;
	margin:0;
	padding:0;
}

/* main level link */
#nav a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	padding:8px 20px;
}

/* main level link hover */
#nav li:hover > a {
	background:url("../img/topbar_middle_rollover.gif") repeat-x; /* for non-css3 browsers */
	color: #039;
	text-decoration: none;	
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #039;
	text-decoration: none;
}

.upperlink {
	border-bottom: groove 2px #fff;
}

#nav ul a:hover {
	background: #039 !important; /* for non-css3 browsers */
	color: #fff !important;
}

/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 500;
	border: solid 1px #888;
	border-top: none;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

#nav li.right01:hover > ul {
	left:-74px;
}

#nav li.right02:hover > ul {
	left:-107px;
}

#nav li.right03:hover > ul {
	left:-82px;
}

#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
}

.morearrow {
	display: block;
	float: right;
	margin:5px 0 0;
	width: 6px;
	height: 6px;
	background: url("../img/arrow.png");
}

#nav ul a:hover .morearrow {
	display: block;
	float: right;
	margin:5px 0 0;
	width: 6px;
	height: 6px;
	background: url("../img/arrow-over.png");
}

/* level 3+ list */
#nav ul ul {
	left: 185px;
	top: -1px;
	border: solid 1px #888;	
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#nav {
	display: inline-block;
}

html[xmlns] #nav {
	display: block;
}

* html #nav {
	height: 1%;
}