#navigation {
	background: #595959;
	text-transform: uppercase;
	width: 100%;
	color: #fff;
	text-align: left;
	padding: 8px 0;
	font-size: 11px;
	
}
#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#navigation li {
	/*background: url("tabs/tab_left.gif") no-repeat left top;*/
	display: inline;
	list-style: disc;
	padding: 0 14px;
	border-right: 1px #b0b0b0 dotted;
}
#navigation a {
	text-decoration: none;
	color: #b0b0b0;
	/*background: url("tabs/tab_right.gif") no-repeat right top;*/
}
#navigation a:hover {
	color: #fff;
}
#navigation #current {
	/*background-image: url("tabs/tab_left.gif");*/
}
#navigation #current a {
	/*background-image: url("tabs/tab_right.gif");*/
	text-decoration: none;
}
#navigation #current a:hover {
	color: #fff;
}
#navigation #here a {
	color: #fff;
	font-weight: bold;

}

#footer ul {
	margin: 0;
	padding-left: 10px;
	list-style: none;
	display: inline;
}
#footer li {
	/*background: url("tabs/tab_left.gif") no-repeat left top;*/
	margin: 0;
	padding: 5px 5px;
	display: inline;
}
#footer a {
	text-decoration: none;
	color: #b0b0b0;
	/*background: url("tabs/tab_right.gif") no-repeat right top;*/
}
#footer a:hover {
	color: #fff;
}
#subnavigation {
	background: #999999;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	padding: 4px 0;
	font-size: 11px;
	
}
#subnavigation ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#subnavigation li {
	/*background: url("tabs/tab_left.gif") no-repeat left top;*/
	display: inline;
	list-style: disc;
	padding: 0 16px;
	border-right: 1px #000000 dotted;
}
#subnavigation a {
	text-decoration: none;
	color: #000000;
	/*background: url("tabs/tab_right.gif") no-repeat right top;*/
}
#subnavigation a:hover {
	color: #fff;
}
#subnavigation #current {
	/*background-image: url("tabs/tab_left.gif");*/
}
#subnavigation #current a {
	/*background-image: url("tabs/tab_right.gif");*/
	text-decoration: none;
}
#subnavigation #current a:hover {
	color: #fff;
}
#subnavigation #here a {
	color: #fff;
	font-weight: bold;

}