table.topmenu tr td {
	padding-top:7px;
	height:18px;
}

table.topmenu tr td a {
	border:1px solid #006db2;
	padding-left:22px;
	padding-right:22px;
	background-color:white;
	text-decoration:none;
	color:#006db2;
	margin-right:10px;
	height:18px;
}

table.topmenu tr td a:hover,
table.topmenu tr td a:active,
table.topmenu tr td a.act {
	background-color:#edf3fa;
	background-image:url(../img/box_icon.gif);
	background-repeat:no-repeat;
	background-position:5px 1px;
}

/* Leftmenu */

div.level2 {
	position:relative;
	left:0px;
}

#leftmenu a.no {
	text-decoration: none;
	color:#006db2;
	padding-left:22px;
	background-image:url(../img/box_icon.gif);
	background-repeat:no-repeat;
	background-position:5px 1px;
	display:block;
	padding-bottom:5px;
}

#leftmenu a.act {
	text-decoration: none;
	color:#006db2;
	padding-left:22px;
	background-image:url(../img/box_icon.gif);
	background-repeat:no-repeat;
	background-position:5px 1px;
	font-weight:bold;
	display:block;
	padding-bottom:5px;
}

#leftmenu a.no:hover,
#leftmenu a.no:active,
#leftmenu a.act:hover,
#leftmenu a.act:active {
	font-weight:normal;
	text-decoration:underline;
}

#leftmenu a.no2 {
	text-decoration: none;
	color:#006db2;
	padding-left:44px;
	background-image:url(../img/box_icon.gif);
	background-repeat:no-repeat;
	background-position:25px 1px;
	display:block;
	padding-bottom:8px;
}

#leftmenu a.act2 {
	text-decoration: none;
	color:#006db2;
	padding-left:44px;
	background-image:url(../img/box_icon.gif);
	background-repeat:no-repeat;
	background-position:25px 1px;
	font-weight:bold;
	display:block;
	padding-bottom:8px;
}

#leftmenu a.no2:hover,
#leftmenu a.no2:active,
#leftmenu a.act2:hover,
#leftmenu a.act2:active {
	font-weight:normal;
	text-decoration:underline;
}