#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
#navigation li {
	display: inline;
	margin: 0px;
	height: 35px;
}
#navigation li a {
	float: none;
	display: block;
	text-decoration: none;
	color: #666666;
	font-size: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	text-transform: none;
	background-color: #CCCCCC;
	height: 28px;
	padding-top: 7px;
	padding-right: 15px;
	padding-left: 15px;
}
#navigation li a:hover {
	color: #333333;
}
#navigation .box {
	background-color: #CCCCCC;
	display: block;
	height: 35px;
	width: 30px;
	position: relative;
	top: 0px;
	right: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	float: right;
	overflow: hidden;
}
#navigation li.selected a {
}
#navigation li.selected .box {
	background-color: #FF6600 !important;
}
