@charset "UTF-8";
#stage #menu_top {
	left: 20px;
	position: relative;
	z-index: 90;
	padding-top: 60px;
	padding-bottom: 30px;
	float: left;
	width: 142px;
}
.btn {
	font-size: 11px;
	position: relative;
	font-weight: bold;
	padding-bottom: 4px;
	float: left;
	width: 142px;
}
.btn a {
	/*color: #013888;*/
	text-decoration: none;
}
.btn_normaal, .btn_normaal-over, .btn_home, .btn_home-over, .btn_apart, .btn_apart-over {
	width: 137px;
	height: 19px;
	position: relative;
	/* background-image: url(images/site/images/btn_normal.png);*/
	background-repeat: no-repeat;
	/* background-position: left top;*/
	float: left;
	padding-left: 5px;
	padding-top: 3px;
	cursor: pointer;
}
.btn_normaal, .btn_normaal-over{
/* Mozilla ignores crazy MS image filters, so it will skip the following */
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='/images/site/images/btn_normal.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.btn_normaal, .btn_normaal-over[class]{
	background-image: url(/images/site/images/btn_normal.png);
}
.btn_normaal {
	background-position: left top;
	color: #013888;
}
.btn_normaal-over {
	background-position: left -22px;
	color: #013888;
}
.btn_home, .btn_home-over{
/* Mozilla ignores crazy MS image filters, so it will skip the following */
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='/images/site/images/btn_home.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.btn_home, .btn_home-over[class]{
	background-image: url(/images/site/images/btn_home.png);
}
.btn_home {
	background-position: left top;
	color: #FFFFFF;
}
.btn_home-over {
	background-position: left -22px;
	color: #FFFFFF;
}
/*.btn_home a, .btn_home-over a {
	color: #ffffff;
}*/
.btn_apart, .btn_apart-over{
/* Mozilla ignores crazy MS image filters, so it will skip the following */
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='/images/site/images/btn_apart.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.btn_apart, .btn_apart-over[class]{
	background-image: url(/images/site/images/btn_apart.png);
}
.btn_apart {
	background-position: left top;
	color: #013888;
}
.btn_apart-over {
	background-position: left -22px;
	color: #013888;
}
.btn .submenu {
	background-color: #F5F5F5;
	float: left;
	width: 128px;
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
	color: #666666;
	line-height: 1.5em;
	margin-top: -2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 1px;
}
.btn .submenu a {
	color: #666666;
}
.btn .submenu a:hover {
	text-decoration: underline;
}
.btn .submenu .subselected {
	color: #013888;
}

