body {
  behavior:url("/styles/csshover.htc");
 } 

#nav-bar {	
	background-image: url(/images/menu/bg.gif);
	height: 43px;	
	line-height: 43px;
	vertical-align: middle;	
}

#nav-bar ul {
	margin: 0pt;	
}	

#nav-bar a {
	text-decoration: none;
}

#nav-bar li {
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
	
}

#nav-bar li img {
	vertical-align: middle;
	float: right;
	margin: 0.5em 1em 0 0;	
}	

#nav-bar ul ul {	
	display:none; 
	position:absolute; 
	left:0px; 
	top:30px; 

}          

#nav-bar .level1 {
	top: 43px;
	left: 15px;
}

#nav-bar ul li:hover ul {
	display:block;
}    

#nav-bar ul li:hover {
	position: relative
}

/* -- level0 -----------------------------------------------*/

.level0 {
	width: 700px;
	position: relative;	
	font-size:1.1em;	
	z-index: 2;		 
}

.level0 li {
	margin: 0;
	float: left;
	z-index: 2;	
}

.level0 li:hover ul {
	display: block;
}	


.level0 a {
	padding: 0 1em;
	line-height: 43px;
	height:  43px;
	display: block;	
	color: #fff;
	font-weight: bold;
}

.level0 a:hover {
	color: #FF4A12;
	font-weight: bold;
}

.level0 .active {
	color: #FF4A12;
}



/* -- level1 -----------------------------------------------*/

.level0  li .level1 {
	float: left;
	display: none;
	position: absolute;	
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
	font-weight: normal;
	background-color: #ecf3f6;	
	width: 15em;
}

#nav-bar ul li ul li:hover .level2 {
	display: block;
}

.level1 li:hover ul li ul {
	display: none;	
}	

.level1 a {	
	margin: 0;
	padding: 0.3em;
	display: block;	
	height: 1.5em;
	line-height: 1.5em;		
	color: #000;
	font-weight: normal;	
}

.level1 a:hover {	
	color: #000;
	font-weight: normal;	
}

.level1 li {	
	margin: 0;	
	padding: 3px;	
	line-height: 1.5em;
	clear: both;
	width: 15em
}

.level1 li:hover {
	background-color: #D5E4EB;
}


/* -- level2 -----------------------------------------------*/

#nav-bar ul li ul li .level2 {
	background-color: #ecf3f6;
	border:1px solid;	
	display: none;
	position: absolute;
	top: 20px;
	left: 5em;	
	z-index: 999;	
}



/* -- left-items -----------------------------------------------*/

#left-items {
	top: 0;
	line-height: 43px;
	height: 43px;
	display: block;
	padding: 0pt;
	margin: 0pt;
	float: right;
	list-style-type: none
}	
#left-items li {
	float: left;	
	margin: 0 2em 0 0;
	
}

#left-items li a {
	font-weight: bold;
	font-size:1.1em;
	color: #fff;			
}	

#left-items li a:hover {
	color: #FF4A12;
	font-weight: bold;
}
