#navigation {
	margin: 0; margin-top: 2px; margin-bottom: 2px;
	padding: 0;
	height: 20px;
	background-color: #f6f6f6;
	border: #d6d6d6 1px solid;
	border-right: #a6a6a6 1px solid;
	border-bottom: #a6a6a6 1px solid;
} 
#navigation div {
	clear: both;
}
#navigation .separator {
	float: left;
	display: block;
	width: 3px;
	height: 20px;
	margin-top: -1px;
	margin-bottom: 0px;
	background-color: #f2f2f2;
	border: #f2f2f2 1px solid;
}
#navigation .endseparator {
	float: left;
	display: block;
	width: 3px;
	height: 20px;
	margin-top: -1px;
	margin-bottom: 4px;
	background-color: #f2f2f2;
	border: #f2f2f2 1px solid;
	border-right: #d6d6d6 1px solid;
}

#navigation .menu {
	float: left;
	display: block;
	position: relative;
	top: -0px;
	left: -0px;
	width: 120px;
	margin-top:-1px;
	margin-bottom: 0px;
	margin-left: -1px;
	margin-right: 0px;
	padding: 0px;
	text-align: center;
}
#navigation .menu a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#navigation .topelement{
	display: block;
	width: 120px;
	line-height: 20px;
	margin:0;
	padding: 0px;
}
#navigation  .topelement a{
	display: block;
	width: 120px;
	margin:	0px;
	padding: 0px;
	background-color: #e0e0e0;
	border: #d6d6d6 1px solid;
	border-right: #a6a6a6 1px solid;
	border-bottom: #a6a6a6 1px solid;
}
#navigation  .topelement .current a{
	display: block;
	width: 120px;
	margin:	0px;
	padding: 0px;
	background-color: white;
	background-image: url("../img/active.gif");
	border: #d6d6d6 1px solid;
	border-right: #a6a6a6 1px solid;
	border-bottom: #a6a6a6 1px solid;
}
#navigation  .topelement a:hover{
	display: block;
	width: 120px;
	margin:0;
	padding: 0px;
	padding-bottom: 0px;
	background-color: yellow;
	border: #d6d6d6 1px solid;
	border-right: #a6a6a6 1px solid;
	border-bottom: #a6a6a6 1px solid;
}



#navigation .submenu {
	display: none;	
}

#navigation .menu:hover .submenu{
	display: block;
	position: absolute;
	top: 21px;
	left: -0px;
	width: 120px;
	margin:0;
	background-color: white;
	border: #d6d6d6 1px solid;
	border-right: #a6a6a6 1px solid;
	border-bottom: #a6a6a6 1px solid;
/*	border-top: white 1px solid;*/
}

#navigation .menu .submenu a{
	display: block;
	width: 118px;
	margin:0;
	background-color: white;
	border: white 1px solid;
}

#navigation  .firstelement a {
	display: block;
	margin:0;
	background-color: white;
	border: yellow 1px solid;
	border-bottom: #d6d6d6 1px solid;
	border-right: #a6a6a6 1px solid;
	border-bottom: #a6a6a6 1px solid;
}
#navigation  .firstelement .current a {
	display: block;
	margin:0;
	background-color: white;
	background-image: url("../img/active.gif");
	border: yellow 1px solid;
	border-bottom: #d6d6d6 1px solid;
}
#navigation  .firstelement a:hover {
	display: block;
	margin:0;
	background-color: yellow;
	border: yellow 1px solid;
	border-bottom: #d6d6d6 1px solid;
}

#navigation  .subelement a {
	display: block;
	margin:0;
	background-color: white;
	border: yellow 1px solid;
	border-bottom: #d6d6d6 1px solid;
	border-top: #d6d6d6 1px solid;
}
#navigation  .subelement .current a {
	display: block;
	margin:0;
	background-color: white;
	background-image: url("../img/active.gif");
	border: yellow 1px solid;
	border-bottom: #d6d6d6 1px solid;
	border-top: #d6d6d6 1px solid;
}
#navigation  .subelement a:hover {
	display: block;
	margin:0;
	background-color: yellow;
	border: yellow 1px solid;
	border-bottom: #d6d6d6 1px solid;
	border-top: #d6d6d6 1px solid;
}

#navigation  .lastelement a {
	display: block;
	margin:0;
	background-color: white;
	border: yellow 1px solid;
	border-top: #d6d6d6 1px solid;
}
#navigation  .lastelement .current a {
	display: block;
	margin:0;
	background-color: white;
	background-image: url("../img/active.gif");
	border: yellow 1px solid;
	border-top: #d6d6d6 1px solid;
}
#navigation  .lastelement a:hover {
	display: block;
	margin:0;
	background-color: yellow;
	border: yellow 1px solid;
	border-top: #d6d6d6 1px solid;
}


#navigation  .current a:hover{
	background-color: white;
	background-image: url("../img/active.gif");
	background-position: -8px 0px;
}
#navigation  .before-current a:hover {
	border-bottom: yellow 1px solid;
}
#navigation  .after-current a:hover {
	border-top: yellow 1px solid;
}











