@charset "utf-8";
/* CSS Document */
#navigation a:hover{
	text-decoration:none;
}


a.topA{color:#e1e1e1;font-weight:bold;}
a.subA{color:#414141;font-weight:normal;}

.active.topA {color:#000000;font-weight:bold;}
.active.subA {color:#000000;font-weight:bold;}



.navi_spacer {
	margin:0 5px;
	float:left;
	width:2px;
	text-align:center;
	height:34px;
	line-height:34px;
	
	background-image:url(../pics/spacer.jpg);
	background-repeat:no-repeat;
	background-position:center;	
}

.topmenu {
	float:left;
	position:relative;
}

.topmenu:hover a.topA{
	color:#ffffff;
}

.topmenu.active:hover a.topA{
	color:#000000;
}

.toplink_left, .toplink_center, .toplink_right {
	float:left;
	height:39px;
	line-height:34px;
}

.toplink_left, .toplink_right{
	width:16px;
	background-repeat:no-repeat;
}

.toplink_center{
	background-repeat:repeat-x;
}

.active.topmenu .toplink_left{background-image:url(../pics/topmenu-left.jpg);}
.active.topmenu .toplink_center{background-image:url(../pics/topmenu-center.jpg);}
.active.topmenu .toplink_right{background-image:url(../pics/topmenu-right.jpg);}


/*.topmenu:hover .subnavi_holder{
	display:block;
}

.subnavi_holder{
	display:none;
	
	position:absolute;
	top:20px;
	left:-12px;
	
	width:200px;
}

.subnavi_top{
	height:16px;
	background-image:url(../pics/submenu_top.png);
	background-repeat:no-repeat;
	background-position:top;
}

.sublink{
	padding-left:14px;
	line-height:23px;
	height:23px;
	background-image:url(../pics/sublink.png);
	background-repeat:no-repeat;
}

.sublink {
	position:relative;
}*/

