
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	padding-bottom: 0em;
	padding-left: 4.8em;
	font-size: 10px;
	width: 89.6em;
}
a {
	color: #0078b4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}



/* MENU */
#menu_box  {
	width: 22.4em;
	margin-bottom: 1.6em;
	background: url('../img/menu_top_left.png') no-repeat;
	background-position: left top;
	background-color: #b4d6eb;
	font-size:103%;	
}

/* LEVEL 1 */
#menu_box ul {
	padding-top: 11px;	
	background: url('../img/menu_top_right.png') no-repeat;
	background-position: right top;
	font-size:103%;}
	
#menu_box li {
	list-style-type: none;
	border-top: 1px solid white;
	line-height: 1.5em;
	padding-top: ;
	font-size: 100%;
	background: url('../img/menu_item.png') no-repeat;
	background-position: left .75em;}
	
#menu_box li a {
	display: block;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left:  20px;
	font-weight: bold;
}
#menu_box li,
#menu_box li a {
	color: #868686;
	text-decoration: none;
}
#menu_box li.act,
#menu_box li:hover {
	background-image: url('../img/menu_item_act.png');
}
#menu_box li.act,
#menu_box li.act a,
#menu_box li a:hover {
	color: #0078b4;
}

/* LEVEL 2 */
#menu_box li.act li,
#menu_box li.act li a {
	color: #868686;
}
#menu_box li li.act,
#menu_box li li.act a,
#menu_box li li a:hover {
	font-weight: bold;
	color: #0078b4;
}
#menu_box li ul {
	padding-top: 2px;
	background: none;
}
#menu_box li.act li,
#menu_box li li {
	background-image: none;
	background: #d5e8f3;
}
#menu_box li li a {
	padding-left: 3em;
}

/* LEVEL 3 */
#menu_box li li.act li,
#menu_box li li.act li a {
	color: #868686;
	font-weight: normal;
	font-size: 98%;
}
#menu_box li li li.act,
#menu_box li li li.act a,
#menu_box li li li a:hover {
	font-weight: bold;
	color: #0078b4;
}
#menu_box li li li {
	background: #e6eef3;
}
#menu_box li li li a {
	padding-left: 3.1em;
}

/* CORNERS */
#menu_box .bottom_corner_left {
	width: 22.4em;
	height: 11px;
	border-top: 1px solid white;
	background: url('../img/menu_bottom_left.png') no-repeat;
	background-position: left bottom;
}
#menu_box .bottom_corner_right {
	width: 22.4em;
	height: 11px;
	background: url('../img/menu_bottom_right.png') no-repeat;
	background-position: right bottom;
}
#menu_box .bottom_corner_right hr {
	display: none;
}

