html>body #tabnavigation li       {margin: 0 0 0 -6px; padding: 3px 0 3px 8px;}
html>body ul[id]#tabnavigation li {margin: 0 0 0  2px; padding: 3px 0 3px 0;}
html>body #tabnavigation li.tabselect       {margin: 0 0 0 -6px; padding: 4px 0 4px 8px;}
html>body ul[id]#tabnavigation li.tabselect {margin: 0 0 0  2px; padding: 4px 0 4px 0;}

#tabnavigation 	{ text-align: right; list-style: none outside none; margin: 1px 0 0 0; padding: 0; }
html #tabnavigation {padding: 4px 0 4px 0;}
html>body #tabnavigation {margin: 0; padding: 4px 0 4px 0;}

#tabnavigation li 
{background: url(tab/unselected_left.png) no-repeat scroll top left; display: inline; margin: 0 0 0 2px; padding: 0;}

#tabnavigation a, 
#tabnavigation a:link, 
#tabnavigation a:visited 
{background: url(tab/unselected_right.png) no-repeat scroll top right; cursor: pointer; height: 1em; margin: -1px 0 -1px 0; padding: 4px 8px 4px 8px; background-color: #090;  color: #efe; text-decoration: none;}

#tabnavigation a:hover  
{ background: url(tab/unselected_right.png) no-repeat scroll top right; background-color: #090; color: #0f0; text-decoration: none;} 
#tabnavigation a:active 
{ background:     url(tab/unselected_right.png) no-repeat scroll top right; background-color: #090; color: #0f0; text-decoration: none !important;;}

#tabnavigation li.tabselect 
{background: url(tab/selected_left.png) no-repeat scroll top left;  padding: 0;}

#tabnavigation .tabselect a, 
#tabnavigation .tabselect a:link, 
#tabnavigation .tabselect a:visited, 
#tabnavigation .tabselect a:hover {background: url(tab/selected_right.png) no-repeat scroll top right; border-bottom: none; 
background-color: #efe; color: #040; cursor: text; padding: 5px 8px 5px 8px; text-decoration: none;}

html #tabnavigation a, 
html #tabnavigation a:link, 
html #tabnavigation a:visited {border-bottom: none; height: auto; margin: 0 0 0 9px; padding: 3px 8px 3px 4px;}

html #tabnavigation .tabselect a, 
html #tabnavigation .tabselect a:link, 
html #tabnavigation .tabselect a:visited, 
html #tabnavigation .tabselect a:hover {padding: 4px 8px 4px 4px;}

.fixTabsIE {visibility: hidden;}
