/* zijmenu / submenu */
div.zijmenu {
	margin-bottom: 10px;
}
div.zijmenu a {
	font-size: 13px; 
	font-weight: bold;
	text-decoration: none; 
	padding: 5px;
	display: block;
}
div.zijmenu a.navigation {
	color: #ffffff;  
	border-bottom: 1px dotted #FFF;
}
div.zijmenu a.navigation_active {
	color: #109CC9; 
	border-bottom: 1px dotted #FFF;
}

/* Path */
#pad {
	font-size:9px;
	color:#333333;
	margin:0 0 13px 0;
}
#pad a {
	color:#333333;
	text-decoration:none;
}


/* Sitewide */

#sitewide span a.navigation, #sitewide span a.navigationactive {
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/navigation/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	display: block;
	width: 115px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6DADA;
	height: 12px;
	padding-left: 10px;
}

#sitewide span a.navigation:hover, #sitewide span a navigationactive:hover {color: #D60000;}

/* SiteWide Footer */
#footer {font-size: 9px; line-height: 15px; color: #333333;}
#footer a {color: #EA1D24; text-decoration: none;}
#footer a:hover {color: #333333;}

/* Search */

.search-field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	height: 11px;
	width: 96px;
	float: left;
	margin:5px 0 0 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #000000;
}
.search_btn {
	margin:5px 0 0 0;
}

