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


a.topA{color:#ffffff;font-weight:normal;}
.active.topA {color:#fafd00;font-weight:bold;}



.navi_spacer {
	float:left;
	text-align:center;
	margin:0 15px;
	height:27px;
	line-height:27px;	
	font-size:13px;
}

.topmenu {
	float:left;
	text-transform:uppercase;
	font-size:13px;
}

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

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

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

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

.toplink_left{background-image:url(../pics/topmenu_left.png);}
.toplink_center{background-image:url(../pics/topmenu_center.png);}
.toplink_right{background-image:url(../pics/topmenu_right.png);}

.active.topmenu .toplink_left, .topmenu:hover .toplink_left{background-image:url(../pics/topmenu_left_hover.png);}
.active.topmenu .toplink_center, .topmenu:hover .toplink_center{background-image:url(../pics/topmenu_center_hover.png);}
.active.topmenu .toplink_right, .topmenu:hover .toplink_right{background-image:url(../pics/topmenu_right_hover.png);}


.topmenu .toplink_center {
	/*padding:0 5px;*/
}
