/* Level 1 */
#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
#subnav ul li { margin: 0; 
	padding: 2px 0 2px 0; 
	/*border: 1px black solid; 
	background-color: yellow;*/
}
#subnav ul li a { 
	background: transparent url(../img/button_ifm.jpg) no-repeat 5px 1px;
	display: block; 
	width: 138px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 24px;
	text-decoration: none; 
	color: #012C70;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	background-color: transparent;
}

#subnav ul li a:hover, 
#subnav ul li a:link:hover {
	background: transparent url(../img/button_ifm.jpg) no-repeat 5px 1px;
	text-decoration: underline;
	/*background-color: 50b402;
	color: #F2F2F2;
	*/
}

#subnav ul li a.nav-level1-cur,
#subnav ul li a.nav-level1-cur:hover  { 
	background: transparent url(../img/button_ifm-current.gif) no-repeat 5px 1px;
	background-color: #7cc742;
	/*color: #F2F2F2; 
	color: #333; 
	border-bottom: 1px #F2F2F2 solid;
	border-left: 1px #F2F2F2 solid;*/
} 



