#header {
		width: 500px;
		position: relative;
		height:12px;
		list-style: none;
		padding: 105px 0px 0px 300px;
		margin: 0px 0px 0px 0px;
	}
	

	
	#header ul {
		
	    top: 0px;
	    height: 12px;
	    cursor:pointer;
        margin: 0px 0px 0px 0px;
	    padding: 0px 0px 0px 0px;
	    color:#ffffff;
	    text-decoration:none;
	    letter-spacing:1px;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#header li {
		float: right;
		height:12px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		font-size: 12px;
		font-weight: bold;
		
	}
	
	#header a.about, #header a.about_over {
		display: block;
		width: 63px;
		height:12px;
		background: url(../artwork/bttn_about.gif) top left no-repeat;
		background: none;
                text-decoration: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 13px;
                color: black;
	}
	
	#header a.about:hover, #header a.about_over {
		color: #C02D1B;
		text-decoration: none;
		background: url(../artwork/bttn_about_swap.gif) top left no-repeat;
                background: none;	
        }
	
	#header a.services, #header a.services_over {
		display: block;
		width: 91px;
		height:12px;
		background: url(../artwork/bttn_services.gif) top left no-repeat;
                background: none;	
                text-decoration: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 13px;
                color: black;
	}
	
	#header a.services:hover, #header a.services_over {
		color: #C02D1B;
		text-decoration: none;
		background: url(../artwork/bttn_services_swap.gif) top left no-repeat;
                background: none;
	}
	
	#header a.candidates, #header a.candidates_over {
		display: block;
		width: 110px;
		height:12px;
		background: url(../artwork/bttn_candidates.gif) top left no-repeat;
                background: none;
		text-decoration: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 13px;
                color: black;
	}
	
	#header a.candidates:hover, #header a.candidates_over {
		color: #C02D1B;
		text-decoration: none;
		background: url(../artwork/bttn_candidates_swap.gif) top left no-repeat;
		background: none;
	}
	
	#header a.clients, #header a.clients_over {
		display: block;
		width: 82px;
		height:12px;
		background: url(../artwork/bttn_clients.gif) top left no-repeat;
	        background: none;
        	text-decoration: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 13px;
                color: black;

	}
	
	#header a.clients:hover, #header a.clients_over {
		color: #C02D1B;
		text-decoration: none;
		background: url(../artwork/bttn_clients_swap.gif) top left no-repeat;
		background: none;
	}
	
	#header a.contact, #header a.contact_over {
		display: block;
		width: 82px;
		height:12px;
		background: url(../artwork/bttn_contact.gif) top left no-repeat;
                background: none;
                text-decoration: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 13px;
                color: black;
	}
	
	#header a.contact:hover, #header a.contact_over {
		color: #C02D1B;
		text-decoration: none;
		background: url(../artwork/bttn_contact_swap.gif) top left no-repeat;
		background: none;
	}