@charset "utf-8";
/*
	Stol Medaillefabriek
	Navigation Stylesheet
	17-4-2009 - www.i-aspect.com
	by: Bas Muskens (bas@i-aspect.com)
*/


/* 
	Navigatie
*/	

	#navigatie {
		float: left;
		overflow: hidden;
		margin: auto;
	}
	
		#navigatie h2 {
			display: none;
		}

			#navigatie ul {
				position:absolute;
				background: #080705;
				z-index: 1;
				min-height: 0;
				top: 0;
				left: 165px;
				width: 930px;
				margin: 0;
			}
			
				#navigatie li {
					float: left;
					border-left: 1px solid #3c3838;
					margin: 0;
				}
				
					#navigatie li a {
						font-family:Arial, Helvetica, sans-serif;
						font-size: 1.2em;
						color: #FFF;
						display: block;
						text-transform:uppercase;
						text-decoration: none;
						padding: 13px 12px 14px 12px;
					}
					
					#navigatie li a:hover {text-decoration: underline;}
					
						#navigatie li.actief {
							background: #f27d01 url(/images/nav-actief.gif) repeat-x top;
							text-decoration: underline;
							color: #FFF;
						}

/* 
	Sub Navigatie in Voeten
*/	

		#voet-inhoud ul {
				float: right;
				z-index: 1;
				min-height: 0;
				padding: 0 80px 0 0;
				margin: 0;
			}
			
				#voet-inhoud li {
					float: left;
					padding: 25px 5px 5px 5px;
					margin: 0;
				}
				
					#voet-inhoud li a {
					   background: url(/images/link-vierkant.gif) no-repeat left;
						font-family:Arial, Helvetica, sans-serif;
						font-size: 1.2em;
						color: #FFF;
						text-decoration: underline;
						padding: 0 0 0 10px;
						margin: 0;
					}
					
					#voet-inhoud li a:hover {
						color: #f27d01;
						text-decoration: none;
						}

	
/*

	Navigation pad

*/
	
	#pad {
		position: absolute;
		top: 50px;
		left: 175px;
		font-size: 1.1em;
		padding: 0;
		margin: 0;	
		}
		
			#pad ol,
			#pad li {
				display:inline;
				list-style:none;
				margin:0;
				padding:0 3px;
			}
			
/*

	Sub Navigatie onder Producten

*/
	
			#producten ul {
				float: left;
				width: 222px;
				border-bottom: 5px solid #cccccc;
				margin: 60px 0 10px 0;
			}
			
				#producten li {
					background: url(/images/bg-subnav.jpg) repeat-y left;
					border-top: 1px solid #cccccc;
					padding: 6px 0;
					margin: 1px 0 0 0;
				}
				
					#producten li a {
						font-family:Arial, Helvetica, sans-serif;
						background: url(/images/link-subpijltje.gif) no-repeat left;
						padding: 0 0 0 30px;
						margin: 0;
						display: block;
						font-size: 1.2em;
						color: #161616;
					}
					
					#producten li a:hover {color: #ccc;}
					
						#producten li.actief a {
							background: url(/images/link-subpijltjeactief.gif) no-repeat left;
						}
