#navigation {
	width:596px;
	height:23px;
	background-color:#fff;
	padding:2px 0 2px 164px;
	float:left;
	}

#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	}

#a1 {
	width:80px;
	}

#a2 {
	width:80px;
	}

#a3 {
	width:190px;
	}

#a4 {
	width:80px;
	}

#a5 {
	width:80px;
	}

#b1 {
	width:190px;
	}

#b2 {
	width:110px;
	}

#b3 {
	width:120px;
	}

#c1 {
	width:120px;
	}

#c2 {
	width:130px;
	}

#d1 {
	width:110px;
	}

#d2 {
	width:120px; /*70*/
	}

#d3 {
	width:120px;
	}

#d4 {
	width:120px;
	}

#e1 {
	width:120px;
	}

#navigation ul a {
	display:block;
	margin:0;
	padding:3px 3px;
	font-variant:small-caps;
	color:#535855;
	font-weight:bold;
	}

#navigation ul a:hover {
	color:#a9abaa;
	}

#navigation ul ul a {
	color:#000;
	background:#efefef;
	font-variant:normal;
	font-weight:normal;
	color:#2a3024;
	font-size:11px;
	/*
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	*/
	border:none;
	}

#navigation ul ul a:hover {
	background:#fff;
	}

#navigation li {
	position:relative;
	}

#navigation ul ul {
	position:absolute;
	z-index:500;
	}

#navigation ul ul ul {
	position:absolute;
	top:0;
	left:100%;
	}

div#navigation ul ul, 
div#navigation ul li:hover ul ul, 
div#navigation ul ul li:hover ul ul, 
div#navigation ul ul ul li:hover ul ul {
	display:none;
	}

div#navigation ul li:hover ul, 
div#navigation ul ul li:hover ul, 
div#navigation ul ul ul li:hover ul, 
div#navigation ul ul ul ul li:hover ul {
	display:block;
	}
