@charset "UTF-8";
/*
	Baweco Menu Stylesheet
	by Rutger Laurman	(laurman.eu)
	12-01-2008 
	inspired by: slidingdoors article on alisapart.com
*/
	
	div#menuholder{
/*		width:100%;*/
		line-height:normal;
		background:url(../img/menu-bgleft.gif) no-repeat left top;
		padding-left:4px;
		float:right;
		clear:both;
	}
		
	div#menu ul {
		margin:0;
		padding:4px 4px 0 0px;
		list-style:none;
		background:url(../img/menu-bgright.gif) no-repeat right top;  
		float:left;
	}
		div#menu li {
			float:left;
			background:url("../img/menu-left.gif") no-repeat left top;
			margin:0 0 0 1px;
			padding:0 0 0 4px;
		}
			div#menu a {
				float:left;
				display:block;
				background:url("../img/menu-right.gif") no-repeat right top;
				padding:10px 10px 8px 10px;
				text-decoration:none;
				font-size:1.2em;
				color:#fff;
			}
			
			/* Commented Backslash Hack
				hides rule from IE5-Mac \*/
			div#menu a {float:none;}
			/* End IE5-Mac hack */
			
			div#menu a:hover {
				text-decoration:underline;
			}
			
		div#menu #active {
			background-image:url("../img/menu-lefton.gif");
		}
			div#menu #active a {
				background-image:url("../img/menu-righton.gif");
			}
			div#menu #active a:hover{
				text-decoration:none;
			}
  
  
  

/* sub menu */
	
	#submenu{
		list-style:none;
		background-color:#d7d7a5;
		min-height:41px;
		overflow:hidden;
		clear:both;
		margin:0;
		margin-top:5px;
		padding:0;
		padding-top:5px;
      position: relative;
	}
		ul#submenu li{
			margin:0;
			padding:0;		
			float:left;
			padding:0px 8px 0 8px;
			background:url(../img/submenu-divider.gif) no-repeat 100% 50%;
			
		}
		ul#submenu a{
			padding:15px 15px 12px 15px;
			display:block;
			color:#3f3e29;
			text-decoration:none;
			float:left;			
		}
			ul#submenu a:hover{
				text-decoration:underline; 
			}
		
		ul#submenu .active{
		
		
		}
		ul#submenu #subactive {
			background:url(../img/submenu-left.gif) no-repeat top left;
		}
		
		ul#submenu #subactive a{
			background:url(../img/submenu-right.gif) no-repeat top right;
			font-weight:bold;
			padding-left:10px;
		}
			ul#submenu #subactive a:hover{
				text-decoration:none;
			}
			
		ul#submenu #nextactive {
         background: none;
		}
	

	

