#primaryNavigation {
  
  width:700px;
  /*background: url( 'navimages/tab-right.png' )	repeat-x 100% ;
  background-position: 0px 0px;*/
  height:30px;
  margin:0px 3px 0px 3px;
  
}
#primaryNavigation ul {
    margin: 0px;
    padding:0px;
    list-style: none;
    height: 30px;
	background: url( 'navimages/tab-background.png' );
	background-repeat:repeat-x;	
	
	
}
#primaryNavigation li {
    float: left;
    background: url('navimages/tab-left.png' )
		no-repeat left top;
    padding: 0px 0px 0px 4px;
    height: 36px;
	display:inline;
}
#primaryNavigation a {
    float: left;
    background: url('navimages/tab-right.png' )
                no-repeat right top;
    padding: 6px 15px 6px 16px;
    text-decoration: none;
    color: black;
    white-space: nowrap;
    height: 30px;
}
#primaryNavigation a:hover {
    color: white;
    background: url('navimages/hover-tab.png' )
                no-repeat right top;   
   
  }
#primaryNavigation .current {
    background:url('navimages/current-tab-left.png' ) no-repeat left top;
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 4px;
    height: 36px;
  }
#primaryNavigation .current a {
    background-image: url('navimages/current-tab-right.png' );
    color: #FF6600;	
    white-space: nowrap;
    height: 30px;
}

#primaryNavigation .current a:hover {
    color: #FF6600;
    white-space: nowrap;
    height: 30px;
}





