#navigation {
	height: 35px;
	width: 620px;
	float:left;
	display: block;

}

#navigation ul {
	width: 620px;
	height: 35px;
	margin-left:0px;
	padding-left:20px;
	padding-top:-20px;
	margin: 0px;
	border-left:1px solid #e0e1dc;
	border-bottom:1px solid #e0e1dc;
		
	border-top:0px;
	border-width: 1px 0px;
}

* html #navigation ul {
	border-width: 0px;
}

#navigation ul li {
	float: left;
	padding: 0px 2px;
	height: 26px;
	
}

* html #navigation ul li {
	
	text-align: center;
	list-style:none;
	margin-bottom: -1px;
	margin-top: 11px;
}
		
#navigation  a {
	display: block;
	height: 35px;
	background-color: #e0e1dc;
	line-height: 35px;
	font-size: 16px;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif, Tahoma;
	text-decoration: none;
	padding:0px 10px 0px 10px;
	border: 1px solid #e0e1dc;
	border-width: 1px 1px 0px 1px;	
	color: #055d81;
}
#navigation a:hover {
display: block;
	height: 35px;
		background-color: #f4f4ee;
	line-height: 35px;
	font-size: 16px;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif, Tahoma;
	text-decoration: none;
	padding:0px 10px 0px 10px;
	border: 1px solid #e0e1dc;
	border-width: 1px 1px 0px 1px;
		
	color: #881536;

}
#navigation li {
list-style:none;
background:none;
}

			
#navigation ul li.active {
	background-color: #f4f4ee;
			
	/*	
	background-image: url('../images/btn_bg.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	*/
			
	border-width: 1px 1px 0px 1px;
	
}

* html #navigation ul li.active {
	
}
		
#navigation ul li.active a {
	color: #881536;
	text-decoration: none;
	background-color: #f4f4ee;
	border: 1px solid #e0e1dc;
	border-width: 1px 1px 0px 1px;
	padding:0px 10px 0px 10px;
	font-size:16px;
	font-weight:bold;
	vertical-align: middle;
	display: block;
	height: 35px;
		
	line-height: 35px;	
}
			
#navigation ul li.active a:hover {
	text-decoration: none;
}