#navigation {
	width: 140px;
	border-right: 1px solid #000;
	padding: 0;
	margin: 0;
	font-size: 1em;
	background-color: #90bade;
	color: #333;
}

* html #navigation { /*IE 6 only */
	w\idth: 107px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navigation li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#navigation li a {
	display: block;
	padding: 3px 3px 3px 8px;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #navigation li a { /*Non IE6 width*/
	width: auto;
}

#navigation li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

#navigation li a.current {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}


/* FOOTER NAVIGATION */


div#footer_navigation {
	padding-bottom: 5px;
	border-bottom: 1px solid #7DBD1E;
	margin-bottom: 10px;
	white-space: nowrap;
}
div#footer_navigation ul {
	color: #000;
	font-size: .9em;
	text-align: center;
	margin: 0;
	padding-bottom: 2px;
	padding-top: 2px;
}
div#footer_navigation ul li {
	display: inline;
}
div#footer_navigation ul li a {
	padding: 2px 5px 2px 5px;
	color: #2175bc;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #90bade;
	border-right: 1px solid #90bade; /* the borders have the same size */
	margin-right: -1px; /* the value has to be like the above but negative */
}
div#footer_navigation ul li a:hover {
	color: #4FA0E1;
}

div#footer_navigation ul li a.current {
	color: #4FA0E1;
}
