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


a.topA{color:#003140;}
a.subA{color:#000033;font-weight:normal;}

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

a.subA:hover {
	background-color:#ffcc33;
}

.navi_spacer {
	display:none;
	float:right;
}

.topmenu {
	width:20%;
	float:left;
	position:relative;
	background-color:#ffcc33;
	/*height:31px;*/
	line-height:31px;
}

.topmenu .topA{
	margin-left:16px;
	font-size:13px;
	font-weight:bold;
}

.subnavi_holder{
	background-color:#ffffff;
	padding:3px 0px 3px 16px;
}

.subnavi_top,.subnavi_footer{
	display:none;
}

.sublink{
	line-height:14px;
}




.singleNaviMenu {
	float:right;
	font-weight:bold;
}

.singleNaviMenu a {	
	color:#575757;
}

.singleNaviMenu a:hover {	
	color:#333333;
}
