.navigation {
    list-style: none;
    margin: 0;
    padding: 5px;
	line-height: 15px;
  background: transparent;
    width: 100%;
}

.navigation li {
	font-size: 12px;
	font-weight: bold;
    display: inline;
    margin-right: 0px;
	background: #CFD8E0 url(images/white_header_left.gif) no-repeat left bottom;
}

.navigation a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
    color: #000;
    text-decoration: none;
	background: #CFD8E0 url(images/white_header_right.gif) no-repeat right bottom;
}

.navigation  a span{
  float:left;
  display:block;
  background: transparent url(images/white_header_right.gif) no-repeat right bottom;

}

.navigation a:hover {
    background-color: #F88800;
	color: #fff;

}

.navigation a.selected {

	color: #fff;
	background: #2A5970 url(images/white_header_left.gif) no-repeat left bottom;
}

.navigation a.selected:hover {
    background-color: #CFD8E0;
	color: #000;
}

.navigation a:focus {
    outline: none;
}
