li span {display:inline}
ul.navigation {
	list-style:none; 
	padding:0; 
	margin:0;
	float: right;
}
* html ul.navigation {
	height:1%
}
.navigation li {
	float:left; 
	margin:0; 
	padding:0
}
.border {
	height:1em;
        background:#000000;
	clear:left
}
.navigation a, .navigation a:visited {
	color: #000; 
	background: url(left-tab.gif) left top no-repeat; 
	padding-left: 7px;
	text-decoration:none;
	font-weight:normal;
	color: #ffffff;
    font-size:0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width:0px;
	border-bottom-width:1px;
	border-style:solid;color:#FFFFFF;
	margin-right:2px;
}
ul.navigation a, ul.navigation span {
	display:block;
	float:left;
	white-space: nowrap;
}
/* Hide from IE5-Mac \*/
ul.navigation a, ul.navigation span {float:none}
/* End IE5-Mac hide */
.navigation a span, .navigation a:visited span {
	background: #0c4e76 url(right-tab.gif) right top no-repeat;
	padding-top: 6px;
	padding-bottom: 5px; 
	padding-right:7px;
	
}
.navigation a:hover, .navigation a:active, .navigation a:focus {
	color:#fff; 
	background:#4289ab url(left-tab-on.gif) left top no-repeat; 
	font-weight:normal; 
	padding-left:7px;
	margin-right:2px;
	border-style:solid;
	border-color:#4289ab;
}
.navigation a:hover span, .navigation a:active span, .navigation a:focus span {
	background:#4289ab url(right-tab-on.gif) right top no-repeat;
	font-weight:normal; 
}

.navigation #current a {
    background:#4289ab url(left-tab-on.gif) left top no-repeat;
    border-style:solid;
	border-color:#4289ab;
    }
.navigation #current span {
    background:#4289ab url(right-tab-on.gif) right top no-repeat; 
    }

    
    
    
    
    
    
ul.subnavigation {
    list-style:none; 
    padding:0px; 
    margin:0px;
    float: left;
    margin-top: 4px;
    margin-bottom: 2px;
    margin-left: 100px;
}

* html ul.subnavigation {
    height:1%;
}
.subnavigation li {
    font-size:.7em;
    float:left; 
    margin:0px; 
    padding:0px;
    color:#000000;
}
.subnavigation a {
    color: #000; 
    text-decoration:none;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-width:0px;
}
ul.subnavigation li {
    display:block;
    white-space: nowrap;
    line-height:20px;
    margin-left:9px;
}

/* Hide from IE5-Mac \*/
ul.subnavigation a, ul.subnavigation span {float:none}
/* End IE5-Mac hide */
.subnavigation a , .subnavigation a:visited  {
    padding-top: 4px;
    padding-bottom: 3px; 
    padding-right:4px;
    
}
.subnavigation a.selected, .subnavigation a:hover.selected {
    font-weight:bold;
    color:#fff; 
    padding-left:3px;
    border-style:solid;
    text-decoration:none;
    background:#4289ab; 
}
.subnavigation a.selected span, .subnavigation a:hover.selected {
    background:#4289ab; 
    text-decoration:underline;
}
.subnavigation a:hover {
    text-decoration:underline;
}
    