#menu {
        font-size:85%;
	height:28px;
	line-height:28px;
	background:url(/fundanemt/files/layout/bg-menu.png) repeat-x;
	padding:0 10px;
	font-weight: bold;
	}



/* Menu */

#menu ul {
	list-style-type:none;
        margin-left: 241px;
	}
#menu li {
	float:left;
	}
#menu li a {

	padding:0 4px;
	display:block;
	color:#ffffff;
	margin-right:20px;
	}
#menu li a:hover {
	text-decoration:none;
	color:#4f4d55;
	background:url(/fundanemt/files/layout/bg-menu-hover.png) repeat-x;
	}

#menu .active {
	color:#000000;
        background:url(/fundanemt/files/layout/bg-menu-active.png)  repeat-x;
}




/* Sidebar */
#sidebar {
	clear:left;
	float:left;
	width:180px;
	text-align:left;
	margin-top: 20px;
	margin-left:11px;
font-weight: bold;
	}



#sidebar ul {
	list-style-type:none;
	margin-top:3px;
	padding-bottom: 10px;
	}
#sidebar li {

	}
#sidebar li a {
	display:block;
	height:20px;
        font-size:0.9em;
	line-height:20px;
	padding-left:12px;
	color: #4e4c54;
	text-decoration:none;

	}

#sidebar .li_OOO_l3 {

	display:block;
	height:20px;
	line-height:20px;
	margin-top:-3px;
	padding-left:10px;
	}
#sidebar .li_IOO_l3 {

	display:block;
	height:20px;
	line-height:20px;
	margin-top:-3px;
	padding-left:10px;
	}


#sidebar li a:hover {
	color:black;
         background: url(/fundanemt/files/layout/sidemenu_pil.png) no-repeat center left;
	}

#sidebar .li_OOO_l3  a:hover {

}

#sidebar .li_IOO_l3  a:hover {
	}

		#sidebar .active {
			color: black;
	      		background: url(/fundanemt/files/layout/sidemenu_pil.png) no-repeat center left;
		}


