#leftMenu .menu{
	background-image:url(../images/bg_leftmenu.gif);
	background-repeat:repeat-y;
	padding-left:48px;
}

#topMenu .menu{
	background-color:#025a99;
	width:987px;
	height:41px;
}

#topMenu img{
	display:block;
	float:left;
}

#leftMenu .separate{
	background-color:#a0bcc6;
	height:1px;
	width:203px;
}

#leftMenu .separate2{
	background-color:#add6e4;
	height:1px;
	width:203px;
}


.menubuttontop{
	background-position:0px 0px;
	height:41px;
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	text-indent:-999px;
}

.menubuttontop:hover, #menubuttontopactive{
	background-position:0px -41px;
}

table tr.headerRow { background-color:#a4c4cf; font-weight:bold; color:#2d3e44; }
table tr.row{ background-color:#d0eef8; color:#4e656e; }


/**********************************************
IMAGES VANUIT TOOLBOX
**********************************************/
.img_left_border{ float:left; margin-right:15px; margin-bottom:5px; }
.img_left_noborder{ float:left; margin-right:15px; margin-bottom:5px; }
.img_right_border{ float:right; margin-left:15px; margin-right:4px;	margin-bottom:5px; }
.img_right_noborder{ float:right; margin-right:4px;	margin-left:15px; margin-bottom:5px; }
.img_noalign_noborder{ margin:5px; display: block; margin-left: auto; margin-right: auto; }
.img_noalign_border{ margin:5px; display: block;  margin-left: auto;  margin-right: auto; }

