﻿#navigation  {
	width: 100%;
	float: right;
	text-transform: uppercase;
	/* background-color: #D7D7D7;	*/			
}
#navigation_0  {
	width: 88%;
	float: right;	
}
.navigation-1 {
	border-left-style: solid;
	border-left-width: 1px;		
}
.navigation-1 {
	font-weight: bold;
	border-left-style: solid;
	border-left-width: 1px;	
}
.navigation-2 {
	font-weight: bold;
	background-color: #FFCECE;
	border-left-style: solid;
	border-left-width: 1px;	
	border-right-style: solid;
	border-right-width: 1px;
}
#navigation li {
	float: left;
}
#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navigation a {
	border-color: #999999;
	padding: 5px 6px 5px 6px;
	color: #4A4A4A;
	display: block;
	text-decoration: none;
	font-size: 12px;
	border-right-style: solid;
	border-right-width: 1px;
}
#navigation a:hover {
	background-color: #D7D7D7;
}

